When interpreting program processing language, most of them use the () method。
A: The
source program commands are directly interpreted and executed one by
one
B: First,
the source program is converted into intermediate code, and then
interpreted and executed.
C: First,
the source program interpretation is converted into the target
program, and then executed.
D: Any
other method is OK
A: The
source program commands are directly interpreted and executed one by
one
B: First,
the source program is converted into intermediate code, and then
interpreted and executed.
C: First,
the source program interpretation is converted into the target
program, and then executed.
D: Any
other method is OK
举一反三
- The so-called program that can be directly executed inside an<br/>electronic computer is ____. A: High-level language programs B: Assembly language program C: Machine language programs D: Source program
- The input object of the lexical analysis is( )。 A: Intermediate<br/>code B: word C: source program D: target program
- A C language program consists of one or more source program files.
- When compiling the program for lexical analysis, it can not( ) A: filter comments in the source program. B: scan the source program and recognize the mark. C: point<br/>out the error line number. D: detect<br/>misspelled reserved words (keywords)
- The program that a computer can execute directly is ( ) A: source program B: target program C: assembler D: executable program