_________ is the process of finding errors in software code
-
Debugging
-
Compiling
-
Testing
-
Running
-
None pf these
C
Correct answer
Explanation
Testing is the systematic process of finding errors in software code by executing test cases. Debugging is the process of fixing those errors after they are found. Compiling translates source code to machine language, and running simply executes the program without specifically searching for errors.