Multiple choice

_________ is the process of finding errors in software code.

  1. Debugging

  2. Compiling

  3. Testing

  4. Running

  5. None of these

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Testing is the systematic process of finding errors or defects in software code. It involves executing the program with test cases to verify that it behaves correctly and meets requirements, helping identify bugs before the software is released.