Question:medium

The sequence of events that happen during a typical fetch operation is:
(A) MAR
(B) IR
(C) MDR
(D) Memory
(E) PC
Choose the correct answer from the options given below:

Show Hint

The sequence can be remembered as PC → MAR → Memory → MDR → IR.
Updated On: Feb 11, 2026
  • (E), (A), (C), (B), (D)
  • (E), (A), (D), (C), (B)
  • (A), (E), (C), (B), (D)
  • (E), (A), (C), (D), (B)
Show Solution

The Correct Option is D

Solution and Explanation

A standard instruction fetch operation involves the following steps: 1. PC (Program Counter): Stores the address of the instruction for retrieval. 2. MAR (Memory Address Register): Obtains the address from the PC. 3. Memory: Retrieves the instruction from the location specified by the MAR. 4. MDR (Memory Data Register): Contains the retrieved instruction. 5. IR (Instruction Register): Retains the instruction for subsequent execution.
Was this answer helpful?
0

Top Questions on Computer Organization and Architecture