1.2 Flashcards

(27 cards)

1
Q

What are the main factors affecting CPU performance?

A
  • Clock speed
  • Cache size
  • Number of cores
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How is clock speed measured?

A

In hertz (Hz) and gigahertz (GHz)

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

What does a faster clock speed mean for a CPU?

A

More instructions are fetched, decoded, and executed in a second

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

What is the typical clock speed range for a PC?

A

Between 2GHz and 4GHz

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

True or False: A 4GHz processor will always operate twice as fast as a 2GHz processor.

A

False

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

What analogy is used to explain bottlenecks in CPU performance?

A

A three-lane motorway reducing to a single-lane road

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

What is the role of cache memory in CPU performance?

A

It stores frequently used instructions or data temporarily

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

Why is accessing main memory (RAM) slower than CPU operations?

A

Because reading from and writing to main memory is much slower

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

What is the typical RAM size for a PC in 2020?

A

8 or 16GB

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

How much cache memory might a typical PC have?

A

About 2MB

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

What happens if the required information is not in the cache?

A

It has to be fetched from RAM

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

Fill in the blank: The more _______ a computer has, the more data and instructions can be held in cache.

A

cache memory

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

What is the relationship between cache memory size and CPU performance?

A

More cache memory improves processor performance

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

What is the compromise modern computers face regarding memory?

A

Between speed and cost

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

What is Level 1 cache?

A

Extremely fast but small cache (between 2-64KB) that speeds up the Fetch-Execute cycle.

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

What is the size range of Level 2 cache?

17
Q

How does Level 2 cache compare to RAM?

A

Fairly fast and much faster than RAM.

18
Q

What is the purpose of Level 3 data cache?

A

Some CPUs include it for additional caching.

19
Q

What is the relationship between clock speed and cache memory in computer performance?

A

Higher clock speed and larger cache can improve performance.

20
Q

What type of memory is the most expensive?

A

Cache memory.

21
Q

What does a dual-core processor contain?

A

Two processing units within the CPU.

22
Q

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

A

Four processing units.

23
Q

What is parallel processing?

A

Executing two or more instructions simultaneously.

24
Q

True or False: A dual-core processor can perform twice as many operations per second.

25
What is a program in computing?
A series of instructions that need to be done in order.
26
Why might a quad-core processor not be four times faster than a single-core processor?
Unless the computer is designed to utilize multiple cores.
27
Fill in the blank: A PC with a _______ processor, executing many tasks at the same time, will operate faster than a single-core processor.
multi-core