举一反三
- 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.()
- 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
- A C language program consists of one or more source program files.
- 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
内容
- 0
When interpreting program processing language, most of them use the () method。 A: The<br/>source program commands are directly interpreted and executed one by<br/>one B: First,<br/>the source program is converted into intermediate code, and then<br/>interpreted and executed. C: First,<br/>the source program interpretation is converted into the target<br/>program, and then executed. D: Any<br/>other method is OK
- 1
The software of a CNC system consists of a part program, a service program and a control program.
- 2
A step-by-step solution to a problem is called a(n) _____ A: algorithm B: program C: Instruction D: Machine language
- 3
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)
- 4
The program that a computer can execute directly is ( ) A: source program B: target program C: assembler D: executable program