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
- 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 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 term“ () program”means a program written in high-level language. A: compiler B: executable C: source D: object
- () Execute the function of translating code, and execute the source<br/>program immediately without generating intermediate code. A: Compiler B: assembler C: Interpreters D: Linker