Science, asked by ashu07wondemeneh, 3 months ago

"Why are page sizes always powers of 2? "

Answers

Answered by emmazhang5647
1

Answer: Paging is implemented by breaking up an address into a page and offset number.

Answered by pbonifa
0

Answer:

Recall that paging is implemented by breaking up an address into a page and offset number. 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.

Explanation:

Similar questions