InterviewSolution
Saved Bookmarks
| 1. |
The two phases of executing an instruction are __________(a) Instruction decoding and storage(b) Instruction fetch and instruction execution(c) Instruction execution and storage(d) Instruction fetch and Instruction processingI had been asked this question in semester exam.My enquiry is from Instructions and Instruction Sequencing in division Machine Instructions and Programs of Computer Architecture |
|
Answer» CORRECT OPTION is (B) Instruction fetch and instruction execution Explanation: FIRST, the instructions are FETCHED and decoded and then they’re executed and stored. |
|