Complete the sentence to explain virtual memory: Virtual memory allows a computer to use {{BLANK_1}} as if it were RAM.
Virtual memory allows a computer to use [1] as if it were RAM.
Virtual memory uses disk storage to extend the available memory beyond the physical RAM.
Complete the sentence: Virtual memory helps the system run {{BLANK_1}} programs than the physical RAM can hold.
Virtual memory helps the system run [1] programs than the physical RAM can hold.Virtual memory allows running more programs than the physical RAM alone can support by swapping data to disk.
Fix the error in the explanation: Virtual memory stores data in {{BLANK_1}} to free up RAM space.
Virtual memory stores data in [1] to free up RAM space.
Virtual memory swaps data to disk storage (like a hard drive or SSD) to free RAM for active tasks.
Fill both blanks to complete the sentence: Virtual memory uses {{BLANK_1}} to store data temporarily and {{BLANK_2}} to swap data when RAM is full.
Virtual memory uses [1] to store data temporarily and [2] to swap data when RAM is full.
RAM stores data temporarily for quick access, while disk storage is used to swap data out when RAM is full.
Fill all three blanks to complete the explanation: Virtual memory extends physical memory by using {{BLANK_1}} as extra space, managed by the {{BLANK_2}} which moves data between RAM and disk, allowing the system to run {{BLANK_3}} programs simultaneously.
Virtual memory extends physical memory by using [1] as extra space, managed by the [2] which moves data between RAM and disk, allowing the system to run [3] programs simultaneously.
Disk storage acts as extra memory space. The operating system manages swapping data. This lets the system run more programs than physical RAM alone.