Exam-style question
Try this first
What is a characteristic of assembly language?.
- A.It uses symbolic instructions and is close to machine code
- B.It is unrelated to the instructions executed by a processor
- C.It is always written using natural-language paragraphs
- D.It is a type of imperative high-level language
Model answer
What a good answer should say
- It uses symbolic instructions and is close to machine code
Explanation
Why this works
Assembly language uses symbolic representations of low-level instructions. It remains close to machine code, so it is classified as low-level rather than high-level.
Common mistake
No common mistake is linked to this question yet.
