Multiple choice technology testing

The process of finding, analyzing and removing the causes of failures in software

  1. Coding

  2. Testing

  3. Debuging

  4. Designing

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

Debugging is the systematic process of identifying, analyzing, and removing defects or failures from software. While testing finds failures, debugging investigates the root causes and implements fixes. Coding is writing the program, testing checks if it works correctly, and designing plans the structure - none of these involve the systematic analysis and removal of failure causes.