list and briefly explain about various translation programs
Answers
hello mate⚘
•answer is •
Compiler
Compiler is a translator which is used to convert programs in high-level language to low-level language. It translates the entire program and also reports the errors in source program encountered during the translation.
Interpreter
Interpreter is a translator which is used to convert programs in high-level language to low-level language. Interpreter translates line by line and reports the error once it encountered during the translation process. It directly executes the operations specified in the source program when the input is given by the user.
Assembler
Assembler is a translator which is used to translate the assembly language code into machine language code...
Explanation:
A translator is a program that converts source code into object code. Generally, there are three types of translator: compilers. interpreters. assemblers.