Answer is:
Boot strap loader
Answer is:
all of these
Explanation:
Disadvantage of "Compile and GO" loading scheme is that
* a portion of memory is wasted because the case occupied by the assembler is unavailable to the object program
* it is necessary to re-translate the users program and check every time it is run
* it is very difficult to handle multiple segments, especially if the source programs are in different languages and to produce orderly modular programs
Answer is:
all of these
Explanation:
Function of the storage assignment is
* assign storage to all variables referenced in the source program
* assign storage to all temporary locations that are necessary for intermediate results
* assign storage to literals, and to ensure that the storage is allocated and appropriate locations are initialized
Answer is:
cannot be made to execute in any area of storage other than the one designated for it at the time of its coding or translation
Answer is: