Computer Science, asked by Anu77yadav, 1 year ago

What is a language processor. Name and explain different types of language processor.

Answers

Answered by adarshms
6
Processing program code to machine code.COBOL,FORTRAN

Anu77yadav: It's too short brother
Answered by kapil913
23

Language processor are those software which translates programming language in computer understandable language .

There are three types of language processor till now they are :-

1. ASSEMBLER

It translates a program written in assembly language into machine language. It translates a word  into it machinery form i.e. 0101010001010.

2. INTERPRETER

It translates a program by one-by-one line and finds error and will not proceed until the is solved. Example :- LISP and BASIC.

3. COMPILER

It translates the entire program and executes it. And it finds and puts all errors in one file. Example :- C and C++.

Similar questions