Exam-style question
Try this first
Which description best matches machine-code language?.
- A.Instructions represented directly in the binary form understood by the processor
- B.Instructions written using English-like statements
- C.Instructions represented only by named variables
- D.Instructions that must always be interpreted by a high-level language
Model answer
What a good answer should say
- Instructions represented directly in the binary form understood by the processor
Explanation
Why this works
Machine code is the lowest-level form of programming language and consists of instructions represented in a form that the processor can execute directly.
Common mistake
No common mistake is linked to this question yet.
