Computer Science - Language Processors

Exercise : Language Processors - Section 2
6.
A relocate program form is the one which
cannot be made to execute in any area of storage other than the one designated for it at the time of its coding or translation
consists of a program and relevant information for its relocation
can itself perform the relocation of its address-sensitive portions
All of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.

7.
In which way(s) can a macro processor for assembly language be implemented?
independent two-pass processor
independent one-pass processor
processor incorporated into pass of a standard two-pass assembler
All of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.

8.
A system program that combines the separately compiled modules of a program into a form suitable for execution
assembler
linking loader
cross compiler
load and go
Answer: Option
Explanation:
No answer description is available. Let's discuss.

9.
A compiler is
a program that places programs into memory and prepares them for execution
a program that automate the translation of assembly language into machine language
program that accepts a program written in a high level language and produces an object program
is a program that appears to execute a source program as if it were machine language
Answer: Option
Explanation:
No answer description is available. Let's discuss.

10.
In an absolute loading scheme, which loader function is accomplished by loader?
Reallocation
Allocation
Linking
Loading
Answer: Option
Explanation:
No answer description is available. Let's discuss.