• Skip to main content
  • Skip to primary sidebar
  • Computer Architecture
  • Computer Networks
  • DBMS
  • OS
  • Software Engineering
  • Security
  • OOT
binary-terms-logo

Binary Terms

The Computer Science & IT Guide

Open Source Software Development

25th May 2022 by Neha T Leave a Comment

Open-source software development is a method of developing open-source software that is publicly accessible. Well, open-source software is distributed along with its source code. Thus the source code is available to all, with its original rights. The open-source software comes with a license that allows the other programmers to add patches to the source code or change or fix … [Read more...] about Open Source Software Development

Agile Development Model  

14th May 2022 by Neha T Leave a Comment

The agile development model is a process model that decides what will be the plan of action to develop software. Here ‘Agile’ means ‘move quickly’. Now a day’s market condition changes frequently and the need of the customer evolves day by day. In order to cope with these rapid changes, the developer must approach an engineering practice that would allow them to remain … [Read more...] about Agile Development Model  

Software Robustness

28th April 2022 by Neha T Leave a Comment

Software robustness is a quality check that reveals how much software is tolerant to faults. No software can proclaim to be faultless, every software has some or the other fault. But in your day to day life whenever you use software, you are never worried about its malfunction or about the correctness of the result provided by the software. This is because software is … [Read more...] about Software Robustness

Data Structure Design

14th April 2022 by Neha T Leave a Comment

The data structure design is a method that starts with the specification of the program (what the program does) and leads to the detailed program design expressed in the form of pseudo-code. This method is variably referred to as the 'Michael Jackson program design method' after the name of its inventor 'Michael Jackson'. Sometimes, we refer to it as 'Jackson Structured … [Read more...] about Data Structure Design

Scheduling in Operating System

1st April 2022 by Neha T Leave a Comment

Scheduling in operating system is the process of selecting a process from a ready queue. And allotting CPU to this process for execution. The operating system schedules the processes in such a way that the CPU doesn't sit idle. And keeps processing some or the other process. Scheduling is an important part of an operating system. As perfect scheduling increases the … [Read more...] about Scheduling in Operating System

Process in Operating System

17th March 2022 by Neha T Leave a Comment

A process in operating system is a program that is currently in the execution phase. The operating system maintains a table that has an entry of each process in the system. This entry has information about the particular process. In this context, we will discuss the operating system's process. Along with process types, its life cycle, its states and the associated … [Read more...] about Process in Operating System

System Call in Operating System

11th March 2022 by Neha T 1 Comment

A system call is a function used by the user program to request the operating system's services. System call creates an interface that helps user programmers to communicate with the operating system to request its services. System calls are always executed in the kernel mode of the operating system. In this context, we will be discussing the system call, and how to invoke … [Read more...] about System Call in Operating System

Operating System Structure

9th March 2022 by Neha T Leave a Comment

The operating system structure illustrates the organization of modules inside it. The structure of the operating system varies from system to system. Engineers design it more carefully. So that the operating system functions properly and adopts the modification easily. We will be discussing different structures of the operating systems. We will learn how are modules … [Read more...] about Operating System Structure

Specification of Tokens

2nd March 2022 by Neha T Leave a Comment

Specification of tokens depends on the pattern of the lexeme. Here we will be using regular expressions to specify the different types of patterns that can actually form tokens. Although the regular expressions are inefficient in specifying all the patterns forming tokens. Yet it reveals almost all types of pattern that forms a token. Content: Specification of Tokens … [Read more...] about Specification of Tokens

Intermediate Code Generation

2nd February 2022 by Neha T Leave a Comment

Intermediate code generation is a phase in the compiler. In our earlier content ‘Compiler in Computer’, we have discussed Intermediate code generation. It gets its input from the semantic analysis phase and serves its output to the code optimizer phase.   The intermediate code generator generates some intermediate representation. And from this intermediate … [Read more...] about Intermediate Code Generation

  • « Go to Previous Page
  • Go to page 1
  • Go to page 2
  • Go to page 3
  • Go to page 4
  • Go to page 5
  • Interim pages omitted …
  • Go to page 20
  • Go to Next Page »

Primary Sidebar

Most Searched Terms

  • Directory Structure
  • Contiguous Memory Allocation
  • Addressing Mode and its Types
  • Pipelining
  • Vector Processing
  • Register Organization
  • Direct Memory Access (DMA)
  • Process Control Block (PCB)
  • Swapping in Operating System
  • Relational Data Model

Recent Additions

  • Packet Switching
  • Wired Local Area Network
  • Multiple Access Control
  • Hardwired Control Unit
  • Producer Consumer Problem
  • Interprocess Communication (IPC)
  • Cloud Ecosystem
  • System Software
  • Data Link Layer Design Issues
  • Cloud Architecture

Categories

  • Cloud Computing
  • Compiler Design
  • Computer Architecture
  • Computer Networks
  • Data Warehouse and Mining
  • DBMS
  • Object Oriented Technology
  • Operating System
  • Security
  • Software Engineering

Copyright © 2023 · Binary Terms · Contact Us · About Us · Privacy