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.
Nireekshan