Factors affecting CPU performance Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

What factors can affect the CPU performance?

A

Clock speed
Number of cores
Cache size

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

Explain Clock speed

A

The CPU is regulated with clock signals(Cycle = time between 2)
A set number of instructions can be executed per clock cycle
The faster these cycles are (the higher rate), the more instructions can be executed per second

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

What is the relation between clock speed and performance?

A

The faster the clock speed, the faster the performance

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

Explain Cache Size

A

Cache exists to speed up the operation of the fetch stage
The larger the cache, the more instructions can be accessed faster.

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

What is the relation between Cache Size and performance?

A

The larger the cache size, the faster the performance due to increase instructions that can be processed.

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

What are the different cache type?

A

L1- embedded in the CPU chip, and is the smallest and fastest
L2 and L3- may be physically situated between the CPU and RAM, and are larger but slower, and exist to “Back up” L1 cache, where hits are the least likely.

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

What is cache latency and hit rate

A

cache latency = speed
hit rate = size

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

Explain the Number of cores

A

A CPU can effectivly have multple processors(Cores) on the same chip
when software is optimised, multipe cores allow multipe instructions to be executed simulaneously

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

What is the relation between number or cores and performance?

A

the performance of the cores are timed by the amount of cores.
2 cores = normal amount * 2
(the results will not be perfect due to other factors)

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