1.1.2 CPU Performance

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall with Kai
GameKnowt Play
New
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/26

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

27 Terms

1
New cards

What are the three main factors that affect CPU performance?

  • Clock speed

  • Cache size

  • Number of cores

2
New cards

What is cache?

A cache is a high-speed memory that sits close to or can be directly on the processor.

3
New cards

What is cache used to do?

It is used to store the instructions and data most frequently used.

4
New cards

As with RAM, cache memory is _______ when power is removed.

erased

5
New cards

What is L1 cache?

L1 cache is extremely fast but small, it speeds up the fetch-execute cycle.

6
New cards

What is the size of L1 cache?

Between 2-64KB

7
New cards

What is L2 cache?

L2 cache is fairly fast (faster than RAM but slower than L1 cache) and medium sized.

8
New cards

What is the size of L2 cache?

Between 256KB - 2MB

9
New cards

Some CPUs also have __ cache.

L3

10
New cards

What type of cache is most expensive?

L1 cache

11
New cards

How does increasing cache size improve performance?

The more cache memory a computer has, the more data and instructions can be held in cache and made available very quickly. This improves processor performance.

12
New cards

Computers with more than one processing unit (core) are called ‘_________ _________’.

multicore processors

13
New cards

How many processing units does a ‘dual-core’ processor have?

2

14
New cards

How many processing units does a ‘quad-core’ processor have?

4

15
New cards

How many processing units does a ‘hexa-core’ processor have?

6

16
New cards

How many processing units does a ‘octo-core’ processor have?

8

17
New cards

The more _____ a computer has, the more _________ it can execute _____________. As a result, the computer will perform more __________ than computers with the same type of __________ but _____ cores.

cores, instructions, simultaneously, efficiently, processor, fewer

18
New cards

Does doubling the number of cores make your computer twice as fast?

Doubling the number of cores theoretically doubles the speed, in reality the computer will always run slightly slower than that because the cores have to communicate with each other and have to work in order when accessing the cache and RAM.

19
New cards

What does the clock do?

Sends a regular electrical signal which changes at a regular frequency. This signal is used to synchronise the computer system’s components.

20
New cards

What is clock speed?

The number of fetch-execute cycles the CPU can perform per unit time (measured in hertz).

21
New cards

The greater the clock speed, the ______ instructions are carried out.

faster

22
New cards

___________ can cause the processor to overheat.

Overclocking

23
New cards

What are four other parts of computers than can improve the performance of computers?

RAM, SSD, Graphics card (GPU), HDD

24
New cards

Computer A has a single core, 3.2 GHz processor. Computer B has a single core, 1.2 GHz processor. Explain why Computer A will usually run faster than Computer B.

Computer A has a greater clock speed than Computer B. The greater the clock speed, the faster instructions will be executed as more fetch-execute cycles can be executed per second. This leads to better CPU performance.

25
New cards
<p>The specification of two CPUs is shown in Fig. 1. When running a 3D flight simulator, Computer 1 is likely to run faster than Computer 2. Using the information in Fig. 1, identify one reason for this.</p>

The specification of two CPUs is shown in Fig. 1. When running a 3D flight simulator, Computer 1 is likely to run faster than Computer 2. Using the information in Fig. 1, identify one reason for this.

Computer 1 has more cores than Computer 2.

26
New cards
<p>The specification of two CPUs is shown in Fig. 1. Identify two other parts of a computer that are not in Fig. 1, which could improve the performance of the computers.</p>

The specification of two CPUs is shown in Fig. 1. Identify two other parts of a computer that are not in Fig. 1, which could improve the performance of the computers.

RAM, SSD

27
New cards

Explain one reason why the cache size affects the performance of the CPU.

The cache makes data frequently used by the CPU available more quickly. Because the processor has to access main memory less often, it can work faster, so CPU performance increases.