Multiple choice

The _______ allocation strategy selects a specific partition for a given process.

  1. partition

  2. segment

  3. part

  4. none of these

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

The partition allocation strategy is specifically responsible for selecting which memory partition to assign to a particular process. This decision can be based on various algorithms like first-fit, best-fit, or worst-fit.