Language Processors – Section 2

11. The Process Manager has to keep track of:

A. the status of each program
B. the priority of each program
C. the information management support to a programmer using the system
D. both (a) and (b)

Correct Answer:  D. both (a) and (b)
Advertisement

12. Convert the 080D4E machine language instructions into assembly language, assuming that they were not generated by pseudo-ops:

A. ASRA
B. LOADA h#OD4E, i
C. STOREA h#014B, d
D. ADDA h#01FE, i

Correct Answer:  B. LOADA h#OD4E, i
Advertisement

13. 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?

A. two pass assembler
B. load-and-go assembler
C. microprocessor
D. compiler

Correct Answer:  B. load-and-go assembler
Advertisement

14. Convert the 48 machine language instructions into assembly language, assuming that they were not generated by pseudo-ops:

A. ASRA
B. LOADA h#OD4E, i
C. STOREA h#014B, d
D. ADDA h#01FE, i

Correct Answer:  A. ASRA
Advertisement

15. The macro processor must perform

A. recognize macro definitions and macro calls
B. save the macro definitions
C. expand macro calls and substitute arguments
D. All of the above

Correct Answer:  D. All of the above
Advertisement

Leave A Comment?