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
A Correct answer
Explanation

Debugging is the systematic process of identifying, isolating, and fixing errors or bugs in software code. It involves testing, tracing execution, and correcting defects to ensure programs function correctly.