The process of detecting, tracing and eliminating errors in a computer program is
Answer Details
The process of detecting, tracing and eliminating errors in a computer program is called debugging. When a computer program is written, it may contain errors or bugs that prevent it from working properly. Debugging is the process of identifying these errors and removing them from the program. This is an important step in the development of software, as it ensures that the program is functioning as intended and producing the correct output. Debugging can be done manually by looking through the code line by line, or it can be automated using special software tools.