Saved Bookmarks
| 1. |
What is the correct way the segmentation program address is stored?(a) name, offset(b) start, stop(c) access, rights(d) offset, rights |
|
Answer» Right option is (a) name, offset To explain: OS can retrieve the real address via looking for the table then making a simple calculation: address of the name + offset. |
|