In a virtual memory system, what is the purpose of the 'page table'?
Q1. In a virtual memory system, what is the purpose of the 'page table'?
Answer: To store the mapping of virtual to physical addresses
Explanation: The page table stores the mapping of virtual pages to physical page frames, enabling the translation of virtual to physical addresses.