1. For a single-level page table, how many page table entries (PTEs) are needed? How much physical memory is needed for storing the page table?
2. Using a multilevel page table can reduce the physical memory consumption of page tables, by only keeping active PTEs in physical memory. How many levels of page tables will be needed in this case? And how many memory references are needed for address translation if missing in TLB?