Computer Science, asked by shivkumar4932, 9 months ago

Difference between compiler interpreter and assembler

Answers

Answered by shrishti9653
3

Answer:

compiler-A compiler converts the whole program into machine language in one go.It displays the errors only after the completion of the program.

Interpreter- An interpreter converts the instruction written in HLL into a machine language.It displays the errors of on line at a time and after correction of the error the control goes to the next line.

Assembler-An assembler is a program that helps to translate instructions written in assembly language.

Answered by Anonymous
0

compiler-A compiler converts the whole program into machine language in one go.It displays the errors only after the completion of the program.

Interpreter- An interpreter converts the instruction written in HLL into a machine language.It displays the errors of on line at a time and after correction of the error the control goes to the next line.

Assembler-An assembler is a program that helps to translate instructions written in assembly languages.

Similar questions