What is debugging ? (NCERT Class 11th)
Answers
DEBUGGING is a process which is used to remove errors or abnormalities or bugs from a computer program using certain software programmers through DEBUGGING TOOLS.
DEBUGGING checks , detects and corrects errors or bugs to allow proper program operation according to set specifications.
Since we humans only write codes so it is obvious that one would do a mistake and that is corrected by DEBUG (debugging is also known as debug).
In DEBUGGING process , complete software programs are regularly compiled and executed to identify and rectify issues. Large software programs, which contain millions of source code lines, are divided into small components. For efficiency, each component is DEBUGGED separately at first followed by the program as a whole.
Debugging is a method that is used for removing the errors or bugs from the computer or the software for it to work properly
Explanation:
- The software experts make use of their experience and knowledge for removing the bugs or errors by going through different steps in the process of programming
- Debugging a program allows it to run in a normal way once the errors are identified, and the errors are detected and removed amicably by using various forms of debugging tools and programs.
- The debugging tools consist of computer programs which are run on the system to locate the errors after which they are isolated and then a fix is found to debug the program
To know more about debugging
Define debugging and state the functions of debugging.
https://brainly.in/question/8864970