1,315 views
1 votes
1 votes
Considered a 32 bit virtual address is used for paging with a page size of 1024 bytes.Two level paging is implemented with an equal number of entries in every page table of the system.if Page table entry sizes 2 bytes .what is the maximum size of main memory supported by the above system?

a.16 MB

b.32 MB

c. 64 MB

d. None

1 Answer

1 votes
1 votes
PAS = Number of frames * Frame size

Bits for number of frames = Bits in PTE (Assuming that all bits give frame number)  = 16 bits

thus answer  = $2^{16}$ * $2^{10}$ = 64MB
edited by

Related questions

0 votes
0 votes
0 answers
1
SSR17 asked Feb 8
208 views
we have 8 pages (each side 32B) to store in physical memory of 2^32 bits how many bits are required to identify each page , according to me 3 bits are required but that i...
0 votes
0 votes
2 answers
4
Unique_999 asked Aug 17, 2023
320 views
Can Any explain the relationship between The “ Word Size “ and “ Logical Address Space “