Correct Answer: (3) The process of simulating more memory than is physically available
Solution:Virtual memory is a memory management technique that simulates more memory than is physically available.- It does this by using secondary storage, such as a hard drive or solid state drive, to store pages of memory that are not currently being used.
- When a program needs to access a page of memory that is not in physical memory, the operating system swaps it in from secondary storage.