Exam-style question
Try this first
When should an explanation be included in the technical presentation?.
- A.For a particularly difficult-to-understand section of code
- B.Only when every line has an identical purpose
- C.Instead of providing any program listing
- D.Only for sections that are already obvious
Model answer
What a good answer should say
- For a particularly difficult-to-understand section of code
Explanation
Why this works
The technical solution may include explanations of code sections that would otherwise be difficult for a third party to understand.
Common mistake
No common mistake is linked to this question yet.
