Question
Why are page sizes commonly powers of two?
Select an option. Your answer will be checked instantly.
Correct Answer: A. The page number and offset can be separated using simple binary bit fields
Explanation:
A power-of-two page size lets hardware divide an address by selecting high and low bit ranges.
No arithmetic division is needed to identify the page number and offset.
Leave a Reply