Discuss Forum
1. The correction done to a program in programing is called?
- A. Debugging
- B. Debugging
- C. Debugging
- D. Debugging
Answer: Option A
Explanation:
The correction of errors in a program is called debugging, which is the process of finding and fixing bugs, errors, or faults in a program. It involves a systematic process of reproducing the error, locating the root cause, and then implementing the fix.
- Debugging: The most common and direct answer is debugging. This is the overall process of identifying and fixing issues in a program.
- Patching: A patch is a piece of code that is specifically created to fix a bug. Applying the patch corrects the problem.
- Hotfix: A hotfix is a rapid, targeted correction applied to a live, already-in-use software to resolve a specific, critical issue.
Post your comments here: