16. 

In an absolute loading scheme, which loader function is accomplished by assembler

A. Reallocation
B. Allocation
C. Linking
D. Loading

17. 

Convert the .BYTE h#F8 assembly language pseudo-ops into hexadecimal machine language:

A. 0111EF
B. 03 16
C. F8
D. 42 65 61 72

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

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

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