Ask Question

A program that Thomas has written is complete. It has been tested thoroughly, and some outputs were not as expected. Thomas is now going through the code carefully attempting to establish the cause of these errors and change the code to remove them. What is this procedure called?

+2
Answers (1)
  1. 18 January, 22:15
    0
    Debugging.

    Explanation:

    Debugging is a common process in the world of programming. It's done to find out cause of errors, and correct them after finding them. Although finding errors and correcting them may make more errors popup, but this is something common in software development.

    Most IDEs (Integrated development environment) provide great tools for debugging like pause execution, move to the next statement, break loop etc.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “A program that Thomas has written is complete. It has been tested thoroughly, and some outputs were not as expected. Thomas is now going ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers