OCR SPEC terms list Flashcards
(7 cards)
ALU
Arithmetic Logic Unit
Part of CPU where data is processed and manipulated.
Does maths and logic
Control Unit
Part of CPU that manages instruction execution
Fetches and decodes instructions
Register
Tiny bits of extremely fast memory located in the CPU
Where one piece of data or conntrol info is stored
Designed for a specific purpose
PC (register)
Program Counter
A register which holds the address of the next instruction
Located in the control unit
ACC
Accumulator
A register used to hold the data currently being processed by the central processor
Located in the ALU
MAR
Memory Address Register
Stores the address of the current instruction (fetch phase) or data (execute phase) in use
Located in the CPU