What is the name for the inefficient use of memory that occurs when free space is broken into small, scattered blocks?
- A. Round robin scheduling
- B. Memory fragmentation ✓
- C. Mutex
- D. Memory segmentation
Correct answer
B. Memory fragmentation
Explanation
Memory fragmentation refers to the inefficient use of memory that occurs when free space is broken into small, scattered blocks.