Computer Science - Language Processors
Exercise :: Language Processors - Section 2
16. |
In an absolute loading scheme, which loader function is accomplished by assembler |
A. |
Reallocation | B. |
Allocation | C. |
Linking | D. |
Loading |
Answer: Option A
Explanation:
|
17. |
Convert the .BYTE h#F8 assembly language pseudo-ops into hexadecimal machine language: |
Answer: Option C
Explanation:
|
18. |
In what module, multiple instances of execution will yield the same result even if one instancy has not terminated before the next one has begun? |
A. |
non-reusable module | B. |
serially reusable | C. |
reenterable module | D. |
recursive module |
Answer: Option C
Explanation:
|
19. |
A loader is |
A. |
a program that places programs into memory and prepares them for execution | B. |
a program that automate the translation of assembly language into machine language | C. |
is a program that appears to execute a source program as if it were machine language | D. |
program that accepts a program written in a high level language and produces an object program |
Answer: Option A
Explanation:
|
20. |
Bug means |
A. |
A logical error in a program | B. |
A difficult syntax error in a program | C. |
Documenting programs using an efficient documentation tool | D. |
All of the above |
Answer: Option A
Explanation:
|