The term“ () program”means a program written in high-level language.
A: compiler
B: executable
C: source
D: object
A: compiler
B: executable
C: source
D: object
C
举一反三
- 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
- The compiler is a program that translates a high-level language program into machine code.()
- A(n)( )translates all the source code of a program written in a high-level language into object code prior to the execution of th program. A: interprete B: assemblers C: compile
- In the following description, which one is wrong? ( ). A: The executable program of C language is composed of a series of machine instructions B: The source program written in C language can not run directly on the computer C: The compiled binary object program needs to be connected to run D: The. exe file generated by C source program cannot be run on the machine without C language integrated development environment installed
- The(①)programmeansaprogramwritteninahigh-levellanguage.Itisgenerallytranslatedtoan(②)program,whichisinaformdirectlyunderstandablebythecomputer.Thetranslationisusuallydonebyprogramcalled(③). The() program means a program written in a high-level language.It is generally translated to an()program,which is in a form directly understandable by the computer.The translation is usually done by program called (). A: object B: basic C: C D: assemble
内容
- 0
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
- 1
The program that a computer can execute directly is ( ) A: source program B: target program C: assembler D: executable program
- 2
A C language program consists of one or more source program files.
- 3
The input object of the lexical analysis is( )。 A: Intermediate<br/>code B: word C: source program D: target program
- 4
The ______ program is the machine language version of a source program.