1.1.2 - CPU performance Flashcards

1
Q

What are the 3 common characteristics of the CPU?

A

Clock speed,
Cache size,
Number of cores.

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

Clock speed

A

Determines the number of FDE cycles performed per second.
It is measured in Hertz (Hz).
Many modern processors operate at billions of cycles per second, known as Gigahertz (GHz).
eg. 3.2 GHz clock speed = 3.2 billion instructions can be fetched per second.

The faster the clock speed, the more instructions can be fetched and executed per second.

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

Cache size

A

Very small, fast-working memory located near the CPU.
Temporary storage of data to provide quick access.
Much quicker to receive data from the cache rather than main memory (RAM).

The larger the cache size, the more frequently instructions or data can be stored, resulting in the CPU having to complete fewer fetch cycles from memory (RAM) and speeding up the performance.

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

Number of cores

A

A core works like its own copy of the CPU.
For example, a quad-core processor would have 4 separate processing units, each with its own: Control Unit (CU), Arithmetic Logic Unit (ALU), Registers and Accumulator.

The higher the number of cores, the more tasks a CPU can handle simultaneously, resulting in high performance.

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