Database Fundamentals Access Module 9

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/47

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

48 Terms

1
New cards

What property controls both the values that users can enter into a text box and provides a visual guide as users enter data?

Input Mask

2
New cards

Set the _____ Form startup option to specify which form opens when the database opens.

Display

3
New cards

What do you use to open a database in Exclusive mode?

Open dialog box

4
New cards

_____ passwords are longer than eight characters and use the entire keyboard, including uppercase and lowercase letters, numbers, and symbols.

Strong

5
New cards

After you split a database, what does the back-end database contain?

The database tables

6
New cards

_____ data is scrambled so that it is indecipherable when opened by another program.

Encrypted

7
New cards

What criterion should you use in the Bedrooms field to select records of houses for sale with exactly four bedrooms?

4

8
New cards

If you set the _____ property for a field that is often used for sorting, you improve database performance.

Indexed

9
New cards

A(n) _____ provides a template for designing a form.

Application Part

10
New cards

For a table, the _____ produces a report listing the field names, property values for each field, and table relationships.

Database Documenter

11
New cards

In large datasheets, you can ____ certain fields so that they remain on the screen at all times.

freeze

12
New cards

Which Access tool studies the structure and size of a database and recommends how to improve its speed?

Performance Analyzer

13
New cards

What is the result of using the Database Documenter?

A report providing details on the objects and properties of the database

14
New cards

If you set the _____ property to Yes for the CustEmail field, that means users can enter two quotation marks ("") in the field to mean no entry.

Allow Zero Length

15
New cards

After you hide a field in a datasheet, you can redisplay the hidden field using a shortcut menu.

True

16
New cards

The Database Documenter provides step-by-step help for using an Access database.

False

17
New cards

You can select a particular form, such as a Navigation form, to display when Access starts.

True

18
New cards

Database passwords are case sensitive, which means that IOWA and iowa are different passwords.

True

19
New cards

One reason to split a database is to improve performance.

True

20
New cards

You can freeze one or more fields in a datasheet so they remain visible at all times.

True

21
New cards

Hiding a column in Table Datasheet view is that same as freezing the column.

False

22
New cards

The Enabled property specifies whether you can edit a control in Form view.

False

23
New cards

You can copy and paste any object in Access except for tables.

False

24
New cards

You use the _____ property of a query to document the purpose or author of the query.

Description

25
New cards

In which of the following circumstances would you copy an entire table?

You want to use the same table structure as in another table.

26
New cards

To share form data among two or more programs, export the form as a(n) _____ file.

XML

27
New cards

The _____ property creates an easy-to-use visual guide to help users enter accurate data.

Input Mask

28
New cards

When you split an Access database, what do you call the database stored on your computer?

Front-end database

29
New cards

To copy a table, you right-click it in _____ and then click Copy on the shortcut menu.

the Navigation Pane

30
New cards

If you often sort on a field, you should set its_____ property to Yes.

Indexed

31
New cards

To set the validation text for a table in Table Datasheet view, you use the _____ button on the Table Tools Fields tab.

Validation

32
New cards

To set a startup form, click the File tab, and then click _____.

Options

33
New cards

You can set a startup option to show or hide the Navigation Pane itself.

True

34
New cards

The Input Mask property provides a pattern for data to be entered, such as for a phone number.

True

35
New cards

An XML file is a text file containing Extensible Markup Language tags that identify field names and data.

True

36
New cards

You use the Performance Analyzer to analyze tables only.

False

37
New cards

You cannot use the Validation Rule property with Short Text or Date/Time fields.

False

38
New cards

The Performance Analyzer recommends how you can improve database performance.

True

39
New cards

A common place to use the Input Mask property is for a FirstName field.

False

40
New cards

In Table Design view, "State must be AZ or CO" is an example of integrity text.

False

41
New cards

To set the Validation Text property for a table in Table Design view, you use the _____.

property sheet for the table

42
New cards

What happens if you hide the Bonus column in the Employees table in Table Datasheet view?

The Bonus column no longer appears in the datasheet, but is still part of the Employees table.

43
New cards

For a Date/Time field, use the _____ property to display the date 1/17/2017 as January 17, 2017.

Format

44
New cards

To remove the Hidden property from an object, right-click the object, click _____, and uncheck the Hidden attribute check box.

Object Properties

45
New cards

To set the properties for an entire table, open the table's property sheet in Table Design view.

True

46
New cards

You use an action query's the Invisible property to hide the query in the Navigation Pane.

False

47
New cards

You use _____ to mark up structured data so you can easily share the data with other programs.

XML

48
New cards

Which type of template creates a traditional Access database?

desktop database