Multiple choice

Debug is used to find and remove

  1. programmes

  2. mails

  3. errors

  4. files

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

Debugging is the systematic process of identifying and isolating errors in a program, then removing them to ensure correct functionality. Debugging tools help programmers trace execution flow to locate the source of unexpected behavior.