cpu Flashcards
what is the purpose of a CPU(2)
processes data and executes instructions
what is processor speed measured in
hertz(Hz)
what is a typical speed for a processor
MHz-GHz
what is processor speed
how many instructions can be carried out per second
how many instructions does a 1 GHz processor execute in 1 second
1 billion
what are cores
cores are the part of the processor where commands are executed
what is the purpose of having a multicore PC
faster processing speed as each core can execute instructions independently
how do you figure out how many instructions a CPU executes per second
you multiply the processor speed by the number of cores
What are caches
Small amounts of memory on the processor
What is the cache an intermediary between
Main memory and the CPU
What does the cache hold
Commonly used instructions
What is the purpose of the PC
Stores the address of the next instruction
What is the purpose of the MAR
Store the address of the current instruction
What is the purpose of the MDR
Store the instruction that has been fetched from memory
What is the purpose of the CIR
Temporarily holds the instruction while the control unit decodes it.
What does the PC stand for
Program counter
What does the MAR stand for
Memory address register
What does the MDR stand for
Memory data register
What does the CIR stand for
Current instruction register
What does the ACC stand for
Accumulator