101k views
3 votes
The term that refers to the programmer reading the program from the beginning and stepping through each statement is _________.

User Granaker
by
5.2k points

1 Answer

5 votes

Answer: Desk checking

Step-by-step explanation:

The desk checking is one of the type of informal way manual testing in which the programmer use this method for evaluating or checking the coding or the different types of algorithm logic in the system.

  • It helps in identifying the errors in the program so that it can be executed properly without any interruption in the system.
  • It is one of the effective way for the error detection and also known as the modern debugging tool.

According to the given question, the desk checking is the term which is used to refers to the programmers for reading the given program step by step each statement. Therefore, Desk checking is the correct answer.

Therefore, Desk checking is the correct answer.

User Julp
by
4.2k points