Q402
Which of the following is not true about the memory management?
A.
virtual memory is used only in multi-user systems
AnswerB.
segmentation suffers from external fragmentation
C.
paging suffers from internal fragmentation
D.
segmented memory can be paged
E.
None of the above
Answer: Option A
Solution
Answer: Option A
Solution:
The memory management function keeps track of the status of each memory location, either allocated or free. This is distinct from application memory management, which is how a process manages the memory assigned to it by the operating system.