99.8k views
1 vote
Which of the following are used to create an executable module from an object deck?

A. Relocation program
B. Linkage editor
C. Preprocessor
D. Precompiler

1 Answer

4 votes

Final answer:

The correct answer is B. Linkage editor.

Step-by-step explanation:

The correct answer is B. Linkage editor.

A linkage editor is a program that is used to combine object modules, resolve external references, and create an executable module. It performs tasks such as linking, relocation, and loading of the object modules. It takes the object deck as input and generates an executable module as output.

User Rosshamish
by
7.8k points