Language Processors Indicate which of the following is not true about an interpreter? Interpreter is a kind of translator Interpreter generates an object program from the source program Interpreter analyses each source statement every time it is to be executed All of these Interpreter is a kind of translator Interpreter generates an object program from the source program Interpreter analyses each source statement every time it is to be executed All of these ANSWER DOWNLOAD EXAMIANS APP
Language Processors Convert the ASCII/BEAR/assembly language pseudo-ops into hexadecimal machine language F8 42 65 61 72 03 16 0111EF F8 42 65 61 72 03 16 0111EF ANSWER DOWNLOAD EXAMIANS APP
Language Processors The task(s) of the Lexial analysis phase is/are: to build a literal table and an identifier table All of these to parse the source program into the basic elements or tokens of the language to build a uniform symbol table to build a literal table and an identifier table All of these to parse the source program into the basic elements or tokens of the language to build a uniform symbol table ANSWER DOWNLOAD EXAMIANS APP
Language Processors Which of the following system program forgoes the production of object code to generate absolute machine code and load it into the physical main storage location from which it will be executed immediately upon completion of the assembly? load-and-go assembler compiler two pass assembler macroprocessor load-and-go assembler compiler two pass assembler macroprocessor ANSWER DOWNLOAD EXAMIANS APP
Language Processors Convert the ASLA assembly language instructions into hexadecimal machine language: 40 DA000F 9000000000 0111EF 40 DA000F 9000000000 0111EF ANSWER DOWNLOAD EXAMIANS APP
Language Processors In which way(s) can a macro processor for assembly language be implemented? All of these independent two-pass processor independent one-pass processor processor incorporated into pass of a standard two-pass assembler All of these independent two-pass processor independent one-pass processor processor incorporated into pass of a standard two-pass assembler ANSWER DOWNLOAD EXAMIANS APP