Question
What is virtual memory?
Select an option. Your answer will be checked instantly.
Correct Answer: C. A memory-management technique that lets a process execute without all of its address space being in physical memory
Explanation:
Virtual memory separates the process's logical address space from the amount of installed physical memory.
Only the currently needed portions must be resident, allowing larger programs and more multiprogramming.
Leave a Reply