单选题 Each program module is compiled separately and the resulting ______ files are linked to make an executable application.
【正确答案】 D
【答案解析】[解析] 译文的含义是:每个程序模块都单独编译,结果( )标文件链接起来,生成可执行应用程序。 选项A、B、C、D的含义分别是汇编器、源程序、库、目标。选项D符合题意,为所选。