High-level
languages must first be translated into a machine language before they can be
understood and processed by a computer. This job is often done by ( ).
A: an assembler
B: a linker
C: a loader
D: a compiler
languages must first be translated into a machine language before they can be
understood and processed by a computer. This job is often done by ( ).
A: an assembler
B: a linker
C: a loader
D: a compiler
举一反三
- High-level languages must first be translated into a machine language before they can be understood and processed by a computer. This job is often done by ( )
- languages are intermediate level languages that are very close to machine language and do not have the level of linguistic sophistication exhibited by other high-level languages。 A: Assembly B: high-level C: low-level D: machine
- 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 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 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