The _____ property in Access specifies how numbers, dates, times, and text are displayed.

A. Field
B. Layout
C. Format
D. Primary key


Answer: C

Computer Science & Information Technology

You might also like to view...

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

1. The members of a structure must all be of the same data type. 2. Suppose a structure is created with the code Structure stateUSA Dim capCity As String Dim yearFounded As Integer End Structure in the Declarations section of the Code window. In this structure, the variable capCity is known as a member. 3. Suppose a structure is created with the code Structure stateUSA Dim capCity As String Dim stateNum As Integer End Structure in the Declarations section of the Code window. The following statement correctly makes use of the stateNum member of this structure. Dim stateWA As stateUSA StateWA.stateNum = 42 4. A structure can contain members that are simple variables only; members cannot be arrays. 5. When a variable with a user-defined data type is passed to a procedure, the corresponding parameter in the Sub or Function statement must be declared to be of the same data type.

Computer Science & Information Technology

When a hash function is used to provide message authentication, the hash function value is often referred to as a ___________ .

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

Computer Science & Information Technology

Describe the IP fragments reassembly vulnerability in Windows 2000.

What will be an ideal response?

Computer Science & Information Technology

Identify the letter of the choice that best matches the phrase or definition.

A. A type of page orientation B. Set of formatting options C. Text printed at the top of the page D. Space at the top, bottom, left, and right of the page E. The first page of a report

Computer Science & Information Technology