The process of finding and correcting program errors is called ____.
A. desk-checking
B. syntax-checking
C. error correcting
D. debugging
Answer: D
You might also like to view...
In the following example, what is the depth of recursion?
``` Module main () Call Welcome (5) End Module Module Welcome (Integer number) If number > 0 Then Display “Welcome to our store.” Call Welcome (number – 1) End If End Module ``` a. 1 b. 5 c. 6 d. 8
Including information about a worksheet such as the data source, author of the worksheet, and date is called ________ your work
Fill in the blank(s) with correct word
When more than one arithmetic operator is involved in a formula, Excel follows the same basic order of ____ that you use in algebra.
A. placement B. operations C. positioning D. selections
Common names for computer-based information systems are transaction processing, management information, ________, and executive support systems.
A. decision support B. reflective information C. cloud information D. virtual support