The most important advantage of an alphabetic code is that

A. meaning is readily conveyed to users
B. sorting is simplified
C. the capacity to represent items is increased
D. missing documents can be identified


Answer: C

Computer Science & Information Technology

You might also like to view...

After executing the following code, what is the value of posOrNeg (assume the number currently has a value of -2)?

if (number >=1) posOrNeg = “pos”; if (number ==0) posOrNeg = “zero”; else posOrNeg = “neg”;

Computer Science & Information Technology

To shrink audio files to more manageable sizes, they can be converted into ____ formats.

A. compressed audio B. MIDI C. compressed data D. CD-DA

Computer Science & Information Technology

Match the following to their meanings:

I. * II. ? III. " IV. Logical operator V. Comparison operator A. used to search for unknown single characters B. symbols that are used in criteria to compare a value to another value C. inserted by Access around text in a query D. used at the beginning or end of an entry to search for any number of unspecified letters, numbers, or other characters E. used to create queries that have multiple values included in their criteria

Computer Science & Information Technology

A line that serves as a frame of reference for measurement in a chart is a(n) ________

Fill in the blank(s) with correct word

Computer Science & Information Technology