689 views
2 votes
2 votes
Consider a logical address space of eight pages of 1,024 words each, mapped on to a physical memory of

32 frames.

a)How many bits are in logical address?

b)How many bits are in physical address?

1 Answer

0 votes
0 votes
logical address space=total no. of pages *size of each page=$2^{10}*2^{3}=2^{13}$=13 bit to represent logical address.

physical address space=total no. of frame*size of each frame=$2^{10}*2^{5}=2^{15}$=15 bit to represent physical addresss.

Related questions

0 votes
0 votes
0 answers
2
SSR17 asked Feb 8
212 views
we have 8 pages (each side 32B) to store in physical memory of 2^32 bits how many bits are required to identify each page , according to me 3 bits are required but that i...