Ask Question
2 January, 17:15

Assume that instructions executed by the processor are broken down as follows: R-format - 40% beq - 20% lw - 25% sw - 15% What percentage of instructions utilizes the data memory (in the MEM stage) ?

+4
Answers (1)
  1. 2 January, 17:38
    0
    40% of instructions utilizes the data memory.

    Explanation:

    The MEM stage is where data is written and/or read from memory.

    The LW instruction loads data from the data memory through a specified address and the SW instruction stores data to a specified address on the data memory. The LW instruction is 25% and the SW instruction is 15% which sums it up to a total of 40% instructions using the data memory.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “Assume that instructions executed by the processor are broken down as follows: R-format - 40% beq - 20% lw - 25% sw - 15% What percentage ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers