retagged by
1,017 views

1 Answer

0 votes
0 votes
Page table entry is nothing but the frame number.

So the number of frames possible is $2^{16}$.

Frame size = 1024 Bytes

Physical memory supported = number of frames * frame size

                                              = $2^{16}\ast 1024 = 2^{26}$ Bytes

                                              = 64 MB

Related questions

2 votes
2 votes
2 answers
3
Rohit Gupta 8 asked Nov 18, 2017
1,283 views
Suppose that cache access time is 7 ns, main memory access time is 50 ns and disk space access time is 1200 ns. If the hit rate of cache is 60% and of main memory hier...
8 votes
8 votes
5 answers
4