Multiple choice

Correction of program is done by

  1. compilation

  2. assembling

  3. debugging

  4. execution

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

Debugging is the process of identifying and fixing errors in a computer program. It involves testing, analyzing code behavior, and making corrections to eliminate bugs. Compilation translates source code into machine code but doesn't fix errors. Assembling converts assembly language to machine code. Execution simply runs the program without making corrections. Only debugging specifically focuses on correcting program errors.