Computer Science, asked by Groots, 1 year ago

write the brief about the different language processor

Answers

Answered by sanketakhare
0
A language processor is a software program designed or used to perform tasks, such as processing program code to machine code. Language processors are found in languages such as Fortranand COBOL
Interpreter - allows a computer to interpret, or understand, what a software program needs the computer to do, what tasks to perform.

Translator - takes a program's code and translates it into machine code, allowing the computer to read and understand what tasks the program needs to be done, in its own native code. An Assembler and a Compilerare examples of a translator.

Similar questions