25. A system implements a paged virtual address space for each process using a one-level page table.

Question:

25. A system implements a paged virtual address space for each process using a one-level page table. The maximum size of virtual address space is 16MB. The page table for the running process includes the following valid entries (the → notation indicates that a virtual page maps to the given page frame; that is, it is located in that frame):

virtual page 2 → page frame 4 virtual page 1 → page frame 2 virtual page 0 → page frame 1 virtual page 4 → page frame 9 virtual page 3 → page frame 16 The page size is 1024 bytes and the maximum physical memory size of the machine is 2MB.

1.

a) How many bits are required for each virtual address?

2.

b) How many bits are required for each physical address?

3.

c) What is the maximum number of entries in a page table?

4.

d) To which physical address will the virtual address 0x5F4 translate?

5.

e) Which virtual address will translate to physical address 0x400?

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: