160k views
1 vote
What is the process of removing all syntax and logical errors from a program in order to create a working program that accomplishes all intended tasks known as?

1 Answer

6 votes

Answer: Debugging

Explanation:

Debugging is the process that is carried out for removal of all the faults and error of the program in computing field. Potential errors present in programs are know as bugs which are analysed and detected for elimination.

Debugging process provides assuring that incorrect instruction is not executed to produce invalid or incorrect results.Resolving the bug is the process through which correction in syntax and logic is made.

User Mehdy
by
4.8k points