retagged by
457 views

1 Answer

0 votes
0 votes

I hope you are trying to find the number of bits for all the mentioned terms. Assuming word size to be $1$ $Byte$, as nothing is mentioned about it.

Page size is $8KB$ = $2^{3+10}$ = $2^{13}Bytes$. So in page offset $13$ $bits$ are there.

Virtual memory(or logical memory) is $16 GB$ = $2^{4+30}$ = $2^{34}Bytes$. So total bits in virtual address is $34 bits$.

This means that page number has $34 -13 = 21 bits $.

Physical memory is $4GB$ = $2^{2+30}$ = $2^{32}Bytes$. This means that physical address is $32 bits$. 

Answer would change is word size is NOT 1 Byte.

Related questions

0 votes
0 votes
1 answer
1
1 votes
1 votes
1 answer
2
Richa Sharma asked Jan 22, 2016
2,636 views
Represent the sentence "We are IT students" in physical memory if page size is 5 characters and the entries in page table are-061527310Assume physical memory size to be 5...
0 votes
0 votes
0 answers
4