IdeasCuriosas - Every Question Deserves an Answer Logo

In Computers and Technology / College | 2025-07-04

Virtual Memory is commonly implemented by
A. fragmentation
B. Paging
C. Swapping
D. Segmentation

Asked by joycewainaina962

Answer (2)

Virtual memory is primarily implemented through paging, which divides the virtual address space into fixed-size pages mapped to physical memory. While swapping and segmentation are associated with memory management, they are not the main implementation methods for virtual memory. Thus, the correct answer to the question is B. Paging.
;

Answered by Anonymous | 2025-07-04

Virtual Memory is primarily implemented through paging , which maps virtual pages to physical memory frames. It effectively utilizes disk space to simulate additional RAM, enhancing the system's ability to run larger applications. Swapping and segmentation are related concepts but are not the main implementation method for virtual memory. ;

Answered by GinnyAnswer | 2025-07-04