is the language pracessor
Answers
Answered by
0
Answer:
The language processor that reads the complete source program written in high level language as a whole in one go and translates it into an equivalent program in machine language is called as a Compiler. In a compiler, the source code is translated to object code successfully if it is free of errors.
Answered by
0
Answer:
The language processor is a special translator system used to turn a program written in a high-level language, which we call "source code", into machine code, which we call "object program" or "object code".
There are three types of language processors:
Assembler
Interpreter
Compiler
Explanation:
Please like the answer
Similar questions