How do you find offset and page number given paged virtual memory?
the page size determines the number of bits needed for its address = log2 size. this is the offset. the remaining high bits form the page number.
the page size determines the number of bits needed for its address = log2 size. this is the offset. the remaining high bits form the page number.