FDE Cycle Flashcards
1
Q
Where does the FDE cycle happen?
A
CPU
2
Q
Fetch =
A
Contents of PC copied into MAR
Address sent from MAR to main memory
Next instruction at that address is found & copied to MDR
Contents of PC increased by 1 to point to next instruction
3
Q
Decode =
A
Instruction held in MDR is copied to CIR
CU works out what the instruction is and sends signals to coordinate other registers
4
Q
Execute =
A
Instruction is executed sometimes using ALU to carry out calculation
Any results of processing stored in ACC
Once complete, cycle restarts
5
Q
Address Bus =
A
Carries memory addresses from the processor to other components
6
Q
Data Bus =
A
Carries data between processer and other components