3.1 The Role of the CPU Flashcards
Components of a computer designed using Von Nuemann Architecture.
- I/O Device
- CPU
- Memory
- Registers
- Busses
The CPU contains the ___ and its function is ___.
It contains the CU, ALU and Registers and its functions is to process all data.
Registers:
- MAR (Memory Address Register)
- MDR (Memory Data Register)
- ACC (Accumulator)
- PC (Program Counter)
- CIR (Current Instruction Register)
Function of a Register
High speed storage areas located within the CPU. All data is stored in a register before being processed.
Function of the PC:
Holds the address of the next instruction to be processed.
Function of the MAR:
Holds the address of the instruction that needs processing.
Function of the MDR:
Holds the intruction that needs processing.
Function of the CIR:
Holds the data currently being processed.
Function of the ACC:
Holds the data or results of an operation performed in the ALU during processing.