___________ is a memory management scheme where physical memory is divided into fixed-sized blocks, and each process is assigned contiguous blocks.

  • Fragmentation
  • Paging
  • Segmentation
  • Swapping
Paging is a memory management scheme where physical memory is divided into fixed-sized blocks called frames, and logical memory is divided into fixed-sized blocks called pages. Each process is then assigned contiguous blocks of frames for its pages. Paging helps in efficient memory utilization and reduces external fragmentation.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *