explain the features and uses in the context of computer software and programming interpreter
Answers
Answered by
0
Explanation:
assembler :
an assembler takes up the instructions from a computer and then convert it into a specific pattern giving out a computer processor that can perform operation .
features :
• few run time errors .
• assembler can make it very easy to have re entrant and treat safe producer .
uses :
• we mostly write a program in high level language but machine can understand only machine language.
Interpreter :
An interpreter is the one that in executing the instructions of the high level language.
features:
• make easy to learn and use .
• Allow complex task to be perform in respectively few steps .
uses:
• interpreter convert the high level language to intermediate language .
Similar questions