Computer Science, asked by sarthakpandey5562, 10 months ago

Translator that translate high level language into machine language line by line is

Answers

Answered by darsaliq00
0

Answer:

compiler

Explanation:

In general, any translation program that converts a High Level language to another language is called a "compiler".

Typically this compilation is done from a high level language such as C++ to a low level machine language such as 'NASM Syntax' or any other 'assembly language'. In addition to this, the compiler performs certain code optimizations during the compilation stage.

After the assembly code is generated by the compiler, another program called an "Assembler" converts the assembly code into the zeroes and ones that a computer can understand

Answered by Anonymous
0

Answer:Compiler is a device which converts a high level language(usually code for a program) into machine's language for its implementation.

Explanation:

Similar questions