This is the process of testing and eliminating errors in a program.

A. clarifying
B. coding
C. modularizing
D. debugging


Answer: D

Computer Science & Information Technology

You might also like to view...

Removing a password is also known as decrypting

Indicate whether the statement is true or false

Computer Science & Information Technology

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)

Computer Science & Information Technology

As a general rule, recursive algorithms should be used only when their efficiency is _____.

A. linear B. logarithmic C. quadratic D. exponential

Computer Science & Information Technology

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.

Computer Science & Information Technology