Exam-style question
Try this first
Which statement is an advantage of high-level language programming compared with machine-code programming?.
- A.High-level code is generally easier for people to read and write
- B.High-level code is always written directly as processor instructions
- C.High-level code removes the need to express an algorithm
- D.High-level code is classified as machine code
Model answer
What a good answer should say
- High-level code is generally easier for people to read and write
Explanation
Why this works
High-level languages use abstractions that make programs easier for people to read, write and maintain than equivalent machine-code programs.
Common mistake
No common mistake is linked to this question yet.
