We mainly have two kinds of Translators.
Target Program :
Translation Process :
Translation of a program has mainly 3 stages , which are below.
- Source Program / code
- Compiler / Interpreter
- Target Program / Code
Source Program :
The program we write in English language using the editor is called Source program. This program is given to the compiler for translation.
==> Read about compiler in this link===> Compiler / Interpreter
Target Program :
The program produced by the compiler after translating the source program is called target program. This program is in binary form.
- Target Program is also sometimes called machine language. By Machine language we mean the language of the processor. Every processor has it’s own language.
Translation process |
ConversionConversion EmoticonEmoticon