Factors affecting CPU performance Flashcards

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

What is clock speed?

A

All processor activities begin on a clock pulse, and each CPU operation starts as the clock changes from 0 to 1. The clock speed is the time taken for one clock cycle to complete.

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

What is a system clock?

A

An electronic device,which generates signals, switching between 0 and 1.

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

How does the number of cores in a computer affect the processing time?

A

A computer with multiple cores can complete more than one fetch-execute cycle at any given time. A computer with dual cores can theoretically complete tasks twice as fast as a computer with a single core. However, not all programs are able to utilize multiple cores efficiently as they have not been designed to do so.

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

How does cache amount and type of cache memory affect processing time?

A

Reduces latency of retrieval of data to the CPU, as the data is closer to the CPU.

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

What is a cache?

A

Cache memory is the CPU’s on board memory.

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

What is the purpose of a cache?

A

copied to the cache, so if required again, they can be accessed quicker. As cache fills up, unused instructions are replaced.

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

What is the purpose of a cache?

A

Data is copied to the cache, so if required again, they can be accessed quicker. As cache fills up, unused instructions are replaced.

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

What is Level 1 cache?

A

Very fast memory cells with a small capacity. (2-64KB)

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

What is Level 2 cache?

A

Relatively fast memory cell, with a medium sized capacity. (256KB-2MB)

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

What is Level 3 cache?

A

Much larger and slower memory cell.

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