Home > Computer Engineering > Quizzes > System Programming And Compiler Construction: Assemblers
System Programming And Compiler Construction: Assemblers
Fast practice, instant feedback. Timer auto-submits when time’s up.
Avg score: 31% Most missed: “In analyzing the compilation of PL/I program, the term .”
System Programming And Compiler Construction: Assemblers
Time left 00:00
25 Questions

1. _____ directive specifies the end of execution of a program .
2. Assembler is ?
3. TII stands for
4. Which of the following translation program converts assembly language programs to object program
5. Which of the following system program forgoes the production of object code to generate absolute machine code and load it into the physical main storage location from which it will be executed immediately upon completion of the assembly?
6. Pass I .
7. Which of these features of assembler are Machine-Dependent ?
8. When dealing with the branching code the assembler ___________
9. In a two pass assembler pseudo code,equ is to be evaluated during
10. The instructions like MOV or ADD are called as ______ .
11. In analyzing the compilation of PL/I program, the term .
12. Pass 2 .
13. Loop is a collection of nodes that is
14. The directive used to perform initialization before the execution of the code is ______
15. The purpose of the ORIGIN directive is __________
16. Forward reference table(FRT) is arranged like ?
17. _____ directive is used to specify and assign the memory required for the block of code.
18. In analyzing the compilation of PL/I program the description .
19. Address symbol table is generated by the
20. The assembler directive EQU, when used in the instruction: Sum EQU 200 does ________
21. Assembler is a machine dependent, because of?
22. Instructions which wont appear in the object program are called as _____ .
23. The assembler stores all the names and their corresponding values in ______ .
24. _____ directive specifies the end of execution of a program.
25. Translator for low level programming language were termed as