Multiple choice

The virtual storage is implemented through ___________.

  1. paging

  2. fragmentation

  3. a loader

  4. a tool

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Virtual storage is a memory management technique that creates the illusion of a very large main memory by using disk space. The most common way to implement this is through paging, where memory is divided into fixed-size blocks. This allows the operating system to swap pages in and out of physical RAM as needed, enabling the execution of large programs.