About computer instructions

Program instruction sequence.
The computer program is executed by one instruction translation process for the operation of the computer.
The final instruction to be executed is referred to as object code
object code, source code is translated by a translator over the
two types of translation, one is translated all at once, and the other is translated by one execution
of the former is temporarily called a all translation of the latter as explained
accordingly, all at once into translator translator and interpreter
written in high level language source code and assembly language into
all at once by translating source code written in a high level language, it is said is compiled, the appropriate translator called a compiler
once and for all translation process written by the assembly language source code for compilation called, the corresponding translation is called an assembler
compiler sometimes may not compile the source code into object code, It may sometimes be intermediate code, intermediate code by an interpreter by one translator
and "program" is a special program, script, program, program data is essentially the operation of the user text written in a specific format comprising "operation code "and" operand ", the operation code corresponding to the value of the branch expressions, using program branches text parsing and Continuous complete a specific operation, which is the automated testing of principle.

Guess you like

Origin www.cnblogs.com/tsai-87/p/10983444.html