1.What defines a relocatable program form?
2.What best describes the function of an interpreter?
3.What is the name of the translator that processes a complete program written in a high-level language and converts it into machine code?
4.What is the function of a compiler?
5.What do you call a compiler that is executed on one computer but generates executable code for another computer?
6.What is the hexadecimal machine code equivalent of the assembly directive .WORD d#790?
7.In an absolute loading process, which task is performed by the loader?
8.What does the assembly code database refer to in the context of compiler design?
9.What aspects must the Process Manager monitor during its operation?
10.What is the purpose of a base register table?
11.What is the primary role of the Syntax phase in a compiler?
12.When specific formats are required for printing output, which method does the programmer use to define these formats?
13.Which of the following tasks are carried out by the loader?
14.What does the term 'bug' refer to in programming?
15.What are the possible methods to implement a macro processor in assembly language?
16.Which of the following categories are considered types of systems software that manage computer operations, support user interaction, and enable computer functionality?
17.Which tool is commonly employed to translate high-level programming code into machine-readable language?
18.Which system software merges individually compiled program modules into an executable format?
19.What is the Terminal Table in the context of programming languages?
20.Which of the following tasks are performed during the lexical analysis phase?