Bird
0
0

Consider this flowchart of the CPU instruction cycle:

medium📝 Analysis Q13 of 15
Intro to Computing - How Hardware Works
Consider this flowchart of the CPU instruction cycle:
CPU Instruction Cycle Flowchart
What is the correct sequence of steps the CPU follows?
AFetch -> Decode -> Execute
BDecode -> Fetch -> Execute
CExecute -> Fetch -> Decode
DFetch -> Execute -> Decode
Step-by-Step Solution
Solution:
  1. Step 1: Analyze the flowchart arrows

    The flowchart shows the CPU first fetching the instruction from memory, then decoding it, and finally executing it.
  2. Step 2: Match the sequence with options

    Fetch -> Decode -> Execute matches the flowchart's sequence: Fetch -> Decode -> Execute.
  3. Final Answer:

    Fetch -> Decode -> Execute -> Option A
  4. Quick Check:

    Flowchart confirms fetch first, then decode, then execute [OK]
Quick Trick: Follow arrows: fetch first, then decode, then execute [OK]
Common Mistakes:
  • Reading flowchart steps in wrong order
  • Assuming execution happens before decoding
  • Ignoring the flow direction

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Intro to Computing Quizzes