The task(s) of the Lexial analysis phase is/are__________________? September 13, 2025 by Admin A. to build a uniform symbol table B. to build a literal table and an identifier table C. to parse the source program into the basic elements or tokens of the language D. All of the above ✅ The correct answer is option D.
Convert the ASLA assembly language instructions into hexadecimal machine language_______________? September 13, 2025 by Admin A. 40 B. 0111EF C. 9001000000 D. DA000F ✅ The correct answer is option A.
A loader is_________________? September 13, 2025 by Admin A. a program that places programs into memory and prepares them for execution B. a program that automate the translation of assembly language into machine language C. is a program that appears to execute a source program as if it were machine language D. program that accepts a program written in a high level language and produces an object program ✅ The correct answer is option A.
In analyzing the compilation of PL/I program, the description “resolving symbolic address (labels) and generating machine language” is associated with________________? September 13, 2025 by Admin A. Syntax analysis B. Code generation C. Storage assignment D. Assembly and output ✅ The correct answer is option D.
A relocate program form is the one which_______________? September 13, 2025 by Admin A. consists of a program and relevant information for its relocation B. can itself perform the relocation of its address-sensitive portions C. cannot be made to execute in any area of storage other than the one designated for it at the time of its coding or translation D. All of the above ✅ The correct answer is option A.
Convert the 48 machine language instructions into assembly language, assuming that they were not generated by pseudo-ops_______________? September 13, 2025 by Admin A. ASRA B. ADDA h#01FE, i C. LOADA h#OD4E, i D. STOREA h#014B, d ✅ The correct answer is option A.
In analyzing the compilation of PL/I program, the term “Syntax analysis” is associated with________________? September 13, 2025 by Admin A. creation of more optional matrix B. recognition of basic syntactic constructs through reductions C. recognition of basic elements and creation of uniform symbols D. use of macro processor to produce more optimal assembly code ✅ The correct answer is option B.
An Interpreter is_________________? September 13, 2025 by Admin A. a program that places programs into memory and prepares them for execution B. a program that automate the translation of assembly language into machine language C. is a program that appears to execute a source program as if it were machine language D. program that accepts a program written in a high level language and produces an object program ✅ The correct answer is option C.
The advantage(s) inherent to using high level languages is/are________________? September 13, 2025 by Admin A. A greater degree of machine independence B. Improved debugging capability, and superior documentation C. Fewer people, less management and shorter transition in learning time D. All of the above ✅ The correct answer is option D.
Convert the BRNE h#01E6, i assembly language instructions into hexadecimal machine language______________? September 13, 2025 by Admin A. 40 B. 0111EF C. 9001000000 D. DA000F ✅ The correct answer is option C.