Testing/checking whether the software performs correctly.
B.
Checking that a previously reported defect has been corrected.
C.
Identifying the cause of a defect, repairing the code and checking the fix is correct.
D.
Checking that no unintended consequences have occurred as a result of a fix.
The Answer Is:
C
This question includes an explanation.
Explanation:
Debugging is the process that developers follow to find, analyze, and fix the root causes of defects in the software. This includes identifying the source of the problem, correcting the code, and then testing the changes to ensure the defect has been properly fixed and that the fix does not introduce new issues.