Managing memory in an operating system
1. Programs A, B, C, D occupy different amounts of memory
2. When program C is closed, it relinquishes the memory it was using
3. The free space is not contiguous, so another program E won't fit
4. Moving program D up to the left to make the free space contiguous is a bad idea as it takes time and slows down the computer