Integrated Circuits An integrated circuit (IC) is manufactured using silicon material and mounted in a ceramic or plastic container (known as Chip).…
Computer Organization And Architecture
- B.Tech / MCAComputer Organization And Architecture
T Flip-Flop | Computer Organization and Architecture Tutorial
T Flip-Flop T flip-flop is a much simpler version of the J-K flip-flop. Both the J and K inputs are connected and…
Timing Diagram of MOV Instruction In order to understand the timing diagram of MOV instruction, we have to first learn about the…
Shift – Registers Shift – Registers are capable of shifting their binary information in one or both directions. The logical configuration of…
Cache Memory The data or contents of the main memory that are used frequently by CPU are stored in the cache memory…
Instruction Pipeline Pipeline processing can occur not only in the data stream but in the instruction stream as well. Most of the…
Binary Adder The Add micro-operation requires registers that can hold the data and the digital components that can perform the arithmetic addition.…
- B.Tech / MCAComputer Organization And Architecture
Dependencies and Data Hazard in pipeline in Computer Organization
Dependencies and Data Hazard in pipeline in Computer Organization In this section, we will learn about dependencies in a pipelined processor, which…
- B.Tech / MCAComputer Organization And Architecture
JK Flip-Flop | Computer Organization and Architecture Tutorial
J-K Flip-Flop J-K flip-flop can be considered as a modification of the S-R flip-flop. The main difference is that the intermediate state…
Computer Registers Registers are a type of computer memory used to quickly accept, store, and transfer data and instructions that are being…