Computer Science, asked by premkumargope735249, 8 months ago

This converts the program written in high level language to machine language as a whole?computer​

Answers

Answered by anindyaadhikari13
7

Answer:-

A compiler converts the program written in high level language to machine language as a whole.

Answered by Berseria
29

Answer:

  • Compiler

Compiler coverts the program written in High Level language to machine language as a whole.

❒ Language processors are system programmes which converts HLL or assembly language into binary Language. There are 3 types of Language processors :

  1. Assembler
  2. Compiler
  3. Interpreter.

Compiler :

It is a language Processor that converts HLL into binary Language. If there is any error in the programm. Compiler provides a list of error messages along with the line number at the end of compilrr. If there is no error the compiler will generate an object file. The programming language that uses compiler are C, C++ , Pascal.

Similar questions