Microprocessors Flashcards
What does CPU stand for and what does it do?
Central processing unit, processes all of the input data output, essentially the brain of the computer
When describing CPU what nomenclature should you use?
Make and model. Make: Intel model: i73820
What defines the difference between CPUs
The microarchitecture.
What is one hertz?
One cycle per second
What makes the CPU go?
The system crystal that oscillates at a certain speed on the motherboard. A.k.a. motherboard speed
If the system Crystal can only oscillate at a certain speed how does the CPU go faster?
There is a clock multiplier inside the CPU.
What is the CPU speed calculated in?
Hertz
So how is final CPU speed determined?
Speed of the motherboard and the clock multiplier
What is a multicore processor?
They include more than one CPU on a single physical chip
What is hyper threading?
The ability to make 1 core look like 2, only for Intel.
What is a cache?
Very fast temporary storage on a cpu. It helps with the overall speed of the computer.
What is the benefit of small cache?
It’s faster
What is the benefit of bigger cache?
It can hold more data.
What is the level one cache?
The cache that is physically closest to the CPU. Generally smaller and faster.
What is the difference between a level one and level two cache?
Level two is bigger and slower usually half the speed of level one.