InterviewSolution
Saved Bookmarks
| 1. |
What is Address Binding?(a) going to an address in memory(b) locating an address with the help of another address(c) binding two addresses together to form a new address in a different memory space(d) a mapping from one address space to anotherThis question was addressed to me by my college professor while I was bunking the class.Question is taken from Memory Management in division Memory Management of Operating System |
|
Answer» RIGHT CHOICE is (d) a MAPPING from one address space to another The BEST I can explain: None. |
|