Multiple choice general knowledge

What is correcting errors in a program called?

  1. Debugging

  2. Compiling

  3. Interpreting

  4. None of these

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

Debugging is the process of identifying, isolating, and fixing errors or bugs in computer programs. Compiling translates code, interpreting executes code line-by-line, but only debugging specifically deals with error correction.