Chapter 7 (Memory management) Flashcards
1
Q
What are the requirements of memory management?
A
Relocation
Protection
Sharing
Logical organization
Physical organization
2
Q
T/F Memory protection should be flexible to allow sharing
A
T
3
Q
What is internal fragmentation?
A
A small program is loaded into a large partition, leaving a large fragment of wasted space
4
Q
T/F A best-fit placement algorithm is the best for dynamic memory partitioning
A
F