1.1.2 Flashcards
factors that affect CPU performance
-clock speed
-amount of cores
-cache size
clock
-ticks at steady speed called ‘clock frequency’
-each time clock ticks one complete fetch-decode-execute cycle takes place
-3GHz means 3 billion instructions can be processed every second
-the higher the clock frequency the faster the CPU can run
overclocking
clock speed can be increased over it’s normal design limit which allows the CPU to process more instructions (need a very good system to stop overheating)
core
-has it’s own ALU, control unit and registers
multitasking
having additional cores allows multiples tasks to be carried out simultaneously
parallel processing
when a single task is split into parts and processed at the same time
cache
-small but extremely fast memory
-stores instructions and data that are frequently used
-they don’t have to be fetched directly from RAM, thus speeding up performance
-cache is expensive