Computer Science, asked by Groots, 1 year ago

what are language processor ?write in brief about the different language processor?

Answers

Answered by ramking
7
a program is a sequence of instructions to be executed by a computer and instructions is a command given to the computer to perform a particular functions language processor work and the translator it translates the high level language to the machine leg machine language and the machine language only the computer understand their Three Types of language processor first assembler II compiler third interpreter

Groots: how
Answered by kapil913
5

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