Exam-style question
Try this first
Which presentation choice most directly helps a third party navigate a program listing?.
- A.Dividing the listing into appropriately labelled sections
- B.Removing all headings from the listing
- C.Presenting the code in an unexplained single block
- D.Replacing the code with a list of identifier names
Model answer
What a good answer should say
- Dividing the listing into appropriately labelled sections
Explanation
Why this works
Appropriately labelled sections make navigation easier for a third party reading the program listing.
Common mistake
No common mistake is linked to this question yet.
