Correct option is B
The correct answer is (B) removing errors.
Explanation:
Debugging is the process of identifying and removing errors from a computer program.
Other options explanations:
- executing: Refers to running a program, not removing errors.
- compiling: Translates source code into machine code, but not the same as debugging.
- not reading comments: Unrelated to debugging, which focuses on fixing errors.
Information booster:
- Debugging:
- A crucial step in software development to ensure proper functionality.
- Involves finding and fixing bugs.
- Tools like gdb are used for debugging programs.