1.1.2 CPU Performance Flashcards

1
Q

True or False: The clock speed of a CPU is measured in Hertz (for example, 1.8GHz)

A

True

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

What is the name of the cycles that the CPU completes? (Each cycle is where the CPU carries out one instruction.)

A

Every time a CPU completes an instruction is called a Fetch-Execute cycle.

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

What does the Control Unit do?

A

The Control Unit includes the Program Counter, which organises and holds all the next instructions and memory addresses, so that the instructions are managed and run in order.

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

True or False: The cache (sometimes also known as the Immediate Access Store) is contained within the CPU.

A

True

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

What is the third common characteristic that affects CPU performance, if the first two are clock speed and cache size?

A

Number of cores

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

Why does the cache affect the performance of the CPU?

A

The cache affects the CPU performance because data for instructions can be accessed quicker, by the CPU, than if the data was stored in RAM (which is slower). The CPU is not slowed down by having to go to the RAM.

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

True or False: Having more cores always makes the CPU run faster.

A

False. It usually does, but sometimes it will depend on the order or priority that the instructions need to be completed in. For example, one task might need to wait for another to be completed, so it can’t be sent to another core.

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

True or False: The clock speed is the number of fetch-execute cycles that can be completed in one second.

A

True. A 1.8 GHz (gigahertz) CPU processes 1.8 billion cycles per second.

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

Which CPU would run faster, a 1.8GHz or 1.2GHz?

A

1.8GHz. They are both gigahertz (GHz) and 1.8 is bigger than 1.2.

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

Which is a bigger memory store, 128Kb or 128Mb?

A

128Mb, because M (mega) is 1000 times a K (kilo) byte.

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

Which writes and reads data faster: cache memory in the CPU or memory in the RAM?

A

Cache memory is faster to write and read data and instructions than RAM.

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

True or False: Each core in a CPU can process data and instructions independently of the rest.

A

True.

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

True or False: Computer chip manufacturers made multi-core processors because they could not make CPUs run any faster.

A

True.

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

How many instructions can be executed per second by a 3.5GHz CPU?

A

3.5 billion.

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

Why does doubling the number of cores in the CPU not necessarily increase the speed of executing instruction by two?

A

Instructions may have to be executed in order, or according to a priority, so not all instructions can be shared between the cores; sometimes they have to wait for others.

Also, sometimes software has not been designed to use multiple cores.

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