"Desk-checking" refers to
(A) the continual problem programmers have with losing things.
(B) timing a program to see how fast it completes its tasks.
(C) testing an algorithm at the flowchart stage using several different kinds of data.
(D) having a fellow programmer read your pseudocode to be sure it is understandable.
(C) testing an algorithm at the flowchart stage using several different kinds of data.
Computer Science & Information Technology
You might also like to view...
Whichterm describesthe number of pixels in an image?
a.Codec b.PictBridge c.Resolution d.Zoom
Computer Science & Information Technology
An algorithm takes 15 seconds to solve a problem of size 200 and two minutes to solve a problem of size 400 . What is the likely running time of the algorithm?
a. constant b. linear c. quadratic d. cubic e. none of the above
Computer Science & Information Technology