This is the process of testing and eliminating errors in a program.
A. clarifying
B. coding
C. modularizing
D. debugging
Answer: D
You might also like to view...
Removing a password is also known as decrypting
Indicate whether the statement is true or false
The Microsoft Live SkyDrive is a sharing and file-storage Web site that anyone can access for free.
Answer the following statement true (T) or false (F)
As a general rule, recursive algorithms should be used only when their efficiency is _____.
A. linear B. logarithmic C. quadratic D. exponential
Which statement is false?
a) C automatically passes arrays to functions using simulated call by reference. b) When C passes an array to a function, the called function normally can modify the element values in the caller’s original array. c) The name of an array is actually the address of the first element of the array. d) When an array is passed in a function call, the calling function knows precisely where in the called function’s memory the passed array is.