Language Processors The action of parsing the source program into the proper syntactic classes is known as interpretation analysis general syntax analysis syntax analysis lexical analysis interpretation analysis general syntax analysis syntax analysis lexical analysis 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 All of these Top-down development Left-Right development Bottom-up development All of these Top-down development Left-Right development ANSWER DOWNLOAD EXAMIANS APP
Language Processors Indicate which of the following is not true about an interpreter? Interpreter generates an object program from the source program Interpreter analyses each source statement every time it is to be executed Interpreter is a kind of translator All of these Interpreter generates an object program from the source program Interpreter analyses each source statement every time it is to be executed Interpreter is a kind of translator All of these ANSWER DOWNLOAD EXAMIANS APP
Language Processors Convert the .BYTE h#F8 assembly language pseudo-ops into hexadecimal machine language: 03 16 0111EF 42 65 61 72 F8 03 16 0111EF 42 65 61 72 F8 ANSWER DOWNLOAD EXAMIANS APP
Language Processors In which way(s) can a macro processor for assembly language be implemented? 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 All of these independent two-pass processor 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 to parse the source program into the basic elements or tokens of the language All of these to build a uniform symbol table to build a literal table and an identifier table to parse the source program into the basic elements or tokens of the language All of these to build a uniform symbol table ANSWER DOWNLOAD EXAMIANS APP