Teaching UGC NET Mock Test Series 2025 (Paper 1 & 2) Computer Organization and Architecture Instruction Pipelining Instruction Cycle
In most general case, the computer needs to process each instruction with the following sequence of steps:
(A) Calculate the effective address
(B) Execute the instruction
(C) Fetch the instruction from memory
(D) Fetch the operand from memory
(E) Decode the instruction
Choose the correct answer from the options given below:
1
(A), (B), (C), (D), (E)
2
(A), (B), (C), (E), (D)
3
(C), (E), (A), (D), (B)
4
(C), (E), (D), (A), (B)