I have this question and I am not sure how to solve it:
Consider a simple paging system with the following parameters:
How many bits are there in logical memory?
How many bytes in a frame?
How many bits are there in logical memory (you mean address)?
How many bytes in a frame?
1)size of 1 page is 2^10 bytes and there are 2^16 pages of logical address space so if we multiply both we calculate total bytes of pages in logical address;
2^16 * 2^10 = 2^26 bytes 1 byte = 8 bits so (2^26)*(2^3) is your answer.
2) page is 2^10 and 2^16 pages of logical space so again if we multiply both we find how many bytes in a frame 2^16 * 2^10 = 2^26 bytes
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With