Exam-style question
Try this first
What does an assembler translate?.
- A.High-level language into assembly language
- B.Assembly language into machine code
- C.Machine code into a library
- D.Utility programs into operating systems
Model answer
What a good answer should say
- Assembly language into machine code
Explanation
Why this works
An assembler is a translator that converts assembly language instructions into machine code. A compiler or interpreter is used for high-level languages.
Common mistake
No common mistake is linked to this question yet.
