Multiple choice

_________ is the process of finding errors in software code

  1. Debugging

  2. Compiling

  3. Testing

  4. Running

  5. None pf these

Reveal answer Fill a bubble to check yourself
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.