Fetch-execute cycle Flashcards
1
Q
What part of the CPU follows the fetch-execute cycle?
A
The control unit
2
Q
First step of the fetch-execute cycle?
A
Copy memory address from the program counter to the MAR
3
Q
Second step of the fetch-execute cycle?
A
Copy the instruction stored in the MAR to the MDR
4
Q
Third step of the fetch-execute cycle?
A
Increment the program counter to point in the address of the next instruction ready for the next cycle
5
Q
What happens in the decoding part of the fetch-execute cycle?
A
The instruction in the MDR is decoded by the CU
The CU may then prepare for the next step like loading values into the MAR and MDR
6
Q
What happens in the execution part of the fetch-execute cycle?
A
The instruction is preformed