Unit 1 Lesson 2 - Processor Performance Flashcards

1
Q

What are the 3 main factors affecting the performance of the Processor?

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

What is meant by Clock Speed?

A

Clock Speed represents the speed a computer processor can FDE.
Example: 4GHz would mean 4 Billion times per second

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

What is meant by Number of Cores?

A

The amount of Processing Units which a computer has.

Each core is theoretically able to process a different instruction at the same time. This is referred to as Parallel Processing.

Some software may not be able to utilise multi-core computers

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

What is the definition of Parallel Processing?

A

Using several processor cores working at the same time.

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

What is Cache Memory?

A

Cache is a small amount of Extremely fast but expensive memory. It stores recently used data and instructions.

Cache Memory is very close to Processing Unit itself which is why it is so fast to access.

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

Describe the difference between Level 1 Cache and Level 2 Cache.

A

Level 1 Cache has smaller capacity but is faster to access

Level 2 Cache has bigger capacity but takes longer to access

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

Describe what is meant by Pipelining

A

Pipelining is a technique which overlaps the stages of FDE.

The aim of Pipelining is to reduce the amount of time the Processing Unit is left idle.

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