Q
Hard 1 Mark
Computer Studies Operating Systems
What is 'Segmentation' in memory management?
Explanation
Segmentation divides memory into logical sections (segments) based on the program's structure, such as code, data, and stack segments.
Reference: Computer Studies , Page 4
Hint
Segments are logical divisions — unlike pages which are fixed-size.