InterviewSolution
Saved Bookmarks
| 1. |
Assembler is a program that _________(a) Puts programs into memory and executes them(b) Translates the assembly language into machine language(c) Writes in high level language and produces an object program(d) None of the mentioned |
|
Answer» The correct option is (b) Translates the assembly language into machine language Explanation: 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. |
|