in Operating System
414 views
0 votes
0 votes

Consider a simple segmentation system that has the following segment table

For each of the following logical addresses, determine the physical address a segment fault occurs?

1.

3, 444

 

2.

0, 198

 

3.

2, 156

 

4. 

1, 530

in Operating System
414 views

1 comment

1)996+444= 1440

2)660+198=858

3)222+156=378

4)segmentation error as 530>422 (it will try to access the memory space that is not defined).
2
2

Please log in or register to answer this question.