

InterviewSolution
Saved Bookmarks
1. |
Consider the following segment table in segmentation scheme:SegmentID Base Limit 0 200 200 1 500 12510 2 1527 498 3 2500 50What happens if the logical address requested is -Segment Id 2 and offset 1000?(A) Fetches the entry at the physical address 2527 for segment Id2(B) A trap is generated(C) Deadlock(D) Fetches the entry at offset 27 in Segment Id 3 |
Answer» | |