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 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 All of these ANSWER DOWNLOAD EXAMIANS APP
Language Processors Indicate which of the following is not true about 4GL? 4GL does not support a high-level of screen interaction Many database management system packages support 4GLs A 4GL is a software tool which is written, possibly, in some third generation language All of these 4GL does not support a high-level of screen interaction Many database management system packages support 4GLs A 4GL is a software tool which is written, possibly, in some third generation language All of these ANSWER DOWNLOAD EXAMIANS APP
Language Processors In an absolute loading scheme, which loader function is accomplished by assembler Allocation Reallocation Linking Loading Allocation Reallocation Linking Loading ANSWER DOWNLOAD EXAMIANS APP
Language Processors The system/370 assembler language allows the programmer to write base registers and displacements explicitly in the source program allows multiple programs to reside in separate areas of core at the same time is used to remember which of the general-purpose registers are currently available as base registers, and what base addresses they contain is a term that refers to the control programs of an operating system allows the programmer to write base registers and displacements explicitly in the source program allows multiple programs to reside in separate areas of core at the same time is used to remember which of the general-purpose registers are currently available as base registers, and what base addresses they contain is a term that refers to the control programs of an operating system ANSWER DOWNLOAD EXAMIANS APP
Language Processors A compiler for a high-level language that runs on one machine and produces code for a different machine is called optimizing compiler one pass compiler multipass compiler cross compiler optimizing compiler one pass compiler multipass compiler cross compiler ANSWER DOWNLOAD EXAMIANS APP
Language Processors Convert the 080D4E machine language instructions into assembly language, assuming that they were not generated by pseudo-ops: STOREA h#014B, d LOADA h#OD4E, i ASRA ADDA h#01FE, i STOREA h#014B, d LOADA h#OD4E, i ASRA ADDA h#01FE, i ANSWER DOWNLOAD EXAMIANS APP