The computer needs to process each instruction with the following sequence of steps:
A. Calculate the effective address
B. Fetch the Instruction from memory
C. Decode the instruction
D. Fetch the operands from the memory
E. Execute the Instruction
Choose the correct answer from the options given below:
1.A, B, C, D, E
2.B, A, D, A, E
3.B, C, A, D, E ✓ Correct
4.C, B, A, D, E