[CIT350] Database Adminstration Exam #1 (Part One)

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

1/74

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.

75 Terms

1
New cards

Which keystroke combination moves focus to the last field of the last record?

[Ctrl][End]

2
New cards

A group of related fields, such as all the demographic information for one customer, is called a(n) ____.

Record

3
New cards

Values in an AutoNumber field are automatically created by Access.

True

4
New cards

Which Access object contains all of the raw data within the database?

Table

5
New cards

Access databases cannot be password protected.​

False

6
New cards

Which editing keystroke deletes one character to the right of the insertion point?

[Delete]

7
New cards

Microsoft Access 2016 can best be described as ____ software.

Database

8
New cards

Pressing [Ctrl][;] will insert the current date in a Date field.

True

9
New cards

Which is NOT true about Access?

Reporting is limited to 20 saved reports.

10
New cards

Which data type stores Web addresses?

Hyperlink

11
New cards

In Access, data entry screens are called forms.

True

12
New cards

Which data type links files created in other programs such as pictures or documents?

Attachment

13
New cards

Which data type is used for sequential integers controlled by Access?

AutoNumber

14
New cards

Which is NOT a feature of Access reports?

easy-to-use data entry screen

15
New cards

Press [Esc] once to undo a change to the current field.

True

16
New cards

No two records can have the same value in the primary key field.

True

17
New cards

Which of the following is NOT a data type?

Formula

18
New cards

A specific category of data such as a customer's name, city, state, or phone number is called a(n) ____.

field

19
New cards

A primary key field uniquely identifies each record.

True

20
New cards

To adjust the column width in a datasheet to accommodate the widest entry in a field, right-click the column separator.

False

21
New cards

Each object in an Access database application displays at the left side of the Access window in the ____.

Navigation Pane

22
New cards

To review a printout of a table before printing, on the ____ tab, click Print, and then click Print Preview.

File

23
New cards

Tables, queries, and forms are examples of Access ____.

Objects

24
New cards

____ integrity refers to a set of Access rules that govern data entry and helps to ensure data accuracy.

Referential

25
New cards

If a number has already been incremented beyond 1 for a first record in a field of the AutoNumber data type, the AutoNumber data type can no longer work as intended.

False

26
New cards

To delete a field from a query in Query Design view, click the _ for the field, and then press DELETE.

field selector

27
New cards

In SQL view, a select query starts with the SQL keyword _.

SELECT

28
New cards

To move a field in Query Design view, you drag the field by its field selector.

True

29
New cards

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

True

30
New cards

To query for null values, use Is Null as the criterion.

False

31
New cards

Which of the following can you change when formatting a datasheet?

gridlines

32
New cards

Access adds # signs around text criteria in Date/Time fields.

False

33
New cards

The term _ describes a field value that does not exist because it has never been entered.

null

34
New cards

Query Design view presents the fields you can use for a query in small windows called field _.

lists

35
New cards

You click the _ button to close the Filter by Form grid.

Toggle Filter

36
New cards

Use >500 as the criterion for a Number field in a query to select records with a value less than 500 in that field.

False

37
New cards

In Query Design view, how can you add a field to the query design grid?

Double-click the field in the field list.

38
New cards

You can format a table datasheet by setting the alternate record color in Table Datasheet view.

False

39
New cards

A is a saved object within the database, whereas a is temporary.

query; filter

40
New cards

To apply the last filter you selected to a datasheet, you click the _ button.

Toggle Filter

41
New cards

How can you list the records in a query datasheet in A-Z order by CustomerName?

Click a value in the CustomerName field, and then click the Ascending button.

42
New cards

When you double-click a field in a field list in Query Design view, you _.

add the field to the query design grid

43
New cards

You can make formatting changes to a table, such as font color and font size, in Table Design view.

False

44
New cards

What happens when you run a query from Query Design view?

Access displays a datasheet containing the query results.

45
New cards

If you used D*n as the criterion in a Short Text field called FirstName, what would appear in that field in the query results?

names that start with D and end with n, such as Dean

46
New cards

What should you do before applying a new filter to a datasheet?

Clear all previous filters.

47
New cards

Using "CA" as the criterion in a Short Text field is the same as using "ca" or "Ca" as the criterion.

True

48
New cards

In Query Design view, the _ shows you the field names, sort orders, and criteria used with a query.

query design grid

49
New cards

What button do you use on the Query Tools Design tab to add a field list to a query?

Show Table button

50
New cards

_ is a standardized language that all major relational database software uses.

Structured Query Language (SQL)

51
New cards

When you add a new field to a form, two controls are usually created: a(n) caption and a text box.

False

52
New cards

You can insert a logo in the form header using the ____ button on the Form Design Tools tab.

Logo

53
New cards

In a split form, the upper half shows one record of data while the lower half lists records in a datasheet presentation.

True

54
New cards

A(n) _ is an image that fills the entire form, appearing "behind" the other controls.

background image

55
New cards

What is the advantage of grouping controls on a form?

You can apply the same changes to the controls all at once.

56
New cards

Use a Size option when you want to specify the exact height and width of two selected controls.

False

57
New cards

Which of the following is an appropriate entry for the Hyperlink Address property of a form control?

http://www.cengage.com

58
New cards

Which of the following form controls can you format by applying a style to it?

button

59
New cards

To arrange form controls in a layout of rows and columns like a spreadsheet, select the controls to group together, and then click the _ button on the Form Layout Tools Arrange tab.

Tabular

60
New cards

Which two properties control how a form and subform are linked?

Link Child Fields and Link Master Fields

61
New cards

If you select a(n) _ control on a form in Form view, it means "yes" or "true".

check box

62
New cards

Which of the following commands aligns text in the center of a label control?

Center

63
New cards

What do you change when you drag the right border of a form in Form Design view?

the width of the form

64
New cards

Which of the following controls would you add to a form to print the current record?

command button

65
New cards

A check box control usually displays a "yes" or "no" answer for a field.

True

66
New cards

When you use the Combo Box Wizard, you can have the combo box list the values from a table or query or you can _.

enter the values for the combo box

67
New cards

Set the Locked property of a form control to Yes if you want to prevent users from entering data in the control.

True

68
New cards

To add a heading to the Detail section of a form, you use a text box control.

False

69
New cards

You use a toggle button on a form to _.

indicate a "yes" or "no" value

70
New cards

To modify the number of items displayed in a combo box, use the List Rows property.

True

71
New cards

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

False

72
New cards

If the _ property for a form control is set to No, the control cannot have the focus in Form view.

Enabled

73
New cards

When designing a form for navigational purposes, it's best to set form properties such as Navigation Buttons, Record Selectors, and Control Box to No.

True

74
New cards

Entering an expression such as =[Price]*[Quantity] in a text box creates a calculated control.

True

75
New cards

To add a subform to a form in Form Design view, you use the Subform/Subreport control.

True