Computing - CPU Flashcards
What does the control unit do?
Uses electrical signals to direct the system to execute instructions in stored programs
What 3 things does the ALU do?
Addition
Subtraction
Comparisons
What is the cycle that the CPU continuously completes?
Fetch-execute cycle
Explain the fetch-execute cycle
CPU fetches next instruction
Decodes it into a language it understands
Executes it before repeating the process again
What happens immediately after the computer being switched on? (3 steps)
CPU executes the boot program from ROM
The boot program starts up the operating system
After initial boot process, operating system gets control
Give 2 factors that affect the speed of the CPU
Clock speed
Number of cores
How does data travel around a computer?
Data bus
How is data stored near the CPU?
In cache memory
What are the 2 main components of the CPU?
Control unit
ALU