Question & Answer

Virtual Memory is commonly implemented by

Virtual Memory is commonly implemented by A. fragmentation

B. Paging

C. Swapping

D. Segmentation

1 Answer

Verified archive
Quizzma TeamAugust 29, 2025

The correct answer is B. Paging.

Paging is a memory management scheme that eliminates the need for contiguous allocation of physical memory and thus helps in managing virtual memory more efficiently. It divides the program’s memory into fixed-size blocks called pages, which can be loaded into any available memory frame, allowing for better use of memory resources.