Language Processors In which way(s) can a macro processor for assembly language be implemented? processor incorporated into pass of a standard two-pass assembler independent two-pass processor independent one-pass processor All of these processor incorporated into pass of a standard two-pass assembler independent two-pass processor independent one-pass processor All of these 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 Which of the following systems software does the job of merging the records from two flies into one? Networking software Security software Documentation system Utility program Networking software Security software Documentation system Utility program ANSWER DOWNLOAD EXAMIANS APP
Language Processors A translator which reads an entire programme written in a high level language and converts it into machine language code is: translator compiler system software assembler translator compiler system software assembler ANSWER DOWNLOAD EXAMIANS APP
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 The task(s) of the Lexial analysis phase is/are: All of these to parse the source program into the basic elements or tokens of the language to build a literal table and an identifier table to build a uniform symbol table All of these to parse the source program into the basic elements or tokens of the language to build a literal table and an identifier table to build a uniform symbol table ANSWER DOWNLOAD EXAMIANS APP