CPU Flashcards
what is the CPU?
central processing unit
what does the CPU do?
uses fetch decode execute cycle
fetch - from cache
decode - from ALU
execute - with control unit
characteristics affecting the CPU
clock speed, number of cores, cache size
3 main parts of the CPU?
control unit, ALU, cache
what does the control unit do?
execute instructions from ALU
what does the ALU do?
performs calculations from the cache
what does the cache do?
stores regularly used data for the CPU
accumulator?
stores results of calculations
program counter?
holds memory address of the instruction
memory address register (MAR)?
holds any memory address about to be used by CPU
memory data register (MDR)?
holds the data or instruction
what is clock speed?
number of instructions that can be carried out per second (Hz)
how does the clock speed affect CPU?
higher clock speed = more instructions
how does the number of cores affect CPU?
more cores = more instructions it can carry out at once
what is the cache?
data storage in CPU faster than RAM