Tanishka Yadav
Participant
4 months ago
2 Replies
Q:
What is virtual memory?
How does virtual memory work and why do computers need it?
Tags: virtual memory
2 Replies
Up
0
Sophia Martinez
Participant
1 month, 1 week ago
Virtual memory is a memory management feature in a computer that uses a portion of the storage drive (HDD or SSD) as temporary memory when the physical RAM becomes full. It helps the operating system run more programs and processes smoothly, even when available RAM is limited.
The system stores less frequently used data in a special file called the paging file or swap file, freeing up RAM for active tasks. Although virtual memory is slower than physical RAM, it improves multitasking and prevents programs from crashing due to insufficient memory.
Viewing 2 replies - 1 through 2 (of 2 total)
- Join the conversation — log in or create an account to reply.
Login to the community
You must be logged in to reply to this topic.

Virtual memory is a memory management feature in a computer that uses a part of the hard drive or SSD to act like extra RAM (main memory).
When the computer’s RAM is full, virtual memory temporarily stores data on the storage device so that programs can continue running.
In short:
Virtual memory is an extension of RAM that helps the computer run more programs smoothly when actual memory is limited.