What are languages processor? classify and define them.
Answers
Answered by
0
Answer:
language processor: A program that performs tasks, such as translating and interpreting, required for processing a specified programming language. Note: Examples of language processors include a Fortran processor and a COBOL processor.
Answered by
0
Answer:
Language processors are the programs which change the high level language program to machine language and vice-versa.
They also checks the errors in our program and executes them.
For example:
1) Compiler
2)Interpreter
3)Assembler
C++ and C# are the programming languages that use compiler..
Python use interpreter
Assembler translates assembly language.
Please mark as Brainliest..
Similar questions