____ a program means writing down in a prescribed manner the instructions for using the program, the way in which the program performs its tasks, and other items that users, other developers, and management might require.

A. Documenting
B. Labeling
C. Indexing
D. Texting

Answer: A

Computer Science & Information Technology

You might also like to view...

The type of memory that is not inside the processor but is located inside the processor housing is known as ________ cache

Fill in the blank(s) with correct word

Computer Science & Information Technology

Which of the following performs an unboxing conversion? Assume x refers to an Integer object.

a. int y = x; b. Integer y = x; c. Neither of the above. d. Both of the above.

Computer Science & Information Technology