Computer Science - Language Processors

Exercise : Language Processors - Section 2
11.
The Process Manager has to keep track of:
the status of each program
the priority of each program
the information management support to a programmer using the system
both (a) and (b)
Answer: Option
Explanation:
No answer description is available. Let's discuss.

12.
Convert the 080D4E machine language instructions into assembly language, assuming that they were not generated by pseudo-ops:
ASRA
LOADA h#OD4E, i
STOREA h#014B, d
ADDA h#01FE, i
Answer: Option
Explanation:
No answer description is available. Let's discuss.

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?
two pass assembler
load-and-go assembler
macroprocessor
compiler
Answer: Option
Explanation:
No answer description is available. Let's discuss.

14.
Convert the 48 machine language instructions into assembly language, assuming that they were not generated by pseudo-ops:
ASRA
LOADA h#OD4E, i
STOREA h#014B, d
ADDA h#01FE, i
Answer: Option
Explanation:
No answer description is available. Let's discuss.

15.
The macro processor must perform
recognize macro definitions and macro calls
save the macro definitions
expand macro calls and substitute arguments
All of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.