Ask Question

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) ?

+3
Answers (1)
  1. 22 June, 20:22
    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?
Find 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 the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers