Learn programming

Translators

We mainly have two kinds of Translators.

  1. Compilers
  2.  Interpreters



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.



Written by : Learn C Plus Plus 
Translation process
Previous
Next Post »