Differentiate between assemblers compilers and interpreters
Answers
Answer:
The main difference between compiler interpreter and assembler is that compiler converts the whole high level language program to machine language at a time while interpreter converts high level language program to machine language line by line and assembler converts assembly language program to machine language.
A computer program is a set of instructions for the computer to perform a certain task. Most programs are written in high level languages or assembly language. These programs are easy to read and understand by programmers but not understandable by the computer. The computer only understands machine language. It consists of binary which is ones and zeros. Therefore, the high level or assembly program should be converted into machine language for the computer to understand the instructions. Compiler, interpreter and assembler are translators that convert high level or assembly language based programs to machine language.
Explanation:
please mark me as a brainlist