• 2022-06-07
    A(n) ( ) translates all the source code of a program written in a high-level language into object code prior to the execution of the program. While a(n) ( ) program is translated into executable form and executed one statement at a time rather than being translated completely before execution.
    A: assembler
    B: editor
    C: programmer
    D: compiler
    E: interpreter