Language Processors Indicate which of the following is not true about an interpreter? All of these Interpreter is a kind of translator Interpreter analyses each source statement every time it is to be executed Interpreter generates an object program from the source program All of these Interpreter is a kind of translator Interpreter analyses each source statement every time it is to be executed Interpreter generates an object program from the source program ANSWER DOWNLOAD EXAMIANS APP
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 Physically place the machine instructions and data into memory All of these 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 Physically place the machine instructions and data into memory All of these Adjust all address dependent locations, such as address constants, to correspond to the allocated space ANSWER DOWNLOAD EXAMIANS APP
Language Processors Which table is a permanent databases that has an entry for each terminal symbol? Terminal table Reductions Literal table Identifier table Terminal table Reductions Literal table Identifier table ANSWER DOWNLOAD EXAMIANS APP
Language Processors Convert the 080D4E machine language instructions into assembly language, assuming that they were not generated by pseudo-ops: LOADA h#OD4E, i ASRA STOREA h#014B, d ADDA h#01FE, i LOADA h#OD4E, i ASRA STOREA h#014B, d ADDA h#01FE, i ANSWER DOWNLOAD EXAMIANS APP
Language Processors In which way(s) can a macro processor for assembly language be implemented? independent one-pass processor independent two-pass processor processor incorporated into pass of a standard two-pass assembler All of these independent one-pass processor independent two-pass processor processor incorporated into pass of a standard two-pass assembler All of these ANSWER DOWNLOAD EXAMIANS APP
Language Processors In analyzing the compilation of PL/I program, the term "Syntax analysis" is associated with recognition of basic elements and creation of uniform symbols creation of more optional matrix use of macro processor to produce more optimal assembly code recognition of basic syntactic constructs through reductions recognition of basic elements and creation of uniform symbols creation of more optional matrix use of macro processor to produce more optimal assembly code recognition of basic syntactic constructs through reductions ANSWER DOWNLOAD EXAMIANS APP