1.1.2 - Factors affecting processor performance

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/7

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

8 Terms

1
New cards

What are the 3 factors affecting CPU performance?

  • Clock Speed

  • Cache

  • No. of cores

2
New cards

What is cache?

Cache is high-speed memory used to store instructions or data most frequently used.

3
New cards

Why would you use Cache over Primary Memory?

Fetching stuff from RAM is much more inefficient.

4
New cards

Where is cache located?

Either on the CPU or extremely close to the CPU.

5
New cards

What are cores?

A core is a component within a CPU containing its own ALU, CU and Registers.

6
New cards

Why is having more cores better?

  • More instructions can be processed.

  • Each core can carry out its own FDE cycle independently.

7
New cards

Why is having a faster clock better?

  • More instructions can be processed

  • The CPU can carry out more FDE cycles per second.

8
New cards

What is clock speed typically measured in?

GHz.