recategorized by
1,479 views

2 Answers

Best answer
1 votes
1 votes
Taking page size same as frame size

Physical address = frame offset + word offset

No of frames = 32 so needs 5 bits

Frame size = page size =1k words = 10 bits

So ans should be 5 + 10 = 15bits
selected by

Related questions

3 votes
3 votes
0 answers
1
3 votes
3 votes
3 answers
3
1 votes
1 votes
2 answers
4
makhdoom ghaya asked Aug 21, 2016
2,903 views
The number of nodes in a complete binary tree of height $h$ (with roots at level $0$) is equal to$2^{0} + 2^{1} + ….. 2^{h}$$2^{0} + 2^{1} + ….. 2^{h-1}$ $2^{0} + 2^{...