Memory Management
Across
- 3. Replaces the oldest page in memory
- 4. Loads pages only when needed
- 7. Type of memory using disk as extension
- 9. Divides memory into variable-size blocks
- 10. Occurs when a page is not in memory
- 12. Fixed-size block of physical memory
- 13. Fragmentation outside allocated memory
- 15. Replaces the page that won’t be used soon
- 18. Combines adjacent free memory blocks
- 19. Fast cache for page translations
Down
- 1. Excessive paging causing performance drop
- 2. Fragmentation within allocated memory
- 3. Scattered free memory blocks
- 5. Ratio of page faults to memory accesses
- 6. Stores pages removed from RAM
- 8. Stores frame numbers for each page
- 11. Replaces the least recently used page
- 14. Portion of process currently in memory
- 16. Divides memory into fixed-size blocks
- 17. Translates virtual addresses to physical addresses