() Execute the function of translating code, and execute the source
program immediately without generating intermediate code.
A: Compiler
B: assembler
C: Interpreters
D: Linker
program immediately without generating intermediate code.
A: Compiler
B: assembler
C: Interpreters
D: Linker
举一反三
- The program that a computer can execute directly is ( ) A: source program B: target program C: assembler D: executable program
- The input object of the lexical analysis is( )。 A: Intermediate<br/>code B: word C: source program D: target program
- To document your code can increase program ()and make program easier to (). make program easier to () A: execute B: interpret C: compile D: maintain
- There are three types of application programs to translate source code into object code. They are ( ) A: assemblers B: interpreters C: compilers D: application suite
- 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