Computer Science, asked by mausam9226, 1 year ago

Why the page size is in powers of 2?

Answers

Answered by Anonymous
0
Because each bit position represents a power of 2, splitting an address between bits results in a page size that is a power of 2.

HOPE HELPS ✌️✌️
Answered by Anonymous
0

It is most efficient to break the address into X page bits and Y offset bits, rather than perform arithmetic on the address to calculate the page number and offset. Because each bit position represents a power of 2, splitting an address between bits results in a page size that is a power of 2.

Similar questions