Quizzma Latest Questions

Virtual Memory is commonly implemented by

Virtual Memory is commonly implemented by A. fragmentation

B. Paging

C. Swapping

D. Segmentation




Leave an answer

Leave an answer

What is the capital of Egypt? ( Cairo )

1 Answer

  1. 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.

Related Questions