InterviewSolution
Saved Bookmarks
| 1. |
What Is Fragmentation? |
|
Answer» Fragmentation is memory wasted. It can be INTERNAL if we are dealing with systems that have fixed-sized ALLOCATION units, or EXTERNAL if we are dealing with systems that have variable-sized allocation units. Fragmentation is memory wasted. It can be internal if we are dealing with systems that have fixed-sized allocation units, or external if we are dealing with systems that have variable-sized allocation units. |
|