What is the system clock?
What role does the control unit(CU) play with the system clock?
What are clock pulses used for?
Clock pulses are used to synchronize the operation of all components in the computer system.
What is clock speed?
Clock speed is the number of clock pulses generated per second and determines how many CPU cycles can be executed per second
How does clock speed affect CPU performance?
How many instructions are executed per clock pulse?
One instruction (one fetch–execute cycle) is executed per clock pulse
Why does increasing clock frequency improve performance?
What is overclocking?
Overclocking is increasing the clock speed beyond the speed the computer was designed for by changing BIOS settings
Where is overclocking configured?
Overclocking is configured in the BIOS (Basic Input/Output System)
Why can overclocking cause system instability?
Instructions may not complete before the next instruction starts, causing crashes and unstable performance.
How does overclocking affect CPU temperature?
Overclocking can cause serious overheating of the CPU, leading to unreliable performance
How does bus width affect computer performance?
Increasing the bus width allows more data to be transferred per clock pulse and enables the direct access to more memory locations.
How does increasing data and address bus width improve performance?
It improves processing speed by transferring more data at once and accessing more memory locations directly.
What is cache memory?
Cache memory is fast memory located inside the CPU that stores frequently used data and instructions
Why is cache memory faster than RAM?
Cache memory uses SRAM, which does not need refreshing, giving faster access times.
How does cache memory improve CPU performance?
It reduces access time by storing frequently used instructions close to the CPU.
How does cache size affect performance?
A larger cache can store more frequently used instructions, improving CPU performance.
What is a CPU core made of?
One core is made up of an ALU, a control unit, and registers.
What is a dual-core and quad-core processor?
A dual-core processor has two cores, and a quad-core processor has four cores.
How do multiple cores improve performance?
Multiple cores allow instructions to be split and executed simultaneously, reducing task completion time
How many instructions can each core process per clock pulse?
Each core can process one instruction per clock pulse
Why does adding more cores not double performance?
The CPU must communicate with all cores, which reduces overall performance gains.
Why is performance limited in dual-core and quad-core CPUs?
Communication channels between the CPU and cores reduce potential performance improvements
List four factors that affect computer performance
Clock speed, number of cores, bus width, and cache memory size.