CPU Flashcards
What is clock speed
The speed at which a processor is quoted as the clock speed, and measured in hertz. How fast the CPU can retrieve and interpret instructions
What is hertz
Hertz is the name for the number of cycles per second, or the rate at which electrical current changes in the actual circuits.
What is overclocking
Increasing the clock speed of a CPU. if the clock is faster then the CPU can perform more calculations and perform faster
What are cores
individual processing units within the computer’s CPU. Each core can process one operation per clock cycle. A duel core or a quad-core processor will be able to perform 2 or 4 operations simultaneously
Advantages of multiple cores
A dual-core CPU has two central processing units, so it appears to the operating system as two CPUs. This means parallel processing can take place, with two or four instructions being executed simultaneously
What is cache memory
Cache is a small amount of memory which is part of the CPU. When an instruction or data is fetched from RAM it is copied into the cache so if it is needed again soon after, it can be fetched from the cache instead of RAM
Levels of cache memory
L1is usually part of the CPU chip itself and is both the smallest and the fastest to access. Its size is often restricted to between 2KBand 64 KB. L2andL3caches are bigger thanL1. They are extra caches built between the CPU and the RAM. L2 is built into the CPU with L1. L2 and L3 caches take slightly longer to access than L1. The more L2 and L3 memory available, the faster a computer can run.
What is the difference between parallel processing and multi tasking?
Parallel processing is when a multi core CPU will process multiple instructions from a single program, at the same time. Some programs, however, are not written to allow more than one instruction to be processed at the same time. Multitasking is where multiple cores can process different program’s instructions at the same time.
What does CU do
it manages and monitors hardware on the computer to ensure the correct data goes to the correct hardware.
Cache (Immediate Access Store)
This part stores the data which is immediately processed
The CPU takes a chuck of instructions from RAM and keeps it close so that it has a constant supply of data to process
ALU
Performs arithmetic and logical calculations
Clock
an internal clock that is used to regulate the number of cycles carried out per second, and synchronize the other components. It manages cycle per second
Registers
These are very small, very fast memory locations located inside the CPU
MAR
Stores memory adresses used when searching for data in RAM
MDR (Memory Data Register)
Stores the data when fetched from memory