InterviewSolution
Saved Bookmarks
| 1. |
The decoded instruction is stored in ______(a) IR(b) PC(c) Registers(d) MDRI had been asked this question in my homework.Question is taken from Basic Operational Concept in division Basic Structures of Computers of Computer Architecture |
|
Answer» RIGHT OPTION is (a) IR Easiest EXPLANATION: The instruction after obtained from the PC, is decoded and operands are FETCHED and stored in the IR. |
|