Explore

Learn: The Fetch-Decode-Execute Cycle
OCR GCSE J277 Computer Science specification
Ready to start this lesson?
Sign in to track your progress. 12 steps including 6 interactive questions.
Sign In to Start LearningStudents also studied
Browse allSteps in this lesson (12)
Welcome!Building on what you've already learned about why the CPU is essential, today we'll explore how instructions are processed using the Fetch-Decode-Execute Cycle. This is a key process that helps the CPU perform tasks efficiently.
What is the Fetch-Decode-Execute Cycle?The Fetch-Decode-Execute Cycle is the process the CPU uses to run instructions. It involves fetching the instruction from memory, decoding what it means, and executing it. This happens repeatedly and quickly, allowing the computer to operate smoothly.
Step 1: FetchDuring the Fetch step, the CPU retrieves the instruction from memory. The Program Counter (PC) points to the memory address of the next instruction, and this address is sent to the Memory Address Register (MAR).
Quick check: What does the Program Counter (PC) do?
Start the lesson to answer this multiple choice question
Step 2: DecodeIn the Decode step, the CPU interprets the fetched instruction. The instruction is sent to the Control Unit (CU), which determines what needs to be done next. This step ensures the CPU understands how to process the instruction.
The {{blank0}} unit decodes instructions to determine what needs to be done.
Start the lesson to answer this fill in the blank question
Step 3: ExecuteIn the Execute step, the CPU carries out the instruction. This might involve performing calculations in the Arithmetic Logic Unit (ALU), accessing memory, or managing data. This is the final step before the cycle repeats.
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 about the steps of the Fetch-Decode-Execute Cycle and the roles of key CPU components. Now let's test your understanding with a few questions.
Which of the following are part of the Fetch-Decode-Execute Cycle? (Select all that apply)
Start the lesson to answer this multi-select question
The {{blank0}} register holds the memory address of the next instruction, while the {{blank1}} register holds the data fetched from that address.
Start the lesson to answer this fill in the blank question
What happens during the Decode step?
Start the lesson to answer this multiple choice question

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