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.
Loading...
Related Quiz
- The ___________ is responsible for managing file system metadata and maintaining file system consistency.
- Which traversal algorithm is used to visit all nodes of a binary tree in a specific order?
- In OOP, ___________ is the process of combining data and functions into a single unit.
- A ___________ is a network device that forwards data packets between computer networks.
- Explain the concept of mutation testing and its significance in software testing.