409 views
0 votes
0 votes

2 Answers

0 votes
0 votes
I think it should be 4KB only ..ie option B

This is because we know that,

MO=PTsize + IF(in paging)

Where MO= memory overhead, PTsize - page table size, IF - internal fragmentation which is P/2, P-page size..

Applying this formula and the conditions give the answer 4KB itself.

Related questions

0 votes
0 votes
1 answer
1
Soumya Tiwari asked Dec 1, 2018
549 views
Given memory partition in the order below:P1:100k P2:500k P3:800k P4:300k P5:600k.How would Worst Fit algo place processes :212k,417k,112k and 426k (in order)
0 votes
0 votes
0 answers
3
eyeamgj asked Aug 14, 2018
220 views