Give difference between assembler and interpreter.
Assembler: It is the translator for an assembly language of computer. An assembly language is a low-level programming language that is peculiar to a specific computer.
Interpreter: It analysis the source program statement through statement and itself carries out the actions implied through each statement.