Other
Programming and Technical
Category
If the number of pages in a 32-bit machine is 16 KB, then what is the size of the page table?
1) 8 KB
2)16KB
3)12KB
4) 10 KB
Read Solution (Total 2)
-
- please anyone ans
- 7 years agoHelpfull: Yes(0) No(0)
- 2)16KB
Since we have a virtual address space of 2^32 and page size is 2^16, we can store (2^32/2^16) = 2^16 pages. - 7 years agoHelpfull: Yes(0) No(0)
Other Other Question