Consider a simple segmentation system that has the following
     Consider a simple segmentation system that has the following segment table:  For each of the following logical addresses, determine the physical address or indicate if a segment fault occurs: 0, 198 2, 156 1, 530 3, 444 0, 222 
  
  Solution
Physical Address = base Address of segment in segment table (starting address of the segment) + offset in logical address

