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 A compiler for a high-level language that runs on one machine and produces code for a different machine is called cross compiler multipass compiler one pass compiler optimizing compiler cross compiler multipass compiler one pass compiler optimizing compiler ANSWER DOWNLOAD EXAMIANS APP
Language Processors Advantage(s) of using assembly language rather than machine language is/are: Introduction of data to program is easier It is mnemonic and easy to read Addresses any symbolic, not absolute All of these Introduction of data to program is easier It is mnemonic and easy to read Addresses any symbolic, not absolute All of these ANSWER DOWNLOAD EXAMIANS APP
Language Processors Convert the .BYTE h#F8 assembly language pseudo-ops into hexadecimal machine language: F8 0111EF 03 16 42 65 61 72 F8 0111EF 03 16 42 65 61 72 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
Language Processors In which addressing mode, the effective address of the operand is generated by adding a constant value to the contents of register? absolute mode immediate mode indirect mode index mode absolute mode immediate mode indirect mode index mode ANSWER DOWNLOAD EXAMIANS APP