Computer Science - Operating Systems - Memory management - Memory Management Quiz
8 questions. Q1: Virtual memory allows? → Running programs larger than physical RAM. Q2: A page fault means? → The needed page is not currently in RAM (must load from disk). Q3: Page size is typically? → 4KB. Q4: LRU page replacement evicts? → The page that hasn't been used for the longest time. Q5: