Central Processing Unit Q.35

0. The use of multiple register windows with overlap causes a reduction in the number of memory accesses for
1. function locals and parameters
2. register saves and restores
3. instruction fetches

  • Option : A
  • Explanation : I is true as by using multiple register windows, we eliminate the need to access the variable values again and again from the memory. Rather, we store them in the registers.
Cancel reply
Cancel reply