Question:

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
collegedunia
Verified By Collegedunia

The Correct Option is A

Solution and Explanation

Concept: Every instruction executed by a CPU passes through three major stages:

• Fetch

• Decode

• Execute
Together these stages form the

Instruction Cycle.

Step 1: Fetch Stage.
The CPU fetches the next instruction from memory using the Program Counter (PC).

Step 2: Decode Stage.
The Control Unit interprets the instruction and determines the required operation.

Step 3: Execute Stage.
The ALU or other execution units perform the specified task.

Step 4: Name of the complete cycle.
The sequence \[ \text{Fetch} \rightarrow \text{Decode} \rightarrow \text{Execute} \] is known as the \[ \boxed{\text{Instruction Cycle}} \]
Was this answer helpful?
0
0