aimnova.
DashboardMy LearningPaper MasteryStudy Plan

Aimnova site navigation

Stay in the loop

Get the latest study resources and updates

New features, study tips and exam insights — straight to your inbox.

IB Diploma

  • IB Past Papers
  • IB Study Notes
  • IB Question Bank
  • IB Mock Exams
  • IB Revision

IB Subjects

  • IB Math AA
  • IB Math AI
  • IB Economics
  • IB Business Management
  • IB Physics
  • IB Biology
  • View all IB subjects→

IB Past Papers

  • IB Math AA HL Past Papers
  • IB Math AA SL Past Papers
  • IB Math AI HL Past Papers
  • IB Math AI SL Past Papers
  • IB Economics HL Past Papers
  • IB Economics SL Past Papers
  • IB ESS Past Papers
  • View all past papers→

Study Resources

  • Study Notes
  • Question Bank
  • Mock Exams
  • Flashcards
  • Revision Guide
  • Exam Skills
  • Command Terms
  • Grade Calculator
  • Exam Timetable 2026

Aimnova

  • Features
  • Pricing
  • For Schools
  • For Parents
  • About Us
  • Blog
  • Contact
aimnova.

AI-powered study platform for smarter revision, past-paper analysis and examiner-style feedback.

TermsPrivacyCookies·© 2026 Aimnova. All rights reserved.8afc4e3

Aimnova is not affiliated with or endorsed by the International Baccalaureate Organization (IB).

NotesComputer Science HLTopic 1.1Fetch–decode–execute
Back to Computer Science HL Topics
1.1.53 min read

Fetch–decode–execute (Computer Science HL)

IB Computer Science • Unit 1

Your first topic is free to keep

Know exactly what to write for full marks

Practice with exam questions and get AI feedback that shows you the perfect answer — what examiners want to see.

Start Free

Contents

  • One instruction, three stages
  • Watch one instruction go round
  • How the buses carry it
  • Exam-style question
The big idea: A CPU does one thing, over and over, billions of times a second:

Fetch the next instruction · decode what it means · execute it.

Then it starts again. That loop is the whole job.

Fetch

Collect the next instruction from memory and bring it into the CPU.

Uses the PC, MAR, MDR and IR

Decode

The control unit works out what the instruction is asking for.

Uses the CU and the IR

Execute

The instruction is carried out — usually a calculation in the ALU.

Uses the ALU and the accumulator

Free preview

This is the free notes preview

You're reading the free notes. Aimnova Pro unlocks the full study experience — and you can try it with your first topic free to keep:

  • FlashcardsLock in vocabulary and key terms with spaced repetition.
  • Practice questionsAnswer exam-style questions and get instant AI marking.
  • Mock exams & past-paper vaultSit full mocks and see exactly how examiners award marks.
  • Personalised study planA daily plan built around your exam date and weak areas.
Start Studying Free Full access to Aimnova Pro · cancel anytime

Our instruction again: ADD 5, in memory box 20. Step through and watch which register fills at each stage — the destination of each move is highlighted.

Six moves make one instruction. Registers fill in order, then the ALU produces the answer.

Interactive diagram

Explore the labelled diagram, charts and maps for this topic in full study mode.

Claim your free topic
The step people get wrong: The PC increases during fetch, not at the end.

That matters: a jump instruction works by overwriting the PC during execute. If the PC were bumped afterwards, it would undo the jump.

Study smarter, not longer

Most students waste 40% of study time on topics they already know. Our AI tracks your progress and optimizes every minute.

Try Smart Study FreeYour first topic is free to keep • No credit card required
Every fetch is a trip to memory: Fetching uses all three buses at once: the address goes out, a read signal goes out, and the instruction comes back on the data bus.

The same trip the fetch stage makes, bus by bus.

Interactive diagram

Explore the labelled diagram, charts and maps for this topic in full study mode.

Claim your free topic
Registers and buses together: MAR → address bus. The address the CPU wants goes out from here.

Data bus → MDR. Whatever comes back arrives here first, then moves to the IR.

How this is tested — the marks are in the ORDER and the REGISTER NAMES, not the word count. It comes up two ways:

Paper 1 Section A

  • Describe the cycle, 3-6 marks
  • Name the registers used at each stage
  • Explain when and why the PC is increased

Paper 1 Section B — case study

  • Trace an instruction from the case study's program
  • Explain what limits how fast that system runs
The classic trap: Describing all three stages but naming no registers caps a six-mark answer at about three. The register names are half the marks.
IB-style questionDescribe[6 marks]

Describe the fetch, decode and execute cycle, naming the registers involved at each stage.

Model answer plan

See the mark-by-mark plan — for / against / judgement, with marking guidance — in study mode.

Claim your free topic

Try an IB Exam Question — Free AI Feedback

Test yourself on Fetch–decode–execute. Write your answer and get instant AI feedback — just like a real IB examiner.

the three stages of the machine instruction cycle. [1 mark]

Related Computer Science HL Topics

Continue learning with these related topics from the same unit:

1.1.1CPU components
1.1.2The GPU
1.1.3CPU vs GPU
1.1.4Primary memory
View all Computer Science HL topics

Improve your exam technique

Command terms, paper structure, and mark-scheme tips for Computer Science HL

Previous
1.1.4Primary memory
Next
Pipelining1.1.6

20 practice questions on Fetch–decode–execute

Students who practiced this topic on Aimnova scored 82% on average. Try free practice questions and get instant AI feedback.

Try 3 Free QuestionsView All Computer Science HL Topics