Open In App

GATE | GATE-CS-2001 | Question 8

Which of the following statements is false?
(A) Virtual memory implements the translation of a program‘s address space into physical memory address space
(B) Virtual memory allows each program to exceed the size of the primary memory
(C) Virtual memory increases the degree of multiprogramming
(D) Virtual memory reduces the context switching overhead

Answer: (D)
Explanation: See question 4 of https://www.geeksforgeeks.org/operating-systems-set-2/amp/
Quiz of this Question

Article Tags :