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 Convert the .WORD d#790 assemblylanguage 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 Advantage(s) of using assembly language rather than machine language is/are: All of these Addresses any symbolic, not absolute Introduction of data to program is easier It is mnemonic and easy to read All of these Addresses any symbolic, not absolute Introduction of data to program is easier It is mnemonic and easy to read ANSWER DOWNLOAD EXAMIANS APP
Language Processors Which of the following might be used to convert high-level language instructions into machine language? an operating environment system software an interpreter applications software an operating environment system software an interpreter applications software ANSWER DOWNLOAD EXAMIANS APP
Language Processors Job Control Language (JCL) statements are Used to All of these Read the input from the slow-speed card reader to the high-speed magnetic disk Allocate the CPU to a job Specify, to the operating system, the beginning and end of a job in a batch All of these Read the input from the slow-speed card reader to the high-speed magnetic disk Allocate the CPU to a job Specify, to the operating system, the beginning and end of a job in a batch ANSWER DOWNLOAD EXAMIANS APP
Language Processors Convert the 080D4E machine language instructions into assembly language, assuming that they were not generated by pseudo-ops: LOADA h#OD4E, i ASRA STOREA h#014B, d ADDA h#01FE, i LOADA h#OD4E, i ASRA STOREA h#014B, d ADDA h#01FE, i ANSWER DOWNLOAD EXAMIANS APP