The term ____ refers to the fact that the programmer reviews the algorithm while seated at his or her desk rather than in front of the computer.

A. desk-checking
B. program-checking
C. desk-tracing
D. hand-checking

Answer: A

Computer Science & Information Technology

You might also like to view...

Write a short program that allows the user to input a positive integer and then outputs a randomly generated integer between 1 and the input number.

What will be an ideal response?

Computer Science & Information Technology

When an application begins searching a binary search tree, it starts at

A) the outermost leaf node. B) the middle node, halfway between the root and the longest branch. C) the root node. D) the rightmost child of the root node. E) None of the above

Computer Science & Information Technology