Exam-style question
Try this first
Which statement best describes debugging?.
- A.Finding and correcting faults in a program
- B.Writing the initial algorithm without implementing it
- C.Collecting requirements only after the final solution is released
- D.Measuring user satisfaction without examining the code
Model answer
What a good answer should say
- Finding and correcting faults in a program
Explanation
Why this works
Debugging involves investigating program faults and correcting the code so that it behaves as intended.
Common mistake
No common mistake is linked to this question yet.
