Characteristics of the CPU Flashcards

Systems Architecture 1.1.1

1
Q

What are the common characteristics of the CPU? (3 marks)

A
  1. Clock speed
  2. Cache size
  3. Number of cores
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How does the clock speed of the CPU affect performance? (4 marks)

A
  1. Measured in Hertz (Hz)
  2. Measures number of fetch-decode-execute cycles that can take place in 1 second
  3. The faster the clock speed, the more instructions can be fetched and executed per second
  4. Modern computers have a clock speed in Gigahertz (GHz)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How does the cache size of the CPU affect performance? (5 marks)

A
  1. Very small, very fast memory on or close to the CPU
  2. Temporary storage to provide quick access to a copy of frequently used instructions and data
  3. The larger the cache size, the more frequently used instructions or data can be stored
  4. The CPU having to complete fewer fetch cycles from memory (RAM), speeding up the performance
  5. Has a significantly faster read/write speed than RAM, so much faster to retrieve instructions from there than memory (RAM)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How does a core work? (1 mark)

A

Like it is its own CPU

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What would a dual-core processor have? (2 marks)

A
  1. Two processing units, each with their own:
  2. Control Unit, Arithmetic Logic Unit, Registers, Accumulator
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are multi-core processors? (2 marks)

A
  1. Multiple separate processing units
  2. That can decode, fetch and execute instructions at the same time
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How does the number of cores / multi-core processors affect performance? (2 marks)

A
  1. Can run powerful programs with greater ease
  2. Increase the performance of the CPU by working with clock speed
How well did you know this?
1
Not at all
2
3
4
5
Perfectly