Multiple choice

Wasting of memory within a partition is called ________ fragmentation.

  1. internal

  2. external

  3. universal

  4. none of these

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

Internal fragmentation occurs when a memory partition is allocated to a process but the process doesn't use the entire block. The unused portion within the partition is wasted and cannot be allocated to other processes. This happens in fixed-size partition schemes.