

InterviewSolution
Saved Bookmarks
1. |
A program that reads each of the instructions in mnemonic form and translates it into the machine-language equivalent.(a) Machine language(b) Assembler(c) Interpreter(d) C programThis question was posed to me in class test.Question is taken from Machine Languages in portion Computer Languages of Computer Fundamentals |
Answer» CORRECT ANSWER is (b) Assembler The explanation: Assembler does this job. A language that uses MNEMONIC codes for the representation of machine-language instructions is CALLED assembly language. |
|