A ________ is a category of data that is the smallest usable fact collected for each record

A) table B) query C) field D) report


C

Computer Science & Information Technology

You might also like to view...

Business reports printed by computers are normally divided into three parts:

a. Introduction, body, conclusion b. Initialization, process, termination c. Heading, Detail lines, Summary d. Input, process, output e. None of the above.

Computer Science & Information Technology

____ indicates the number of pixels that a computer uses to display the letters, numbers, graphics, and background on a screen.

A. Screen view B. Ribbon resolution C. Pixel resolution D. Screen resolution

Computer Science & Information Technology

In function apart defined below, how many of the parameters are considered input parameters?

``` void apart(double x, int *wholep, double *fracp) { *wholep = (int)x; *fracp = x - *wholep; } ``` a. 0 b. 1 c. 2 d. 3 e. all

Computer Science & Information Technology

If a message box displays stating that the Microsoft Office Access database engine could NOT find the object, you probably mistyped the name of the table in the ________ dialog box

A) Save As B) Save Object As C) Paste Table As D) Append to Table

Computer Science & Information Technology