The Processor Flashcards
What makes up the processor?
The ALU, control unit, system clock, general-purpose registers and dedicated registers
Control unit
Controls the flow of data between the CPU and other devices
Clock speed
The number of electrical cycles per second, in Hz. Operations in the CPU are synchronised to the clock pulse.
Accumulator
A register that stores intermediate arithmetic results
Name some dedicated registers
Memory address register Memory buffer register Program counter Current instruction register Status register
What does the MAR do?
Takes the instruction given by the program counter and sends the address to main memory. It holds the memory location of data that needs to be accessed (either stored or fetched)
What does the MBR do?
It stores data being transferred to and from main memory.