Language Processors Convert the .BYTE h#F8 assembly language pseudo-ops into hexadecimal machine language: 03 16 42 65 61 72 F8 0111EF 03 16 42 65 61 72 F8 0111EF ANSWER DOWNLOAD EXAMIANS APP
Language Processors Which of the following functions is/ are performed by the loader? Adjust all address dependent locations, such as address constants, to correspond to the allocated space Physically place the machine instructions and data into memory All of these Allocate space in memory for the programs and resolve symbolic references between object decks Adjust all address dependent locations, such as address constants, to correspond to the allocated space Physically place the machine instructions and data into memory All of these Allocate space in memory for the programs and resolve symbolic references between object decks 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 optimizing compiler cross compiler one pass compiler multipass compiler optimizing compiler cross compiler one pass compiler multipass compiler ANSWER DOWNLOAD EXAMIANS APP
Language Processors Job Control Language (JCL) statements are Used to Allocate the CPU to a job Read the input from the slow-speed card reader to the high-speed magnetic disk All of these Specify, to the operating system, the beginning and end of a job in a batch Allocate the CPU to a job Read the input from the slow-speed card reader to the high-speed magnetic disk All of these Specify, to the operating system, the beginning and end of a job in a batch ANSWER DOWNLOAD EXAMIANS APP
Language Processors Indicate which of the following is not true about an interpreter? Interpreter analyses each source statement every time it is to be executed Interpreter is a kind of translator Interpreter generates an object program from the source program All of these Interpreter analyses each source statement every time it is to be executed Interpreter is a kind of translator Interpreter generates an object program from the source program All of these ANSWER DOWNLOAD EXAMIANS APP
Language Processors A system program that combines the separately compiled modules of a program into a form suitable for execution assembler load and go linking loader cross compiler assembler load and go linking loader cross compiler ANSWER DOWNLOAD EXAMIANS APP