Question
NCRE Level 2 programming application task 73: Which statement would correct a common misunderstanding about systematic debugging? Focus on programming in this variation.
Select an option. Your answer will be checked instantly.
Correct Answer: A. A useful debugging process reproduces the fault, isolates causes and verifies the fix with tests
Explanation:
Reproduction, isolation and regression testing make a fix explainable and less likely to create new faults.
Leave a Reply