CPU Flashcards
What is the CPU described as?
- Central Processing Unit
- described as the “brain” of the computer
- a very powerful calculator
- performs tasks from giving it instructions via a code book (machine language)
What are registers used for?
Registers are used by the CPU for storing information.
What is the clock wire for?
It tells the CPU what to do via a system crystal (metronome). Voltage runs through the clock wire, and every tick of voltage is one set of operations or one cycle.
A hertz represents what in the clock cycle?
1 cycle per second (1 set of operations per second).
What does one gigahert represent with the clock cycle?
1 billion clock cycles (set of operations) per second.
What is overclocking?
Overclocking increases the rate of the CPU clock cycles in order to maximize the amount of tasks it can do.
A drawback of overclocking is that it can overheat the CPU or causes instability.
What is clock multiplying?
The CPU takes the system speed (system crystal) and multiplies that number inside itself - to get the CPU speed.
Who are the main manufacturers of CPU’s?
- Intel (Core i7)
- AMD (Athlon)
- Qualcomm (Snapdragon 810)
What is the purpose of having a multi-core processor?
Each core can act like one CPU, which gives the computer more processing power.
What is hyperthreading?
A very powerful pipeline that performs two sets of instructions per second, making it twice as quick than the other parts of the pipeline.
A certain CPU has a top speed of 3 gigahertz (GHZ) per second. What does that tell you?
It runs at 3 billion cycles (sets of instructions) per second.
What is cache for CPU’s?
A type of storage smaller than RAM, but it’s very handy to access data we use often.
Cache is usually built into every CPU.
RAM can’t keep up with the speed of the CPU and it isn’t fun to keep waiting on the next line of code to come in.
What is a pipeline stall?
The whole system is stalled, and the CPU has to get code from RAM, because the easily accessible memory in cache isn’t there.
What are the different levels of cache?
- the least amount of data, runs the fastest when feeding data to the CPU
- feeds Level 1 cache, a lot more data, and runs slower
- the biggest size of megabytes, runs the slowest to higher level cache
What is a CPU socket?
The mount where the CPU connects to the motherboard.
The shape, pins, form and socket that the CPU sits in. Made by etching away at silicon with caustic chemicals to make the architectures with different family names.