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

Correct Answer:  A. Reallocation

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

Correct Answer:  C. F8

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. re enterable module
D. recursive module

Correct Answer:  C. re enterable 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

Correct Answer:  A. a program that places programs into memory and prepares them for execution

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

Correct Answer:  A. A logical error in a program

Leave A Comment?

eleven − 11 =