Problem Statement
Which of these best describes virtual memory?
Explanation
Virtual memory allows processes to execute even if they are partially in physical RAM by using disk space as an extension and swapping pages in and out. This gives the illusion that the system has more memory than physically present, enables more processes to run, and simplifies memory management. :contentReference[oaicite:4]{index=4}
