Characteristics of the CPU

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

1/20

flashcard set

Earn XP

Description and Tags

includes small consolidation

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

21 Terms

1
New cards

how many common characteristics of the CPU are there?

3

2
New cards

What are the 3 common characteristics of the CPU?

  • Clock Speed

  • Cache Size

  • Number of Cores

3
New cards

what do the three characteristics impact?

these characteristics has a significant impact on the performance of the CPU

4
New cards

what is clock speed measured in?

hertz (Hz)

5
New cards

what does the clock speed measure?

The clock speed measures the number of fetch-decode-execute cycles that can take place in 1 second

6
New cards

how does clock speed impact CPU performance?

The faster the clock speed, the more instructions can be fetched and executed per second

7
New cards

what is the clock speed of modern computers measured in?

Modern computers have a clock speed in Gigahertz (GHz), meaning billion

8
New cards

how many instructions can be performed per second if the clock speed in 3.5GHz

A clock speed of 3.5GHz can perform up to 3.5 billion instructions per second

9
New cards

what is cache?

Cache is very small, very fast memory on or close to the CPU

10
New cards

what is cache used for?

Cache is used as temporary storage to provide quick access to a copy of frequently used instructions and data

11
New cards

how does cache speed impact CPU performance?

  • The larger the cache size, the more frequently used instructions or data can be stored

  • This results in the CPU having to complete fewer fetch cycles from memory (RAM), speeding up the performance

12
New cards

why is using cache faster than using RAM?

Cache has a significantly faster read/write speed than RAM, making it much quicker to retrieve instructions from there instead of from memory (RAM)

13
New cards

how does a core work?

  • A core works like it is its own CPU

14
New cards
<p>what is meant by the term ‘multiple core processor’</p>

what is meant by the term ‘multiple core processor’

Multiple core processors mean they have multiple separate processing units that can fetch, decode and execute instructions at the same time

15
New cards

what is an advantage to multi core processors?

Multi-core processors can run more powerful programs with greater ease

16
New cards

how does having multiple cores affect CPU performance?

Multiple cores increase the performance of the CPU by working with the clock speed

17
New cards

describe the features of a dual core processor?

  • a dual-core processor would have 2 processing units, each with their own

    • Control Unit (CU)

    • Arithmetic Logic Unit (ALU)

    • Accumulator (ACC)

    • Registers

18
New cards

how many instructions could be run per second with a quad core CPU and a 3GHz clock speed?

  • 4 cores x 3GHz

  • 4 x 3 billion instructions

  • 12 billion instructions per second

19
New cards

 State the purpose of the CPU (2)

  • The CPU performs the FDE cycle

  • Processes instructions

20
New cards

State what is meant by a dual-core 2.5Ghz processor (2)


  • Dual-core means there are two cores processing instructions

  • 2.5GHs means it can run 2.5 billion FDE cycles per second

21
New cards

Von Neumann architecture contains registers. Identify two registers used in the Von Neumann architecture (2)

  • Program Counter (PC)

  • Memory Address Register (MAR)

  • Memory Data Register (MDR)

  • Accumulator (ACC)