2,628 views

1 Answer

3 votes
3 votes

we need 18 characters and so 4 consecutive pages. Assuming we start from 0, in physical memory the locations will be 6, 5, 7 and 10. S, physical memory contents will be like (we have 11 frames for 55 characters):

 
 
 
 
 
e IT 
We ar
stude
 
 
nts

Other frames can have any value. Actual memory content will be bits but here characters are used for representation purpose. Say for ASCII code, we convert 'A' to 01000001 and so on. 

Related questions

0 votes
0 votes
1 answer
2
Raj Singh 1 asked Jan 3, 2019
5,020 views
Physical address is(A) The logical address added by the value in re-locatable registers(B) Re location register – logical address(C) Re location address + relocation re...