Which one of the following is a technique of dividing the physical memory space into multiple blocks ?
[amp_mcq option1=”Fragmentation” option2=”Paging” option3=”Segmentation” option4=”Swapping” correct=”option2″]
This question was previously asked in
UPSC CISF-AC-EXE – 2022
Paging is a memory management technique that divides the physical memory (RAM) into fixed-size units called frames and the logical address space of a process into equally sized units called pages. It is a method of dividing physical memory into blocks (frames) to facilitate non-contiguous memory allocation and virtual memory implementation.
Paging divides physical memory into fixed-size frames and logical memory into same-size pages, enabling processes to be loaded into non-contiguous physical memory locations.