Question
Why can segmentation represent sparse logical address spaces efficiently?
Select an option. Your answer will be checked instantly.
Correct Answer: B. Only defined logical segments require mappings and storage
Explanation:
A process may define separated logical regions without allocating memory for the gaps between them.
This matches programs whose code, heap, stack, and modules occupy distinct ranges.
Leave a Reply