Which of the following is not a language processor ? 1) Assembler 2) Compiler 3) Interpreter 4) processor
Answers
Answered by
6
Answer:
processor
Explanation:
plzz mark me as a Brainliest
Answered by
0
4) Processor is not a language processor.
- Language processor is a program that helps in in translating or interpreting the language for further processing.
- Assembler :- The working of assembler is to convert the program written in assembly language into the computer language .
- Compiler :- compiler is a language processor which reads the complete source program written in high level language . It reads the program as whole in one go and translate it into an equivalent program in machine language.
- Interpreter :- the translation of single statement written in source languages into computer language done by language processor and executes that line before going to the next one is done by interpreter.
So the correct answer is 4) Processor
Similar questions