3.1.3 CACHE, CLOCK, & CORE [NEW] Flashcards

(28 cards)

1
Q

What is the system clock?

A
  • The system clock is a component that generates timing signals (clock pulses) used to synchronize all components on the motherboard
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What role does the control unit(CU) play with the system clock?

A
  • The control unit(CU) sends signals on the control bus to coordinate events according to the pulses of the system clock.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are clock pulses used for?

A

Clock pulses are used to synchronize the operation of all components in the computer system.

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

What is clock speed?

A

Clock speed is the number of clock pulses generated per second and determines how many CPU cycles can be executed per second

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

How does clock speed affect CPU performance?

A
  • A higher clock speed allows more fetch–decode–execute cycles per second, improving CPU performance.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How many instructions are executed per clock pulse?

A

One instruction (one fetch–execute cycle) is executed per clock pulse

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

Why does increasing clock frequency improve performance?

A
  • Increasing clock frequency shortens instruction execution time, allowing more instructions to be completed per second.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is overclocking?

A

Overclocking is increasing the clock speed beyond the speed the computer was designed for by changing BIOS settings

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

Where is overclocking configured?

A

Overclocking is configured in the BIOS (Basic Input/Output System)

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

Why can overclocking cause system instability?

A

Instructions may not complete before the next instruction starts, causing crashes and unstable performance.

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

How does overclocking affect CPU temperature?

A

Overclocking can cause serious overheating of the CPU, leading to unreliable performance

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

How does bus width affect computer performance?

A

Increasing the bus width allows more data to be transferred per clock pulse and enables the direct access to more memory locations.

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

How does increasing data and address bus width improve performance?

A

It improves processing speed by transferring more data at once and accessing more memory locations directly.

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

What is cache memory?

A

Cache memory is fast memory located inside the CPU that stores frequently used data and instructions

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

Why is cache memory faster than RAM?

A

Cache memory uses SRAM, which does not need refreshing, giving faster access times.

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

How does cache memory improve CPU performance?

A

It reduces access time by storing frequently used instructions close to the CPU.

17
Q

How does cache size affect performance?

A

A larger cache can store more frequently used instructions, improving CPU performance.

18
Q

What is a CPU core made of?

A

One core is made up of an ALU, a control unit, and registers.

19
Q

What is a dual-core and quad-core processor?

A

A dual-core processor has two cores, and a quad-core processor has four cores.

20
Q

How do multiple cores improve performance?

A

Multiple cores allow instructions to be split and executed simultaneously, reducing task completion time

21
Q

How many instructions can each core process per clock pulse?

A

Each core can process one instruction per clock pulse

22
Q

Why does adding more cores not double performance?

A

The CPU must communicate with all cores, which reduces overall performance gains.

23
Q

Why is performance limited in dual-core and quad-core CPUs?

A

Communication channels between the CPU and cores reduce potential performance improvements

24
Q

List four factors that affect computer performance

A

Clock speed, number of cores, bus width, and cache memory size.

25
Why does a higher clock speed improve performance?
It allows more fetch–decode–execute cycles per second
26
Why do more cores improve performance?
More cores allow more instructions to be executed simultaneously
27
Why does increasing bus width improve performance?
More data can be transferred per clock pulse and more memory locations can be accessed
28
Why does a larger cache improve CPU performance?
It stores more frequently used instructions for faster access