🎴 Flashcard Mode

Test 2 - Operating System | Computer Science (CS)

Card1 / 19
Mastered0
Review0
QuestionClick to flip

Which of the following statements is false?

AnswerClick to flip back
A
Virtual memory implements the translation of a program's address space into physical memory address space.
💡 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.

Change Mode