Computer Science for IGCSE & O level - Algorithm Design And Problem Solving (Section 2 - No. 35)

What does the term 'debugging' refer to in programming?
The process of writing the initial code.
The process of finding and fixing errors in the code.
The process of optimizing the code for speed.
The process of compiling the code.

Explanation

Debugging is finding and removing errors.

Comments (0)

Advertisement