140k views
3 votes
Consider an instruction within a certain instruction-set architecture (ISA): ADD R1, R2, R3. This instruction adds the value in Register R1 with the value in Register R2, and stores the result in Register R3. What is the maximum number of physical memory accesses that may be caused by this single instruction?

a) 1
b) 2
c) 3
d) 4

User Bitvale
by
8.8k points

1 Answer

4 votes

Answer:

C = 3

Step-by-step explanation:

The maximum number of physical memory accesses that may be caused by this single instruction is ; 3

This is because In the case of loading two values into R2 and R3 there is need for their memories to be accessed and after execution R1 value there will be a write back into memory hence another memory is also accessed and that makes the number of Physical memories accessed to be three(3) in Total

User Wolfspirit
by
7.7k points

Related questions

asked Apr 12, 2024 47.0k views
AnDx asked Apr 12, 2024
by AnDx
8.5k points
1 answer
4 votes
47.0k views
asked Sep 23, 2024 161k views
Pgras asked Sep 23, 2024
by Pgras
8.4k points
1 answer
1 vote
161k views