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? reenterable module recursive module non-reusable module serially reusable reenterable module recursive module non-reusable module serially reusable ANSWER DOWNLOAD EXAMIANS APP
Language Processors The Process Manager has to keep track of: the information management support to a programmer using the system both (a) and (b) the priority of each program the status of each program the information management support to a programmer using the system both (a) and (b) the priority of each program the status of each program ANSWER DOWNLOAD EXAMIANS APP
Language Processors A development stategy whereby the executive control modules of a system are coded and tested first, is known as Bottom-up development Top-down development All of these Left-Right development Bottom-up development Top-down development All of these Left-Right development ANSWER DOWNLOAD EXAMIANS APP
Language Processors Convert the 11014B machine language instructions into assembly language, assuming that they were not generated by pseudo-ops: STOREA h#014B, d LOADA h#OD4E, i ADDA h#01FE, i ASRA STOREA h#014B, d LOADA h#OD4E, i ADDA h#01FE, i ASRA ANSWER DOWNLOAD EXAMIANS APP
Language Processors Advantage(s) of using assembly language rather than machine language is/are: All of these It is mnemonic and easy to read Addresses any symbolic, not absolute Introduction of data to program is easier All of these It is mnemonic and easy to read Addresses any symbolic, not absolute Introduction of data to program is easier ANSWER DOWNLOAD EXAMIANS APP
Language Processors Which of the following functions is/ are performed by the loader? 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 Allocate space in memory for the programs and resolve symbolic references between object decks ANSWER DOWNLOAD EXAMIANS APP