FDE Stage Comparison
Part of Fetch-Decode-Execute Cycle — GCSE Computer Science
This comparison covers FDE Stage Comparison within Fetch-Decode-Execute Cycle for GCSE Computer Science. Revise Fetch-Decode-Execute Cycle in Systems Architecture for GCSE Computer Science with 15 exam-style questions and 12 flashcards. This topic appears regularly enough that it should still be part of a steady revision cycle. It is section 8 of 9 in this topic. Use this comparison to connect the idea to the wider topic before moving on to questions and flashcards.
Topic position
Section 8 of 9
Practice
15 questions
Recall
12 flashcards
FDE Stage Comparison
| Stage | What Happens | Registers Changed | Component |
|---|---|---|---|
| FETCH | Get instruction from memory | PC (increments), MAR, MDR, CIR | Control Unit + Memory |
| DECODE | Interpret instruction meaning | None | Control Unit |
| EXECUTE | Perform the operation | ACC (if calculation), PC (if branch) | ALU or CU |