Ask Question
12 May, 15:17

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?

+3
Answers (1)
  1. 12 May, 16:22
    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 and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers