Question
NCRE Level 2 programming application task 65: Which option correctly applies the principle of 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