Explain the following language translator :-
1) Assembler
2)Inter-Preter
3)Compiler
Class 11 Computer Science
Answers
Answered by
4
Answer:
- An assembler is a program that takes basic computer instructions and converts them into a pattern of bits that the computer's processor can use to perform its basic operations. Some people call these instructions assembler language and others use the term assembly language.
- In computer science, an interpreter is a computer program that directly executes instructions written in a programming or scripting language, without requiring them previously to have been compiled into a machine language program.
Similar questions