Multiple choice general knowledge What is correcting errors in a program called? Debugging Compiling Interpreting 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.