Question:easy

Fetch - Decode - Execute cycle of CPU is called?

Show Hint

Remember F-D-E: Fetch → Decode → Execute. This sequence is the fundamental Instruction Cycle of every CPU.
Updated On: Jun 11, 2026
  • Instruction Cycle
  • Data Pipelining Cycle
  • Memory Allocation Cycle
  • Interrupt Handling Cycle
Show Solution

The Correct Option is A

Solution and Explanation

Step 1: List the three stages.
The CPU repeatedly performs Fetch, then Decode, then Execute for each instruction.
Step 2: Describe Fetch.
In the fetch stage the CPU pulls the next instruction from memory using the Program Counter.
Step 3: Describe Decode.
In the decode stage the control unit interprets the instruction and works out which operation is needed.
Step 4: Describe Execute.
In the execute stage the ALU or another unit actually carries out the operation.
Step 5: Name the whole loop.
This complete repeating sequence of fetch, decode and execute is collectively called the instruction cycle.
Step 6: Rule out the distractors.
Data pipelining, memory allocation, and interrupt handling describe other ideas, so the correct name is the Instruction Cycle.
\[ \boxed{\text{Instruction Cycle}} \]
Was this answer helpful?
0