Computer Science, asked by MouSarkar07, 2 months ago

describe three types of language processors​

Answers

Answered by Itsanshita
0

Answer:

There are three types of language processors:

Assembler.

Interpreter.

Compiler.

Answered by Anonymous
0

Answer:

A compiler is a program that converts the instructions of high-level language into machine language as a whole. A high-level language program is called a source program.

An interpreter is a program that converts one statement of a program at one time. Before translating the next statement of the source program, It executes this statement first.

An assembler is translating program that converts assembly language programs into machine language.

Similar questions