. . . . . . . . is the process of finding & removing errors.

debugging
error finding
processing
non of these

The correct answer is A. Debugging is the process of finding and removing errors in a computer program. It is a systematic process that involves identifying the source of the error, determining the cause of the error, and then fixing the error. Debugging can be a difficult and time-consuming process, but it is essential to ensure the correctness of a computer program.

Option B, error finding, is not the correct answer because it is not a complete description of the process. Debugging is more than just finding errors; it also involves removing them.

Option C, processing, is not the correct answer because it is not related to the process of finding and removing errors.

Option D, none of these, is not the correct answer because it is not a valid option.