Question:

In a page segmented system, a virtual address consists of 32 bits of which 12 bits are a displacement, 11 bits are segment number, and 9 bits are page number. What is the page size?

Show Hint

The page size is determined by the number of bits allocated to the displacement or offset within the page.
Updated On: May 4, 2025
  • \( 2^{12} \) bytes
  • \( 2^{23} \) bytes
  • \( 2^{11} \) bytes
  • \( 2^{32} \) bytes
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Solution and Explanation

In this question: - The 12 bits are for displacement, and the displacement indicates the size of the page. -
Therefore, the page size is \( 2^{12} \) bytes, because 12 bits can address \( 2^{12} \) locations within a page.
Thus, the correct answer is \( 2^{12} \) bytes.
Was this answer helpful?
0
0