A system programme designed to aid the programmer in finding and correcting errors or bugs is known as
Answers
Answered by
0
Answer:
The system program which has been designed to help a programmer in finding as well as correcting errors/bugs in a program is called a debugging tool.
It helps an user to find out errors that occur within a block or lines of codes. It acts as a simulator.
Most of them offer two modes of operation- full simulation or partial simulation. Debugging plays a very important role when it comes to a large chunk of codes.
Answered by
0
Answer: Debugging
Explanation:
- Debugging is a common process used to remove potential errors which are also called as bugs.
- It basically makes use of a software code which is used to get to know the problem areas and then use it to remove the errors.
- To begin with debugging one has to first get the source code and start identifying the problem.
Similar questions