Characteristics of the CPU Flashcards
Systems Architecture 1.1.1
1
Q
What are the common characteristics of the CPU? (3 marks)
A
- Clock speed
- Cache size
- Number of cores
2
Q
How does the clock speed of the CPU affect performance? (4 marks)
A
- Measured in Hertz (Hz)
- Measures number of fetch-decode-execute cycles that can take place in 1 second
- The faster the clock speed, the more instructions can be fetched and executed per second
- Modern computers have a clock speed in Gigahertz (GHz)
3
Q
How does the cache size of the CPU affect performance? (5 marks)
A
- Very small, very fast memory on or close to the CPU
- Temporary storage to provide quick access to a copy of frequently used instructions and data
- The larger the cache size, the more frequently used instructions or data can be stored
- The CPU having to complete fewer fetch cycles from memory (RAM), speeding up the performance
- Has a significantly faster read/write speed than RAM, so much faster to retrieve instructions from there than memory (RAM)
4
Q
How does a core work? (1 mark)
A
Like it is its own CPU
5
Q
What would a dual-core processor have? (2 marks)
A
- Two processing units, each with their own:
- Control Unit, Arithmetic Logic Unit, Registers, Accumulator
6
Q
What are multi-core processors? (2 marks)
A
- Multiple separate processing units
- That can decode, fetch and execute instructions at the same time
7
Q
How does the number of cores / multi-core processors affect performance? (2 marks)
A
- Can run powerful programs with greater ease
- Increase the performance of the CPU by working with clock speed