Virtual Memory Foundations Checkpoint

Address translation, page offsets, permissions, TLB basics, and page faults.


1. With 4096-byte pages, what part of a virtual address is unchanged by page-table translation?
2. A page-table entry exists but has Present=false. What should an access produce?
3. A present page is readable but not writable. A write access should produce:
4. True/False: A TLB is a cache of address translations, not a replacement for page tables.
5. On an LRU TLB hit, the accessed entry should become:
Join Discord