Step-by-Step Lesson

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 Learning
13 Steps6 Questions

Students also studied

Browse all

Steps in this lesson (13)

1
Text

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.

2
Text

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.

3
Text

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).

4
Multiple ChoiceInteractive

Which register holds the address of the next instruction?

Start the lesson to answer this multiple choice question

5
Text

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.

6
Fill in the BlankInteractive

The {{blank0}} decodes the instruction to understand what needs to be {{blank1}}.

Start the lesson to answer this fill in the blank question

7
Text

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.

8
MatchingInteractive

Match the items on the left with their correct pairs on the right

Start the lesson to answer this matching question

9
Text

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.

10
Multi-SelectInteractive

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

11
Multiple ChoiceInteractive

Which CPU component performs arithmetic and logical operations?

Start the lesson to answer this multiple choice question

12
Fill in the BlankInteractive

The {{blank0}} register holds the {{blank1}} of the next instruction.

Start the lesson to answer this fill in the blank question

13
Text

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!

Genie

Want to Learn More?

Get personalised lessons, quizzes, and instant feedback from your AI tutor.

Explore More Topics