Pipelining The term Pipelining refers to a technique of decomposing a sequential process into sub-operations, with each sub-operation being executed in a…
Computer Organization And Architecture
-
-
Associative Memory An associative memory can be considered as a memory unit whose stored data can be identified for access by the…
-
De-Multiplexers A De-multiplexer (De-Mux) can be described as a combinational circuit that performs the reverse operation of a Multiplexer. A De-multiplexer has…
- B.Tech / MCAComputer Organization And Architecture
Half ? Adder | Computer Organization and Architecture Tutorial
Half – Adder A Half-adder circuit needs two binary inputs and two binary outputs. The input variable shows the augend and addend…
-
Types of Register in Computer Organization In Computer Organisation, the register is utilized to acknowledge, store, move information and directions that are…
- B.Tech / MCAComputer Organization And Architecture
S-R Flip-Flop | Computer Organization and Architecture Tutorial
S-R Flip-flop/Basic Flip-Flop Flip flops are an application of logic gates. A flip-flop circuit can remain in a binary state indefinitely (as…
-
Auxiliary Memory An Auxiliary memory is known as the lowest-cost, highest-capacity and slowest-access storage in a computer system. It is where programs…
-
Debugging a Machine-level Program The process of debugging is performed to find and remove the bugs from the program or software. In…
-
Hardwired Vs. Micro-programmed Control Unit In a system or computer, most of the tasks are controlled with the help of a processor…
- B.Tech / MCAComputer Organization And Architecture
Computer Instructions | Computer Organization and Architecture Tutorial
Computer Instructions Computer instructions are a set of machine language instructions that a particular processor understands and executes. A computer performs tasks…