Define the following a.assembler b.interpreter
Answers
Answered by
2
An assembler is a type of computer program that interprets software programs written in assembly language into machine language, code and instructions that can be executed by a computer.
interpreter. An interpreter is a computer program that is used to directly execute program instructions written using one of the many high-level programming languages. The interpreter transforms the high-level program into an intermediate language that it then executes, or it could parse the high-level source code and then performs the commands directly, which is done line by line or statement by statement
pls mark me brainliest
interpreter. An interpreter is a computer program that is used to directly execute program instructions written using one of the many high-level programming languages. The interpreter transforms the high-level program into an intermediate language that it then executes, or it could parse the high-level source code and then performs the commands directly, which is done line by line or statement by statement
pls mark me brainliest
Answered by
1
Hey mate here is your answer:-
Interpreter =
1. Software that translates a high level language program to machine language.
2. Converts line to line
3. Used by Ruby, Perl, Python, PHP etc.
Assembly =
1. Software converting program written in assembly language to machine language.
2. Used by assembly language
Hope this helps you...........
Pl mark as brainliest if it does...................
Similar questions