4 Processor Fundementals Flashcards
ALU
Arithmetic and Logic Unit, a component of the processor that carries out all arithmetic and logical operations.
CU
Control Unit. component of the CPU that ensures synchronization of data flow and program instructions by sending control signals along the control bus
System Clock
component of the CPU that produces timing signals on the control bus to ensure synchronization takes place
IAS
Immediate Access Store. component of the CPU that holds all data and programs that the CPU needs to access (another name for the RAM)
ACC
Accumulator. Temporary Register used when carrying out arithmetic operations
CIR
Current Instruction Register. Stores current instruction being decoded and executed.
MAR
Memory Address Register. Stores the address of the memory location currently being read from or written to
PC
Program counter. A register that stores the address of where the next instruction to be read is found.
MDR
Memory Data Register. Stores the data which have been just read from memory or about to be written to memory.
IX
Index register. used when carrying out index addressing operations.
SR
Status Register. contains bits that could be set or cleared depending on operation