Any code that helps the data entry person remember how to enter the data or the end-user remember how to use the information can be considered:

A) classification code.
B) significant-digit code.
C) mnemonic code.
D) block sequence code.


C) mnemonic code.

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

A factor to consider when full systems testing with test data is to examine whether operators have adequate ________ in procedure manuals.

A) documentation B) testing C) maintenance D) data

Computer Science & Information Technology

The amount of fine detail in an image is referred to as an image's ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

The double quotes in "Good Morning!" are part of the string.

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

Computer Science & Information Technology