paging
closed

closed by
1,127 views
3 votes
3 votes
closed as a duplicate of: paging

Suppose you have a computer system with a 48-bit logical address, page size of 16K and 4 bytes per page table entry. If we have a 48MB program such that the entire program and all necessary page tables are in memory. How much memory is used by program, including its page tables?

  1.    216(3111)
  2.    216(3121)
  3.    28(3121)
  4.    210(3121)
closed by

Related questions

3 votes
3 votes
0 answers
3
sushmita asked Jan 5, 2017
1,042 views
A computer system has a 36-bit virtual address space with a page size of 8K, and 4 bytes per page table entry.What is the maximum size of addressable physical memory in t...