Multiple choice

The memory allocation scheme subject to 'external fragmentation' is

  1. segmentation

  2. swapping

  3. pure demand paging

  4. multiple contiguous fixed partition

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Segmentation divides memory into variable-sized segments, leading to external fragmentation when unused gaps develop between segments. Swapping moves processes in and out of memory, pure demand paging loads pages only when needed, and fixed partitions have internal fragmentation.