Language Processors The task(s) of the Lexial analysis phase is/are: All of these to build a literal table and an identifier table to parse the source program into the basic elements or tokens of the language to build a uniform symbol table All of these to build a literal table and an identifier table 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 Advantage(s) of using assembly language rather than machine language is/are: All of these Introduction of data to program is easier Addresses any symbolic, not absolute It is mnemonic and easy to read All of these Introduction of data to program is easier Addresses any symbolic, not absolute It is mnemonic and easy to read ANSWER DOWNLOAD EXAMIANS APP
Language Processors A system program that combines the separately compiled modules of a program into a form suitable for execution assembler load and go cross compiler linking loader assembler load and go cross compiler linking loader ANSWER DOWNLOAD EXAMIANS APP
Language Processors Convert the 11014B machine language instructions into assembly language, assuming that they were not generated by pseudo-ops: ADDA h#01FE, i ASRA LOADA h#OD4E, i STOREA h#014B, d ADDA h#01FE, i ASRA LOADA h#OD4E, i STOREA h#014B, d ANSWER DOWNLOAD EXAMIANS APP
Language Processors Indicate which of the following is not true about an interpreter? Interpreter analyses each source statement every time it is to be executed Interpreter generates an object program from the source program Interpreter is a kind of translator All of these Interpreter analyses each source statement every time it is to be executed Interpreter generates an object program from the source program Interpreter is a kind of translator All of these ANSWER DOWNLOAD EXAMIANS APP
Language Processors Which of the following functions is/ are performed by the loader? Physically place the machine instructions and data into memory All of these Allocate space in memory for the programs and resolve symbolic references between object decks Adjust all address dependent locations, such as address constants, to correspond to the allocated space Physically place the machine instructions and data into memory All of these Allocate space in memory for the programs and resolve symbolic references between object decks Adjust all address dependent locations, such as address constants, to correspond to the allocated space ANSWER DOWNLOAD EXAMIANS APP