Which memory management technique involves dividing memory into fixed-sized partitions?

  • Buddy system
  • Demand paging
  • Paging
  • Segmentation
The memory management technique that involves dividing memory into fixed-sized partitions is called segmentation. In segmentation, memory is divided into variable-sized segments based on logical divisions, such as code, data, and stack segments. This allows for more flexible memory allocation compared to fixed-sized partitions, which are characteristic of techniques like paging.
Add your answer
Loading...

Leave a comment

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