Explore

Learn: The Fetch-Decode-Execute Cycle
OCR GCSE J277 Computer Science specification
Ready to start this lesson?
Sign in to track your progress. 13 steps including 6 interactive questions.
Sign In to Start LearningStudents also studied
Browse allSteps in this lesson (13)
Welcome!Welcome back! You’ve already explored why the CPU is essential to a computer. Now, let’s build on that knowledge by learning about the Fetch-Decode-Execute Cycle, which is how the CPU processes instructions.
What is the Fetch-Decode-Execute Cycle?The Fetch-Decode-Execute Cycle is the process the CPU uses to execute instructions. It retrieves instructions from memory, decodes them to understand what needs to happen, and then performs the actions.This cycle is repeated millions of times per second to ensure the computer runs smoothly and efficiently.
Step 1: FetchThe CPU begins by fetching the next instruction. The Program Counter (PC) holds the address of the next instruction in memory. The Memory Address Register (MAR) is used to locate this instruction in the main memory.The data at the address is then copied into the Memory Data Register (MDR).
Which register holds the address of the next instruction?
Start the lesson to answer this multiple choice question
Step 2: DecodeOnce the instruction is fetched, the Control Unit (CU) decodes it. This means the CPU translates the instruction into a format it understands and determines what action to take.
The {{blank0}} decodes the instruction to understand what needs to be {{blank1}}.
Start the lesson to answer this fill in the blank question
Step 3: ExecuteFinally, the CPU executes the instruction. This involves performing the operation specified, such as a calculation or moving data. The Arithmetic Logic Unit (ALU) often plays a key role in this step, as it carries out calculations and logical operations.
Match the items on the left with their correct pairs on the right
Start the lesson to answer this matching question
Review Time!Great work! You’ve learned how the CPU processes instructions in the Fetch-Decode-Execute Cycle. Let’s test your understanding with a few final questions.
Which of the following are steps in the Fetch-Decode-Execute Cycle? (Select all that apply)
Start the lesson to answer this multi-select question
Which CPU component performs arithmetic and logical operations?
Start the lesson to answer this multiple choice question
The {{blank0}} register holds the {{blank1}} of the next instruction.
Start the lesson to answer this fill in the blank question
Congratulations!You’ve mastered the Fetch-Decode-Execute Cycle. This cycle is the foundation of how CPUs process instructions and keep computers running. Keep reviewing this topic to strengthen your understanding further!

Want to Learn More?
Get personalised lessons, quizzes, and instant feedback from your AI tutor.
Explore More Topics