QUESTION 4
- How many bytes of memory are required to store a full pagetable (with no optimizations) for a 32-bit process with the pagesize of 65,536 bytes? Assume that each page table entry stores onlythe frame number and no other bits (not even the validbit).
64 kB
4 MB
4 GB
256 kB
QUESTION 5
- Which two combinations of theValid and Writable bits in a pagetable entry will cause an attempt to fetch an instruction from thispage to fail? (Check both.)
W=1, V=1
W=0, V=1
W=0, V=0
W=1, V=0
QUESTION 6
- A segment is a contiguous block of memory defined by the startaddress, the size, and access permissions. What happens if twosegments (say,
OROR