Operations documentation _____.

A. describes the inputs, outputs, and processing logic for all program modules
B. describes a system’s functions and how they are implemented
C. contains all the information needed for processing and distributing online and printed output
D. consists of instructions and information for users who will interact with the system


Answer: C

Computer Science & Information Technology

You might also like to view...

y and z are user-defined objects and the += operator is an overloaded member function. The operator is overloaded such that y += z adds z and y, then stores the result in y. Which of the following expressions is always equivalent to y += z?

a. y = y operator+= z b. y.operator+=( z ) c. y = y + z d. y operator+=( y + z )

Computer Science & Information Technology

The strategic management plan is the last step in the strategic management process.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

The three traversal algorithms we mentioned in the text for binary search trees are _______ , _________ and ____________.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Which logical unit of the computer sends information that has already been processed by the computer to various devices so that the information may be used outside the computer? _______ .

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology