1.What is the hexadecimal machine code equivalent of the ASCII/BEAR/assembly language pseudo-operations?
2.During the compilation of a PL/I program, which phase involves translating symbolic addresses (labels) into actual machine code?
3.Which of the following statements about 4GL is incorrect?
4.What is the role of an assembler in programming?
5.What tasks are required for a macro processor to perform?
6.Which of the following benefits is associated with using assembly language instead of machine language?
7.What feature does the System/370 assembler language provide?
8.Translate the following 48 machine language instructions into their assembly language equivalents, given that no pseudo-operations were involved in their generation.
9.What is the name of the table generated during lexical analysis that records all the literals present in the source code?
10.What is the hexadecimal machine code equivalent of the given ASLA assembly instructions?
11.Which type of module allows multiple executions to occur simultaneously without waiting for previous instances to finish, producing consistent results?
12.What is the name of the specific absolute loader that runs when a computer is powered on or rebooted?
13.Within an absolute loading system, which task is performed by the assembler?
14.What do we call a set of instructions written in a computer language to achieve a specific outcome?
15.Which type of table is a permanent database containing an entry for every terminal symbol?
16.What is the hexadecimal machine code equivalent of the assembly instruction BRNE h#01E6, i?
17.What is the hexadecimal machine code equivalent of the assembly language pseudo-op .BYTE h#F8?
18.What are the responsibilities of Storage Assignment in a program?
19.Which of the following statements about an interpreter is incorrect?
20.What defines a non-relocatable program?