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 All of these to build a literal table and an identifier table to build a uniform symbol table to parse the source program into the basic elements or tokens of the language All of these to build a literal table and an identifier table to build a uniform symbol table ANSWER DOWNLOAD EXAMIANS APP
Language Processors Convert the .BYTE h#F8 assembly language pseudo-ops into hexadecimal machine language: F8 0111EF 03 16 42 65 61 72 F8 0111EF 03 16 42 65 61 72 ANSWER DOWNLOAD EXAMIANS APP
Language Processors Convert the 080D4E machine language instructions into assembly language, assuming that they were not generated by pseudo-ops: ASRA STOREA h#014B, d LOADA h#OD4E, i ADDA h#01FE, i ASRA STOREA h#014B, d LOADA h#OD4E, i ADDA h#01FE, i ANSWER DOWNLOAD EXAMIANS APP
Language Processors The advantage(s) inherent to using high level languages is/are: All of these A greater degree of machine independence Fewer people, less management and shorter transition in learning time Improved debugging capability, and superior documentation All of these A greater degree of machine independence Fewer people, less management and shorter transition in learning time Improved debugging capability, and superior documentation 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: compiler translator system software assembler compiler translator system software assembler ANSWER DOWNLOAD EXAMIANS APP
Language Processors The Process Manager has to keep track of: the priority of each program the status of each program both (a) and (b) the information management support to a programmer using the system the priority of each program the status of each program both (a) and (b) the information management support to a programmer using the system ANSWER DOWNLOAD EXAMIANS APP