Multiple choice

Which of the following statements is false?

  1. Virtual memory implements the translation of a program's address space into physical memory address space.

  2. Virtual memory allows each program to exceed the size of the primary memory.

  3. Virtual memory increases the degree of multi-programming

  4. Virtual memory reduces the context switching overhead.

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Virtual memory enables a program to exceed the size of primary memory so it increases degree of multi-programming. Since data required by executing program is available here so context switching is reduced. But virtual memory doesn't translate program's address space into physical memory.