What is the typical method of assigning processes to partitions in fixed…
2025
What is the typical method of assigning processes to partitions in fixed partitioning?
- A.
Round-robin
- B.
One process per partition
- C.
Dynamic allocation
- D.
Best-fit
Attempted by 47 students.
Show answer & explanation
Correct answer: B
In fixed partitioning, memory is divided into predefined partitions. Each partition can hold exactly one process at a time.