InterviewSolution
Saved Bookmarks
| 1. |
A relocatable program form is one which?(a) Cannot execute in any area of storage other than the one designated(b) Consists of a program and information for its relocation(c) None of the mentioned(d) All of the mentioned |
|
Answer» Correct option is (c) None of the mentioned Best explanation: A relocatable program form is one which consists of a program and relevant information for its relocation. Using this information it is possible to relocate the program to execute from a storage area then the one designated for it at the time of its coding or translation. |
|