Saved Bookmarks
| 1. |
Explain the different phases for instruction execution |
|
Answer» Answer: There are six fundamental phases of the instruction cycle: FETCH instruction (aka pre-fetch) decode instruction. evaluate ADDRESS (address GENERATION) fetch operands (read memory data) EXECUTE (ALU access) store result (writeback memory data) Explanation: make me as BRAINALIEST |
|