OS - Memory Management Strategies
Across
- 2. Circular version of SCAN disk scheduling algorithm.
- 5. A page replacement algorithm that removes the oldest page.
- 6. The concept that gives an illusion of very large memory.
- 7. The physical device used for permanent data storage.
- 8. Moving processes between main memory and disk.
- 10. Disk scheduling algorithm that moves the disk arm in one direction servicing requests.
- 12. Dividing memory into fixed-size blocks.
- 13. Selecting a page to remove from memory.
- 14. The smallest unit of memory in paging
- 15. A page replacement algorithm that removes the least recently used page.
Down
- 1. Loading pages into memory only when they are required.
- 3. A technique allowing shared pages until they are modified.
- 4. Excessive paging that degrades performance.
- 5. A fixed-size block in physical memory.
- 9. The table that maps logical addresses to physical addresses.
- 11. Memory allocation where a process occupies a single continuous block.