Virtual Memory is commonly implemented by A. fragmentation
B. Paging
C. Swapping
D. Segmentation
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.