A debugging process where you, the programmer, pretend you are a computer and step through each statement while recording the value of each variable at each step is known as

a. error checking
b. hand writing
c. hand tracing
d. error handling
e. None of these

c. hand tracing

Computer Science & Information Technology

You might also like to view...

To add the Bcc field to a Message window, on the Ribbon, click the ____ tab, and then click the Bcc button in the Show Fields group.

A. Options B. Message C. Insert D. Format Text

Computer Science & Information Technology

In order to remove a StreamWriter object named writer, which is associated with a file in the project directory called "test.dta", you would write ____.

A. File.Delete("test.dta") B. File.Delete(writer) C. writer.Delete("test.dta") D. writer.Delete( )

Computer Science & Information Technology