Deck 5: Productivity Apps for School and Work Word, Analyzing Data Using Formulasmodifying the Database Structureintegrating Word, Excel, and Access

Full screen (f)
exit full mode
Question
Modifying the Decimal Places property changes the way the data is presented.
Use Space or
up arrow
down arrow
to flip the card.
Question
You can edit or delete a relationship once it has been created in the Relationships window.
Question
Field descriptions may be entered in Table Design View. _________________________
Question
When a Caption property is not entered, the field name is used to label the field.
Question
You can access the Lookup properties from either Table Datasheet View or Table Design View.​
Question
The Validation Rule property is not used with Text or Date/Time fields.
Question
For a Date/Time field, use the Format property to display the date 1/17/2017 as January 17, 2017.
Question
Each field must be given an associated field description.
Question
Enforcing referential integrity guarantees that inaccurate data is not entered into any field.
Question
To move a field list in the Relationships window, drag the table's primary key field . _________________________
Question
The Attachment data type is exactly the same as the OLE data type of previous versions of Access.
Question
Changing the Decimal Places property for a field does not change the actual data stored in the field.
Question
A subdatasheet is used to modify field properties.
Question
A common place to use an Input Mask property would be for a Phone Number field.
Question
The "one" field of a one-to-many relationship is never the primary key field in the table on the "one" side of the relationship.
Question
Access 2007-2016 databases are not readable by Access 2003.​
Question
The Field Size property is not available for Currency fields.
Question
If the primary key field on the "one" side of a one-to-many relationship has an AutoNumber data type, then the data type on the foreign key field must be set to AutoNumber . _________________________
Question
Referential integrity allows the user to delete a record from the "one" table if it has matching records in the "many" table.
Question
The Relationships button is found on the Design tab of the ribbon.
Question
The goal of building one-to-many relationships between tables is to minimize ____ data.

A) redundant
B) textual
C) numeric
D) rarely used
Question
The . J pg file extension is short for JPEG , an acronym for the Joint Photographic Experts Group. _________________________
Question
What data type sequences each new record with the next available integer?

A) Yes/No
B) Memo
C) Attachment
D) AutoNumber
Question
A(n) Number data type is used to store values that represent money. _________________________
Question
Which of the following is NOT a good candidate for a primary key field for a Customer table?

A) Last Name
B) Customer Number
C) Employee Identification Number
D) Customer ID
Question
A(n) ____ key field is the field used on the "one" side of a one-to-many relationship.

A) primary
B) first
C) foreign
D) infinity
Question
Which of the following is a clue that a database needs to be redesigned?

A) Key fields are defined for each table.
B) One-to-many relationships are defined for each table.
C) There are multiple tables in the database.
D) There is redundant data in one or more tables.
Question
Property Tags are buttons that automatically appear in certain conditions.​
Question
Which of the following is NOT a principle of relational database design?

A) Design each table to contain fields that describe only one subject.
B) Identify a primary key field or key field combination for each table.
C) Data should be entered before table relationships are built.
D) Build one-to-many relationships between the tables of your database using a field common to each table.
Question
You can modify the Field Size property of a Number field. _________________________
Question
To quickly remove all Lookup properties, change the Display Control property to Combo Box.
_________________________
Question
A field that contains unique information for each record is called a(n) ____ field.

A) text
B) data
C) linking
D) primary key
Question
Which of the following is NOT a problem with duplicated data?

A) It is error-prone.
B) It limits query capabilities.
C) It limits reporting capabilities.
D) It creates its own one-to-many relationships.
Question
In an Access relational database, to tie the information from one table to another, a(n) ____ must be common to each table.

A) record
B) field
C) object
D) property
Question
To edit the list of values for a Lookup Field in Datasheet View, click the Edit List Items button.
_________________________
Question
The table that joins to other tables that have many-to-many relationship is called the ____ table.

A) junction
B) linking
C) primary
D) relational
Question
A relational database can best be described as a collection of related ____ designed to minimize redundant data.

A) indexes
B) tables
C) links
D) properties
Question
The Input Mask property provides a pattern for data to be entered using three parts.
Question
You can modify the Field Size property of a Short Text field. _________________________
Question
The ____ key field is the linking field on the "many" side of the relationship.

A) record
B) table
C) link
D) foreign
Question
The entry mm/dd/yyyy in a Date/Time field's Format property would display September 6, 2017 as: ____.

A) 09/06/2017
B) 9/6/2017
C) 9/6/17
D) 09/06/17
Question
You can enter optional field descriptions in Table ____ View.

A) SQL
B) Query
C) Design
D) Layout
Question
Which of the following is NOT defined in Table Design View?

A) field names
B) field entries
C) data types
D) field properties
Question
The ____ property determines whether users can add or edit the list of items in a Lookup field.

A) Row Source
B) Limit to List
C) Allow Value List Edits
D) Display Control
Question
The ____ property provides a label used to describe the field.

A) Format
B) Caption
C) Input Mask
D) Default Value
Question
Byte, Long Integer, Single, and Double are examples of entries for which property?

A) Field Size
B) Format
C) Input Mask
D) Validation Rule
Question
The Field Properties pane displays information for how many fields at the same time?

A) Only the selected field.
B) However many are visible in the window.
C) All of the fields in that particular table.
D) All of the fields in the entire database.
Question
Which of the following is NOT shown on a Relationship report?

A) table names
B) field names
C) primary key field data values
D) one-to-many relationship lines
Question
What property controls both the values that users can enter into a text box and provides a visual guide as users enter data?

A) Format
B) Caption
C) Default Value
D) Input Mask
Question
The ____ Lookup property determines whether you can enter a new value into a field with other Lookup properties.

A) Row Source
B) Limit to List
C) Allow Value List Edits
D) Display Control
Question
(999)000-000;1;_ would be a possible entry for which field property?

A) Format
B) Input Mask
C) Caption
D) Validation Rule
Question
A good Field Size property value for a state abbreviation field is ____.

A) 2
B) 10
C) 50
D) 255
Question
Which Short Text field property should you use to specify whether an entry was required for the field?

A) Default Value
B) Default
C) Required
D) Test
Question
The Input Mask property contains how many parts?

A) 1
B) 2
C) 3
D) 4
Question
Where do you modify field properties?

A) In Table Layout View.
B) In Table Design View.
C) In Database Design View
D) As you are entering data in a form.
Question
The process of removing and fixing orphan records is often called ____.

A) scrubbing the database
B) enforcing rules
C) applying syntax
D) adding criteria
Question
____ properties allow you to supply a drop-down list of values for a field.

A) Key
B) Relationship
C) Lookup
D) Junction
Question
>=#1/1/93# is an example of an entry for which property for a Date/Time field?

A) Format
B) Default Value
C) Validation Rule
D) Input Mask
Question
Which of the following is NOT a possible entry for the Field Size property of a Number field?

A) Currency
B) Byte
C) Long Integer
D) Single
Question
Which of the following is NOT true about field properties?

A) Modifying them helps ensure database accuracy.
B) Some are required, and some are optional.
C) They are the same for each data type.
D) They can be used to change the way data is displayed.
Question
Match between columns
Used to apply animation settings from one object to another
Trigger
Used to apply animation settings from one object to another
Animation Painter
Used to apply animation settings from one object to another
Connection site
Used to apply animation settings from one object to another
Format Painter
Used to apply animation settings from one object to another
Indent markers
Used to apply animation settings from one object to another
Decimal-aligned
Used to apply animation settings from one object to another
Lock Drawing mode
Used to apply animation settings from one object to another
Timing group
Used to apply animation settings from one object to another
Texture
Used to apply animation settings from one object to another
Emphasis
Used to change the order of animation
Trigger
Used to change the order of animation
Animation Painter
Used to change the order of animation
Connection site
Used to change the order of animation
Format Painter
Used to change the order of animation
Indent markers
Used to change the order of animation
Decimal-aligned
Used to change the order of animation
Lock Drawing mode
Used to change the order of animation
Timing group
Used to change the order of animation
Texture
Used to change the order of animation
Emphasis
A type of animation
Trigger
A type of animation
Animation Painter
A type of animation
Connection site
A type of animation
Format Painter
A type of animation
Indent markers
A type of animation
Decimal-aligned
A type of animation
Lock Drawing mode
A type of animation
Timing group
A type of animation
Texture
A type of animation
Emphasis
To copy the format of one object to another
Trigger
To copy the format of one object to another
Animation Painter
To copy the format of one object to another
Connection site
To copy the format of one object to another
Format Painter
To copy the format of one object to another
Indent markers
To copy the format of one object to another
Decimal-aligned
To copy the format of one object to another
Lock Drawing mode
To copy the format of one object to another
Timing group
To copy the format of one object to another
Texture
To copy the format of one object to another
Emphasis
Used to make an animation run after clicking another
Trigger
Used to make an animation run after clicking another
Animation Painter
Used to make an animation run after clicking another
Connection site
Used to make an animation run after clicking another
Format Painter
Used to make an animation run after clicking another
Indent markers
Used to make an animation run after clicking another
Decimal-aligned
Used to make an animation run after clicking another
Lock Drawing mode
Used to make an animation run after clicking another
Timing group
Used to make an animation run after clicking another
Texture
Used to make an animation run after clicking another
Emphasis
Used to anchor a line or arrow
Trigger
Used to anchor a line or arrow
Animation Painter
Used to anchor a line or arrow
Connection site
Used to anchor a line or arrow
Format Painter
Used to anchor a line or arrow
Indent markers
Used to anchor a line or arrow
Decimal-aligned
Used to anchor a line or arrow
Lock Drawing mode
Used to anchor a line or arrow
Timing group
Used to anchor a line or arrow
Texture
Used to anchor a line or arrow
Emphasis
A type of fill
Trigger
A type of fill
Animation Painter
A type of fill
Connection site
A type of fill
Format Painter
A type of fill
Indent markers
A type of fill
Decimal-aligned
A type of fill
Lock Drawing mode
A type of fill
Timing group
A type of fill
Texture
A type of fill
Emphasis
Used to draw the same shape over and over without having to select tool
Trigger
Used to draw the same shape over and over without having to select tool
Animation Painter
Used to draw the same shape over and over without having to select tool
Connection site
Used to draw the same shape over and over without having to select tool
Format Painter
Used to draw the same shape over and over without having to select tool
Indent markers
Used to draw the same shape over and over without having to select tool
Decimal-aligned
Used to draw the same shape over and over without having to select tool
Lock Drawing mode
Used to draw the same shape over and over without having to select tool
Timing group
Used to draw the same shape over and over without having to select tool
Texture
Used to draw the same shape over and over without having to select tool
Emphasis
A type of tab
Trigger
A type of tab
Animation Painter
A type of tab
Connection site
A type of tab
Format Painter
A type of tab
Indent markers
A type of tab
Decimal-aligned
A type of tab
Lock Drawing mode
A type of tab
Timing group
A type of tab
Texture
A type of tab
Emphasis
Identifies the position of an indent level on the ruler
Trigger
Identifies the position of an indent level on the ruler
Animation Painter
Identifies the position of an indent level on the ruler
Connection site
Identifies the position of an indent level on the ruler
Format Painter
Identifies the position of an indent level on the ruler
Indent markers
Identifies the position of an indent level on the ruler
Decimal-aligned
Identifies the position of an indent level on the ruler
Lock Drawing mode
Identifies the position of an indent level on the ruler
Timing group
Identifies the position of an indent level on the ruler
Texture
Identifies the position of an indent level on the ruler
Emphasis
Question
The Row ____________________ Lookup property stores the values for the drop-down list of a Lookup field.
Question
The lines that divide columns and rows are called grids.
Question
Anne Michael is working with the table shown below.  Explain what will happen when she works with the PaymentNo field in Datasheet View.
Field Name
Data Type
PaymentNo
AutoNumber
PaymentDate
Date/Type
PaymentAmt
Currency
SalesNo
Number
Question
You can convert text that is sep arated by a comma into a table.​
Question
The ____________________ property provides an easy-to-use visual pathway to facilitate accurate data entry.
Question
The Table button is on the Insert tab.
Question
Pressing [Enter] moves the insertion point to the next cell in the row.
Question
How does the Enforce Referential Integrity option relate to the creation of orphan records?
Question
To modify fields and field properties in Table Datasheet View, use the ____ tab on the Ribbon.​

A)Edit
B)Fields
C)Properties
D)Design
Question
Match between columns
Stores numbers from 0 to 255
Double
Stores numbers from 0 to 255
Long integer
Stores numbers from 0 to 255
Byte
Stores numbers from 0 to 255
Single
Stores numbers from 0 to 255
Field size
Stores numbers in the range of 10 to the -324th to +324th power
Double
Stores numbers in the range of 10 to the -324th to +324th power
Long integer
Stores numbers in the range of 10 to the -324th to +324th power
Byte
Stores numbers in the range of 10 to the -324th to +324th power
Single
Stores numbers in the range of 10 to the -324th to +324th power
Field size
Stores numbers from -2,147,483,648 to 2,147,483,647
Double
Stores numbers from -2,147,483,648 to 2,147,483,647
Long integer
Stores numbers from -2,147,483,648 to 2,147,483,647
Byte
Stores numbers from -2,147,483,648 to 2,147,483,647
Single
Stores numbers from -2,147,483,648 to 2,147,483,647
Field size
Stores numbers times 10 to the -38th to +38th power
Double
Stores numbers times 10 to the -38th to +38th power
Long integer
Stores numbers times 10 to the -38th to +38th power
Byte
Stores numbers times 10 to the -38th to +38th power
Single
Stores numbers times 10 to the -38th to +38th power
Field size
Determines the largest number that can be entered in a field
Double
Determines the largest number that can be entered in a field
Long integer
Determines the largest number that can be entered in a field
Byte
Determines the largest number that can be entered in a field
Single
Determines the largest number that can be entered in a field
Field size
Question
How can you animate objects in PowerPoint?
Question
A printout of the Relationships window is called the ____________________ report.
Question
You can only use the Draw pointer and Erase pointer to change the structure of a table you draw from scratch.​
Question
A(n) ____________________ record is a record in the "many" table that doesn't have a matching entry in the linking field of the "one" table.
Question
What are font themes and how do you go about modifying the font themes in PowerPoint?
Question
Kelsey wants to create queries to answer management questions from a relational database she does not have much experience with.  Why might a Relationships report help her create the queries?
Question
To change the direction of text in a text object, use the Text Direction button in the _____ group on the Ho me tab.​

A)Font
B)Drawing
C)Paragraph
D)Editing
Question
Explain why using an employee's last name as the primary key field in the Employees table does not constitute good database design.
Question
Use the ____ property to display an explanatory message when a user tries to enter data that breaks a validation rule.

A) Validation Rule
B) Description Rule
C) Input Mask
D) Validation Text
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/321
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 5: Productivity Apps for School and Work Word, Analyzing Data Using Formulasmodifying the Database Structureintegrating Word, Excel, and Access
1
Modifying the Decimal Places property changes the way the data is presented.
True
2
You can edit or delete a relationship once it has been created in the Relationships window.
True
3
Field descriptions may be entered in Table Design View. _________________________
True
4
When a Caption property is not entered, the field name is used to label the field.
Unlock Deck
Unlock for access to all 321 flashcards in this deck.
Unlock Deck
k this deck
5
You can access the Lookup properties from either Table Datasheet View or Table Design View.​
Unlock Deck
Unlock for access to all 321 flashcards in this deck.
Unlock Deck
k this deck
6
The Validation Rule property is not used with Text or Date/Time fields.
Unlock Deck
Unlock for access to all 321 flashcards in this deck.
Unlock Deck
k this deck
7
For a Date/Time field, use the Format property to display the date 1/17/2017 as January 17, 2017.
Unlock Deck
Unlock for access to all 321 flashcards in this deck.
Unlock Deck
k this deck
8
Each field must be given an associated field description.
Unlock Deck
Unlock for access to all 321 flashcards in this deck.
Unlock Deck
k this deck
9
Enforcing referential integrity guarantees that inaccurate data is not entered into any field.
Unlock Deck
Unlock for access to all 321 flashcards in this deck.
Unlock Deck
k this deck
10
To move a field list in the Relationships window, drag the table's primary key field . _________________________
Unlock Deck
Unlock for access to all 321 flashcards in this deck.
Unlock Deck
k this deck
11
The Attachment data type is exactly the same as the OLE data type of previous versions of Access.
Unlock Deck
Unlock for access to all 321 flashcards in this deck.
Unlock Deck
k this deck
12
Changing the Decimal Places property for a field does not change the actual data stored in the field.
Unlock Deck
Unlock for access to all 321 flashcards in this deck.
Unlock Deck
k this deck
13
A subdatasheet is used to modify field properties.
Unlock Deck
Unlock for access to all 321 flashcards in this deck.
Unlock Deck
k this deck
14
A common place to use an Input Mask property would be for a Phone Number field.
Unlock Deck
Unlock for access to all 321 flashcards in this deck.
Unlock Deck
k this deck
15
The "one" field of a one-to-many relationship is never the primary key field in the table on the "one" side of the relationship.
Unlock Deck
Unlock for access to all 321 flashcards in this deck.
Unlock Deck
k this deck
16
Access 2007-2016 databases are not readable by Access 2003.​
Unlock Deck
Unlock for access to all 321 flashcards in this deck.
Unlock Deck
k this deck
17
The Field Size property is not available for Currency fields.
Unlock Deck
Unlock for access to all 321 flashcards in this deck.
Unlock Deck
k this deck
18
If the primary key field on the "one" side of a one-to-many relationship has an AutoNumber data type, then the data type on the foreign key field must be set to AutoNumber . _________________________
Unlock Deck
Unlock for access to all 321 flashcards in this deck.
Unlock Deck
k this deck
19
Referential integrity allows the user to delete a record from the "one" table if it has matching records in the "many" table.
Unlock Deck
Unlock for access to all 321 flashcards in this deck.
Unlock Deck
k this deck
20
The Relationships button is found on the Design tab of the ribbon.
Unlock Deck
Unlock for access to all 321 flashcards in this deck.
Unlock Deck
k this deck
21
The goal of building one-to-many relationships between tables is to minimize ____ data.

A) redundant
B) textual
C) numeric
D) rarely used
Unlock Deck
Unlock for access to all 321 flashcards in this deck.
Unlock Deck
k this deck
22
The . J pg file extension is short for JPEG , an acronym for the Joint Photographic Experts Group. _________________________
Unlock Deck
Unlock for access to all 321 flashcards in this deck.
Unlock Deck
k this deck
23
What data type sequences each new record with the next available integer?

A) Yes/No
B) Memo
C) Attachment
D) AutoNumber
Unlock Deck
Unlock for access to all 321 flashcards in this deck.
Unlock Deck
k this deck
24
A(n) Number data type is used to store values that represent money. _________________________
Unlock Deck
Unlock for access to all 321 flashcards in this deck.
Unlock Deck
k this deck
25
Which of the following is NOT a good candidate for a primary key field for a Customer table?

A) Last Name
B) Customer Number
C) Employee Identification Number
D) Customer ID
Unlock Deck
Unlock for access to all 321 flashcards in this deck.
Unlock Deck
k this deck
26
A(n) ____ key field is the field used on the "one" side of a one-to-many relationship.

A) primary
B) first
C) foreign
D) infinity
Unlock Deck
Unlock for access to all 321 flashcards in this deck.
Unlock Deck
k this deck
27
Which of the following is a clue that a database needs to be redesigned?

A) Key fields are defined for each table.
B) One-to-many relationships are defined for each table.
C) There are multiple tables in the database.
D) There is redundant data in one or more tables.
Unlock Deck
Unlock for access to all 321 flashcards in this deck.
Unlock Deck
k this deck
28
Property Tags are buttons that automatically appear in certain conditions.​
Unlock Deck
Unlock for access to all 321 flashcards in this deck.
Unlock Deck
k this deck
29
Which of the following is NOT a principle of relational database design?

A) Design each table to contain fields that describe only one subject.
B) Identify a primary key field or key field combination for each table.
C) Data should be entered before table relationships are built.
D) Build one-to-many relationships between the tables of your database using a field common to each table.
Unlock Deck
Unlock for access to all 321 flashcards in this deck.
Unlock Deck
k this deck
30
You can modify the Field Size property of a Number field. _________________________
Unlock Deck
Unlock for access to all 321 flashcards in this deck.
Unlock Deck
k this deck
31
To quickly remove all Lookup properties, change the Display Control property to Combo Box.
_________________________
Unlock Deck
Unlock for access to all 321 flashcards in this deck.
Unlock Deck
k this deck
32
A field that contains unique information for each record is called a(n) ____ field.

A) text
B) data
C) linking
D) primary key
Unlock Deck
Unlock for access to all 321 flashcards in this deck.
Unlock Deck
k this deck
33
Which of the following is NOT a problem with duplicated data?

A) It is error-prone.
B) It limits query capabilities.
C) It limits reporting capabilities.
D) It creates its own one-to-many relationships.
Unlock Deck
Unlock for access to all 321 flashcards in this deck.
Unlock Deck
k this deck
34
In an Access relational database, to tie the information from one table to another, a(n) ____ must be common to each table.

A) record
B) field
C) object
D) property
Unlock Deck
Unlock for access to all 321 flashcards in this deck.
Unlock Deck
k this deck
35
To edit the list of values for a Lookup Field in Datasheet View, click the Edit List Items button.
_________________________
Unlock Deck
Unlock for access to all 321 flashcards in this deck.
Unlock Deck
k this deck
36
The table that joins to other tables that have many-to-many relationship is called the ____ table.

A) junction
B) linking
C) primary
D) relational
Unlock Deck
Unlock for access to all 321 flashcards in this deck.
Unlock Deck
k this deck
37
A relational database can best be described as a collection of related ____ designed to minimize redundant data.

A) indexes
B) tables
C) links
D) properties
Unlock Deck
Unlock for access to all 321 flashcards in this deck.
Unlock Deck
k this deck
38
The Input Mask property provides a pattern for data to be entered using three parts.
Unlock Deck
Unlock for access to all 321 flashcards in this deck.
Unlock Deck
k this deck
39
You can modify the Field Size property of a Short Text field. _________________________
Unlock Deck
Unlock for access to all 321 flashcards in this deck.
Unlock Deck
k this deck
40
The ____ key field is the linking field on the "many" side of the relationship.

A) record
B) table
C) link
D) foreign
Unlock Deck
Unlock for access to all 321 flashcards in this deck.
Unlock Deck
k this deck
41
The entry mm/dd/yyyy in a Date/Time field's Format property would display September 6, 2017 as: ____.

A) 09/06/2017
B) 9/6/2017
C) 9/6/17
D) 09/06/17
Unlock Deck
Unlock for access to all 321 flashcards in this deck.
Unlock Deck
k this deck
42
You can enter optional field descriptions in Table ____ View.

A) SQL
B) Query
C) Design
D) Layout
Unlock Deck
Unlock for access to all 321 flashcards in this deck.
Unlock Deck
k this deck
43
Which of the following is NOT defined in Table Design View?

A) field names
B) field entries
C) data types
D) field properties
Unlock Deck
Unlock for access to all 321 flashcards in this deck.
Unlock Deck
k this deck
44
The ____ property determines whether users can add or edit the list of items in a Lookup field.

A) Row Source
B) Limit to List
C) Allow Value List Edits
D) Display Control
Unlock Deck
Unlock for access to all 321 flashcards in this deck.
Unlock Deck
k this deck
45
The ____ property provides a label used to describe the field.

A) Format
B) Caption
C) Input Mask
D) Default Value
Unlock Deck
Unlock for access to all 321 flashcards in this deck.
Unlock Deck
k this deck
46
Byte, Long Integer, Single, and Double are examples of entries for which property?

A) Field Size
B) Format
C) Input Mask
D) Validation Rule
Unlock Deck
Unlock for access to all 321 flashcards in this deck.
Unlock Deck
k this deck
47
The Field Properties pane displays information for how many fields at the same time?

A) Only the selected field.
B) However many are visible in the window.
C) All of the fields in that particular table.
D) All of the fields in the entire database.
Unlock Deck
Unlock for access to all 321 flashcards in this deck.
Unlock Deck
k this deck
48
Which of the following is NOT shown on a Relationship report?

A) table names
B) field names
C) primary key field data values
D) one-to-many relationship lines
Unlock Deck
Unlock for access to all 321 flashcards in this deck.
Unlock Deck
k this deck
49
What property controls both the values that users can enter into a text box and provides a visual guide as users enter data?

A) Format
B) Caption
C) Default Value
D) Input Mask
Unlock Deck
Unlock for access to all 321 flashcards in this deck.
Unlock Deck
k this deck
50
The ____ Lookup property determines whether you can enter a new value into a field with other Lookup properties.

A) Row Source
B) Limit to List
C) Allow Value List Edits
D) Display Control
Unlock Deck
Unlock for access to all 321 flashcards in this deck.
Unlock Deck
k this deck
51
(999)000-000;1;_ would be a possible entry for which field property?

A) Format
B) Input Mask
C) Caption
D) Validation Rule
Unlock Deck
Unlock for access to all 321 flashcards in this deck.
Unlock Deck
k this deck
52
A good Field Size property value for a state abbreviation field is ____.

A) 2
B) 10
C) 50
D) 255
Unlock Deck
Unlock for access to all 321 flashcards in this deck.
Unlock Deck
k this deck
53
Which Short Text field property should you use to specify whether an entry was required for the field?

A) Default Value
B) Default
C) Required
D) Test
Unlock Deck
Unlock for access to all 321 flashcards in this deck.
Unlock Deck
k this deck
54
The Input Mask property contains how many parts?

A) 1
B) 2
C) 3
D) 4
Unlock Deck
Unlock for access to all 321 flashcards in this deck.
Unlock Deck
k this deck
55
Where do you modify field properties?

A) In Table Layout View.
B) In Table Design View.
C) In Database Design View
D) As you are entering data in a form.
Unlock Deck
Unlock for access to all 321 flashcards in this deck.
Unlock Deck
k this deck
56
The process of removing and fixing orphan records is often called ____.

A) scrubbing the database
B) enforcing rules
C) applying syntax
D) adding criteria
Unlock Deck
Unlock for access to all 321 flashcards in this deck.
Unlock Deck
k this deck
57
____ properties allow you to supply a drop-down list of values for a field.

A) Key
B) Relationship
C) Lookup
D) Junction
Unlock Deck
Unlock for access to all 321 flashcards in this deck.
Unlock Deck
k this deck
58
>=#1/1/93# is an example of an entry for which property for a Date/Time field?

A) Format
B) Default Value
C) Validation Rule
D) Input Mask
Unlock Deck
Unlock for access to all 321 flashcards in this deck.
Unlock Deck
k this deck
59
Which of the following is NOT a possible entry for the Field Size property of a Number field?

A) Currency
B) Byte
C) Long Integer
D) Single
Unlock Deck
Unlock for access to all 321 flashcards in this deck.
Unlock Deck
k this deck
60
Which of the following is NOT true about field properties?

A) Modifying them helps ensure database accuracy.
B) Some are required, and some are optional.
C) They are the same for each data type.
D) They can be used to change the way data is displayed.
Unlock Deck
Unlock for access to all 321 flashcards in this deck.
Unlock Deck
k this deck
61
Match between columns
Used to apply animation settings from one object to another
Trigger
Used to apply animation settings from one object to another
Animation Painter
Used to apply animation settings from one object to another
Connection site
Used to apply animation settings from one object to another
Format Painter
Used to apply animation settings from one object to another
Indent markers
Used to apply animation settings from one object to another
Decimal-aligned
Used to apply animation settings from one object to another
Lock Drawing mode
Used to apply animation settings from one object to another
Timing group
Used to apply animation settings from one object to another
Texture
Used to apply animation settings from one object to another
Emphasis
Used to change the order of animation
Trigger
Used to change the order of animation
Animation Painter
Used to change the order of animation
Connection site
Used to change the order of animation
Format Painter
Used to change the order of animation
Indent markers
Used to change the order of animation
Decimal-aligned
Used to change the order of animation
Lock Drawing mode
Used to change the order of animation
Timing group
Used to change the order of animation
Texture
Used to change the order of animation
Emphasis
A type of animation
Trigger
A type of animation
Animation Painter
A type of animation
Connection site
A type of animation
Format Painter
A type of animation
Indent markers
A type of animation
Decimal-aligned
A type of animation
Lock Drawing mode
A type of animation
Timing group
A type of animation
Texture
A type of animation
Emphasis
To copy the format of one object to another
Trigger
To copy the format of one object to another
Animation Painter
To copy the format of one object to another
Connection site
To copy the format of one object to another
Format Painter
To copy the format of one object to another
Indent markers
To copy the format of one object to another
Decimal-aligned
To copy the format of one object to another
Lock Drawing mode
To copy the format of one object to another
Timing group
To copy the format of one object to another
Texture
To copy the format of one object to another
Emphasis
Used to make an animation run after clicking another
Trigger
Used to make an animation run after clicking another
Animation Painter
Used to make an animation run after clicking another
Connection site
Used to make an animation run after clicking another
Format Painter
Used to make an animation run after clicking another
Indent markers
Used to make an animation run after clicking another
Decimal-aligned
Used to make an animation run after clicking another
Lock Drawing mode
Used to make an animation run after clicking another
Timing group
Used to make an animation run after clicking another
Texture
Used to make an animation run after clicking another
Emphasis
Used to anchor a line or arrow
Trigger
Used to anchor a line or arrow
Animation Painter
Used to anchor a line or arrow
Connection site
Used to anchor a line or arrow
Format Painter
Used to anchor a line or arrow
Indent markers
Used to anchor a line or arrow
Decimal-aligned
Used to anchor a line or arrow
Lock Drawing mode
Used to anchor a line or arrow
Timing group
Used to anchor a line or arrow
Texture
Used to anchor a line or arrow
Emphasis
A type of fill
Trigger
A type of fill
Animation Painter
A type of fill
Connection site
A type of fill
Format Painter
A type of fill
Indent markers
A type of fill
Decimal-aligned
A type of fill
Lock Drawing mode
A type of fill
Timing group
A type of fill
Texture
A type of fill
Emphasis
Used to draw the same shape over and over without having to select tool
Trigger
Used to draw the same shape over and over without having to select tool
Animation Painter
Used to draw the same shape over and over without having to select tool
Connection site
Used to draw the same shape over and over without having to select tool
Format Painter
Used to draw the same shape over and over without having to select tool
Indent markers
Used to draw the same shape over and over without having to select tool
Decimal-aligned
Used to draw the same shape over and over without having to select tool
Lock Drawing mode
Used to draw the same shape over and over without having to select tool
Timing group
Used to draw the same shape over and over without having to select tool
Texture
Used to draw the same shape over and over without having to select tool
Emphasis
A type of tab
Trigger
A type of tab
Animation Painter
A type of tab
Connection site
A type of tab
Format Painter
A type of tab
Indent markers
A type of tab
Decimal-aligned
A type of tab
Lock Drawing mode
A type of tab
Timing group
A type of tab
Texture
A type of tab
Emphasis
Identifies the position of an indent level on the ruler
Trigger
Identifies the position of an indent level on the ruler
Animation Painter
Identifies the position of an indent level on the ruler
Connection site
Identifies the position of an indent level on the ruler
Format Painter
Identifies the position of an indent level on the ruler
Indent markers
Identifies the position of an indent level on the ruler
Decimal-aligned
Identifies the position of an indent level on the ruler
Lock Drawing mode
Identifies the position of an indent level on the ruler
Timing group
Identifies the position of an indent level on the ruler
Texture
Identifies the position of an indent level on the ruler
Emphasis
Unlock Deck
Unlock for access to all 321 flashcards in this deck.
Unlock Deck
k this deck
62
The Row ____________________ Lookup property stores the values for the drop-down list of a Lookup field.
Unlock Deck
Unlock for access to all 321 flashcards in this deck.
Unlock Deck
k this deck
63
The lines that divide columns and rows are called grids.
Unlock Deck
Unlock for access to all 321 flashcards in this deck.
Unlock Deck
k this deck
64
Anne Michael is working with the table shown below.  Explain what will happen when she works with the PaymentNo field in Datasheet View.
Field Name
Data Type
PaymentNo
AutoNumber
PaymentDate
Date/Type
PaymentAmt
Currency
SalesNo
Number
Unlock Deck
Unlock for access to all 321 flashcards in this deck.
Unlock Deck
k this deck
65
You can convert text that is sep arated by a comma into a table.​
Unlock Deck
Unlock for access to all 321 flashcards in this deck.
Unlock Deck
k this deck
66
The ____________________ property provides an easy-to-use visual pathway to facilitate accurate data entry.
Unlock Deck
Unlock for access to all 321 flashcards in this deck.
Unlock Deck
k this deck
67
The Table button is on the Insert tab.
Unlock Deck
Unlock for access to all 321 flashcards in this deck.
Unlock Deck
k this deck
68
Pressing [Enter] moves the insertion point to the next cell in the row.
Unlock Deck
Unlock for access to all 321 flashcards in this deck.
Unlock Deck
k this deck
69
How does the Enforce Referential Integrity option relate to the creation of orphan records?
Unlock Deck
Unlock for access to all 321 flashcards in this deck.
Unlock Deck
k this deck
70
To modify fields and field properties in Table Datasheet View, use the ____ tab on the Ribbon.​

A)Edit
B)Fields
C)Properties
D)Design
Unlock Deck
Unlock for access to all 321 flashcards in this deck.
Unlock Deck
k this deck
71
Match between columns
Stores numbers from 0 to 255
Double
Stores numbers from 0 to 255
Long integer
Stores numbers from 0 to 255
Byte
Stores numbers from 0 to 255
Single
Stores numbers from 0 to 255
Field size
Stores numbers in the range of 10 to the -324th to +324th power
Double
Stores numbers in the range of 10 to the -324th to +324th power
Long integer
Stores numbers in the range of 10 to the -324th to +324th power
Byte
Stores numbers in the range of 10 to the -324th to +324th power
Single
Stores numbers in the range of 10 to the -324th to +324th power
Field size
Stores numbers from -2,147,483,648 to 2,147,483,647
Double
Stores numbers from -2,147,483,648 to 2,147,483,647
Long integer
Stores numbers from -2,147,483,648 to 2,147,483,647
Byte
Stores numbers from -2,147,483,648 to 2,147,483,647
Single
Stores numbers from -2,147,483,648 to 2,147,483,647
Field size
Stores numbers times 10 to the -38th to +38th power
Double
Stores numbers times 10 to the -38th to +38th power
Long integer
Stores numbers times 10 to the -38th to +38th power
Byte
Stores numbers times 10 to the -38th to +38th power
Single
Stores numbers times 10 to the -38th to +38th power
Field size
Determines the largest number that can be entered in a field
Double
Determines the largest number that can be entered in a field
Long integer
Determines the largest number that can be entered in a field
Byte
Determines the largest number that can be entered in a field
Single
Determines the largest number that can be entered in a field
Field size
Unlock Deck
Unlock for access to all 321 flashcards in this deck.
Unlock Deck
k this deck
72
How can you animate objects in PowerPoint?
Unlock Deck
Unlock for access to all 321 flashcards in this deck.
Unlock Deck
k this deck
73
A printout of the Relationships window is called the ____________________ report.
Unlock Deck
Unlock for access to all 321 flashcards in this deck.
Unlock Deck
k this deck
74
You can only use the Draw pointer and Erase pointer to change the structure of a table you draw from scratch.​
Unlock Deck
Unlock for access to all 321 flashcards in this deck.
Unlock Deck
k this deck
75
A(n) ____________________ record is a record in the "many" table that doesn't have a matching entry in the linking field of the "one" table.
Unlock Deck
Unlock for access to all 321 flashcards in this deck.
Unlock Deck
k this deck
76
What are font themes and how do you go about modifying the font themes in PowerPoint?
Unlock Deck
Unlock for access to all 321 flashcards in this deck.
Unlock Deck
k this deck
77
Kelsey wants to create queries to answer management questions from a relational database she does not have much experience with.  Why might a Relationships report help her create the queries?
Unlock Deck
Unlock for access to all 321 flashcards in this deck.
Unlock Deck
k this deck
78
To change the direction of text in a text object, use the Text Direction button in the _____ group on the Ho me tab.​

A)Font
B)Drawing
C)Paragraph
D)Editing
Unlock Deck
Unlock for access to all 321 flashcards in this deck.
Unlock Deck
k this deck
79
Explain why using an employee's last name as the primary key field in the Employees table does not constitute good database design.
Unlock Deck
Unlock for access to all 321 flashcards in this deck.
Unlock Deck
k this deck
80
Use the ____ property to display an explanatory message when a user tries to enter data that breaks a validation rule.

A) Validation Rule
B) Description Rule
C) Input Mask
D) Validation Text
Unlock Deck
Unlock for access to all 321 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 321 flashcards in this deck.