What does a CPU do?
Carries out instructions - the Fetch-Execute cycle describes how it does it
How long does each Fetch-Execute cycle take?
It depends on the processing power but usually, it takes multiple clock cycles
What happens in the FETCH instruction of the cycle?
What happens in the DECODE instruction of the cycle?
What happens in the EXECUTE instruction?
The instruction is performed
What are the different instructions that could be executed?
Load data from memory
Write data to memory
Do a calculation or logic operation (using the ALU)
Change the address in the control unit
Halt the program