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
内容
- 0
To document your code can increase program (2) and make program easier to (3) . A: execute B: interpret C: compile D: maintain
- 1
To document your code can increase program (57) and make program easier to (58) . A: execute B: interpret C: compile D: maintain
- 2
To document your code can increase program (57) and make program easier to (58) . (58)() A: execute B: interpret C: compile D: maintain
- 3
To document your code can increase program (72) and make program easier to (73) . (73)处应填()。 A: execute B: interpret C: compile D: maintain
- 4
When interpreting program processing language, most of them use the () method。 A: The<br/>source program commands are directly interpreted and executed one by<br/>one B: First,<br/>the source program is converted into intermediate code, and then<br/>interpreted and executed. C: First,<br/>the source program interpretation is converted into the target<br/>program, and then executed. D: Any<br/>other method is OK