The virtual storage is implemented through ___________.
-
paging
-
fragmentation
-
a loader
-
a tool
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.