The process of finding and correcting errors in the program code is called ?

A.

testing

B.

Debugging

C.

Editing

D.

coding

Correct answer is B

Debugging is the process of finding and correcting errors in the program code. It involves identifying, isolating, and fixing the problems or bugs in computer program code. The other options do not accurately describe this process. Editing is the process of making changes to the code, but it does not necessarily involve finding and correcting errors. Coding is the process of writing the code, and testing is the process of checking the code to see if it works as expected