Language Processors Which of the following functions is/ are performed by the loader? Allocate space in memory for the programs and resolve symbolic references between object decks All of these Physically place the machine instructions and data into memory Adjust all address dependent locations, such as address constants, to correspond to the allocated space Allocate space in memory for the programs and resolve symbolic references between object decks All of these Physically place the machine instructions and data into memory Adjust all address dependent locations, such as address constants, to correspond to the allocated space ANSWER DOWNLOAD EXAMIANS APP
Language Processors The Process Manager has to keep track of: the information management support to a programmer using the system the status of each program both (a) and (b) the priority of each program the information management support to a programmer using the system the status of each program both (a) and (b) the priority of each program ANSWER DOWNLOAD EXAMIANS APP
Language Processors The function(s) of the Storage Assignment is/are: to assign storage to literals, and to ensure that the storage is allocated and appropriate locations are initialized to assign storage to all temporary locations that are necessary for intermediate results to assign storage to all variables referenced in the source program All of these to assign storage to literals, and to ensure that the storage is allocated and appropriate locations are initialized to assign storage to all temporary locations that are necessary for intermediate results to assign storage to all variables referenced in the source program All of these ANSWER DOWNLOAD EXAMIANS APP
Language Processors Convert the 48 machine language instructions into assembly language, assuming that they were not generated by pseudo-ops: ADDA h#01FE, i LOADA h#OD4E, i ASRA STOREA h#014B, d ADDA h#01FE, i LOADA h#OD4E, i ASRA STOREA h#014B, d ANSWER DOWNLOAD EXAMIANS APP
Language Processors Which of the following program is not a utility? All of these Debugger Editor Spooler All of these Debugger Editor Spooler ANSWER DOWNLOAD EXAMIANS APP
Language Processors In what module, multiple instances of execution will yield the same result even if one instancy has not terminated before the next one has begun? recursive module non-reusable module reenterable module serially reusable recursive module non-reusable module reenterable module serially reusable ANSWER DOWNLOAD EXAMIANS APP