The Fetch, Decode, Execute Cycle Flashcards
1
Q
Explain the Fetch part
A
- PC gets the new instruction by fetching the address of the next instruction from the RAM via the address buss
- The address in the PC is copied to the MAR
- PC increments to the next instruction
- Instruction stored at the location held by the MAR is copied to the MDR via the data bus
2
Q
Explain the Decode part
A
- Control Unit will decode the instruction and send control signals to the component that needs to act
3
Q
Explain the Execute part
A
- The component that is needed performs the operation
This may be the: - ALU