CPU Performance Flashcards

1
Q

What is cache memory?

A

Cache memory is a type of storage that can be accessed by the CPU extremely quickly.
Therefore the more cache memory in a computer system, generally the better the performance will be.

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

What is clock speed?

A

The speed at which a processor operates is called the clock speed. The faster the clock speed, the faster the computer is able to run the fetch-decode-execute cycle and therefore process more instructions.

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

What is a core?

A

A core is the term used to describe the processing components within the CPU. Multi-core processors therefore have many processing components within the same CPU.

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

Explain a single core cpu and a dual core cpu

A

In a single-core CPU each instruction is processed one after the other, whereas in a dual-core CPU, two instructions may be processed at the same time. In theory, a dual-core CPU should be able to process instructions twice as fast as a single-core CPU. However, this isn’t always the case, as sometimes Instruction 2 may need the result of Instruction 1 before it can be processed.

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