paging
closed

closed by
1,166 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

1.5k
views
1 answers
6 votes
Shashank Chandekar asked Oct 1, 2016
1,461 views
Consider a system using multi level paging environment. Address bits are segregated as follows: Here first 8 bits represent the required bits for first level, next 8 bits ... each page table entry is 4 bytes. 2048 3192 1024 4096
1.4k
views
1 answers
2 votes
Shashank Chandekar asked Oct 1, 2016
1,405 views
Consider a processor has virtual address 52 bits, the physical address is 32 bits and the page size is 16KB. Each individual table at any level of the page table occupies a single page of ... > <10,14,14,14> <4,14,14,14> <10,12,14,14>
1.2k
views
0 answers
3 votes
sushmita asked Jan 5, 2017
1,150 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 ... system?doubt- How to determine physical memory when only logical address space is given?
3.5k
views
2 answers
9 votes
sushmita asked Jan 4, 2017
3,456 views
In a 32-bit machine we subdivide the virtual address into 4 segments as follows: 10-bit8-bit6-bit8 bitWe use a 3-level page table, such that the ... address 0?How to solve such questions?? please someone answer it with proper explanation