Monday 19 September 2016

Translator

Translator

What is translator ?
  • A Translator is a program that converts program instruction into machine code. 
  • Mostly usage translators are Compilers and Interpreters.
Compiler:
  • Compiler is a program, it converts entire program in a single step
Interpreter:
  • Interpreter is a program, it converts the program by line by line.
Thanks for your time.
Nireekshan