Multiple choice _________ is the process of finding errors in software code. Debugging Compiling Testing Running 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.