Memory Management - contiguous allocation, swapping, paging, segmentation, demand paging, page replacement, thrashing, memory-mapped files - Online Test
30:00
1. What is the primary goal of memory management in an operating system?
2. In contiguous memory allocation, what is a fixed-size partition?
3. What is a 'hole' in the context of contiguous memory allocation?
4. Which algorithm places the first process into the first available hole that is large enough?
5. The Best-fit algorithm for contiguous memory allocation attempts to minimize:
6. Worst-fit algorithm in contiguous memory allocation allocates the process to:
7. What is external fragmentation?
8. What is internal fragmentation?
9. Which memory allocation strategy aims to solve external fragmentation by moving processes in memory?
10. Swapping involves moving entire processes between:
Test Results
0/0