retagged ago by
2,483 views
1 votes
1 votes

Consider a memory management system that uses a page size of $2 \mathrm{~KB}$. Assume that both the physical and virtual addresses start from $0$. Assume that the pages $0,1,2$, and $3$ are stored in the page frames $1,3,2$, and $0$, respectively. The physical address (in decimal format) corresponding to the virtual address $2500$ (in decimal format) is ___________.

retagged ago by

3 Answers

1 votes
1 votes

To convert  VA to PA replace Page number with Frame Number.

2KB ~ 11 bit Offset. 
(2500)10=(100111000100)2

VA = Page Number  + Offset

Page Number | Offset

100111000100

Replace Page number with 3 for Physical Address. ( Given in the Question )

(3)10=(11)2

Frame Number |  Offset

1100111000100

(1100111000100)2 = (6596)10

Correct :  (C)  6596

Answer:

Related questions

0 votes
0 votes
2 answers
1
Arjun asked Feb 16
1,685 views
Consider a $512$ GB hard disk with $32$ storage surfaces. There are $4096$ sectors per track and each sector holds $1024$ bytes of data. The number of cylinders in the ha...
0 votes
0 votes
2 answers
3