FACTORS AFECTING PERFORMANCE OF THE CPU Flashcards
What factors affect the performance of the CPU?
- clock speed
- cache size
- no. of cores
What is clock speed?
- no. of cycles per s (measured in Hz)
- modern processors operate at billions of cycles per s (GHz)
- (3.2 GHz clock speed = 3.2 bil instructions can be fetched per s)
How does clock speed affect CPU performance?
the greater the clock speed, the faster instructions will be executed
What is cache?
- temporary storage of data and instructions being written to/read from
- stores recently used data and instructions so they can be accessed quicker than if they were stored in RAM
- located on/near CPU
What are the 3 levels of cache and their properties?
- level 1 cache: very fast, small capacity
- level 2 cache: fast, medium capacity
- level 3 cache: slow, large capacity
How does cache size affect CPU performance?
the more data stored in cache, the more efficiently the CPU runs
What is a core?
a copy of the processor
(eg: a quad-core processor would have 4 separate processing units each with its own registers, ALU etc.)
How does the no. of cores affect the performance of the CPU?
(theoretically) CPUs with multiple cores have more power to run multiple programs at 1 time (however some softwares are unable to take full advantage of all 4 processors)