Language Processors The action of parsing the source program into the proper syntactic classes is known as syntax analysis general syntax analysis interpretation analysis lexical analysis syntax analysis general syntax analysis interpretation analysis lexical analysis ANSWER DOWNLOAD EXAMIANS APP
Language Processors Convert the 11014B machine language instructions into assembly language, assuming that they were not generated by pseudo-ops: ASRA ADDA h#01FE, i LOADA h#OD4E, i STOREA h#014B, d ASRA ADDA h#01FE, i LOADA h#OD4E, i STOREA h#014B, d ANSWER DOWNLOAD EXAMIANS APP
Language Processors The macro processor must perform expand macro calls and substitute arguments All of these save the macro definitions recognize macro definitions and macro calls expand macro calls and substitute arguments All of these save the macro definitions recognize macro definitions and macro calls ANSWER DOWNLOAD EXAMIANS APP
Language Processors The task(s) of the Lexial analysis phase is/are: to parse the source program into the basic elements or tokens of the language to build a literal table and an identifier table All of these to build a uniform symbol table to parse the source program into the basic elements or tokens of the language to build a literal table and an identifier table All of these to build a uniform symbol table ANSWER DOWNLOAD EXAMIANS APP
Language Processors A development stategy whereby the executive control modules of a system are coded and tested first, is known as Bottom-up development Left-Right development Top-down development All of these Bottom-up development Left-Right development Top-down development All of these ANSWER DOWNLOAD EXAMIANS APP
Language Processors In analyzing the compilation of PL/I program, the term "Machine independent optimization" is associated with recognition of basic elements and creation of uniform symbols use of macro processor to produce more optimal assembly code creation of more optional matrix recognition of basic syntactic constructs through reductions recognition of basic elements and creation of uniform symbols use of macro processor to produce more optimal assembly code creation of more optional matrix recognition of basic syntactic constructs through reductions ANSWER DOWNLOAD EXAMIANS APP