A: compiler
B: assembler
C: compile
D: transfer
举一反三
- 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
- The ______ program is generally translated to an object program, which is in a form directly understandably by the computer. A: transfer B: assemble C: source D: compile
- The term“ () program”means a program written in high-level language. A: compiler B: executable C: source D: object
- The compiler is a program that translates a high-level language program into machine code.()
- The program that a computer can execute directly is ( ) A: source program B: target program C: assembler D: executable program
内容
- 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
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
- 2
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
- 3
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
- 4
A computer program, or just a program, is a sequence of ______, written to perform a specified task with a computer. A: languages B: instructions C: programs D: functions