Deck 2: Access 2 Querying a Database

Full screen (f)
exit full mode
Question
To order the records in the answer to a query in a particular way, you ____ the records.

A) index
B) sort
C) arrange
D) list
Use Space or
up arrow
down arrow
to flip the card.
Question
To create a new query in Design view, click CREATE on the ribbon to display the CREATE tab and then click the ____ button to create a new query.

A) Query
B) Design View
C) Query Design
D) Select Query
Question
Less than ( ), and NOT (not equal to) are examples of ____.

A) compound conditions
B) comparison operators
C) compound values
D) conditions
Question
To view the results of a query, right-click the query in the Navigation Pane and then click ____ on the shortcut menu.

A) Use Parameter
B) Enter Values
C) Open
D) Run
Question
You can include ____ in calculations to indicate which calculation should be done first.

A) curly braces { }
B) brackets [ ]
C) parentheses ( )
D) slashes //
Question
The ____ operator allows you to search for a range of values in one field.

A) BETWEEN
B) RANGE
C) IN
D) SEARCH
Question
To omit duplicates from a query, use the property sheet and change the Unique Values property to ____.

A) No
B) Yes
C) Off
D) On
Question
To view the results of a query, open it by right-clicking the query in the Navigation Pane and clicking ____ on the shortcut menu.

A) Datasheet View
B) Design View
C) Open
D) Run
Question
To change the design of a query that is not currently open, right-click the query and then click ____ on the shortcut menu.

A) Datasheet View
B) Layout View
C) Change View
D) Design View
Question
To save a query, click the Save button on the ____.

A) status bar
B) Quick Access Toolbar
C) CREATE tab on the ribbon
D) HOME tab on the ribbon
Question
To include calculated fields in queries, enter a name for the calculated field, a(n) ____, and then the expression in one of the columns in the Field row.

A) colon (:)
B) semi-colon (;)
C) equal sign (=)
D) exclamation point (!)
Question
To export data from a query to Excel, select the query in the Navigation Pane, click ____ on the ribbon, and then click the Excel button.

A) DATABASE TOOLS
B) EXTERNAL DATA
C) OFFICE EXPORT
D) CREATE
Question
To change the caption for a field in a query, click the field in the design grid, click the ____ button on the Design tab, click the Caption box, and enter the new caption.

A) Caption
B) Property Sheet
C) Field Name
D) Format
Question
To use the Report Wizard to create a report for a query, select the query in the Navigation Pane, click ____ on the ribbon, and then click the Report Wizard button.

A) CREATE
B) DATABASE TOOLS
C) REPORT
D) FILE
Question
To create a parameter query, enter a parameter rather than a specific value as a criterion in the design grid. The parameter must be enclosed in ____.

A) curly braces { }
B) square brackets [ ]
C) parentheses ( )
D) single quotes ''
Question
To use the Expression Builder to create a calculated field, select the column in the Field row, right-click to display the shortcut menu, and then click ____.

A) Expression Builder
B) Builder box
C) Build
D) Field Builder
Question
To re-use saved export steps, click the Saved Exports button on the ____ tab on the ribbon.

A) FILE
B) CREATE
C) DATABASE TOOLS
D) EXTERNAL DATA
Question
To sort records in a query, specify the sort order in the ____ row of the design grid below the field that is the sort key.

A) Show
B) List
C) Sort
D) Order
Question
To print the results of a query that is open, click FILE on the ribbon, click the ____ tab in the Backstage view, and then click Quick Print.

A) Preview
B) Query
C) Print Query
D) Print
Question
To display the entire entry for a calculated field, select the column in the Field row, right-click to display the shortcut menu, and then click ____.

A) Enlarge
B) Resize
C) Magnify
D) Zoom
Question
To calculate statistics for only those records that satisfy certain criteria, select ____ as the entry in the Total row for the field, and then enter the criterion in the Criteria row.

A) Having
B) Where
C) Restrict
D) Find
Question
To enter a number in a criterion, type the number without any dollar signs or commas.
Question
The field or fields on which records are sorted is called the sort key.
Question
To create a parameter query that will prompt users to enter a city name as input, place [Enter City] as the criterion in the City field.
Question
To show the Navigation Pane if it is hidden, click the ____ Button.

A) Show
B) Shutter Bar Open/Close
C) Restore
D) Show/Hide
Question
To find all accounts whose current due amounts are greater than $2,500.00 and whose account manager is manager 31, enter each criterion on the same row.
Question
To enter a criterion for a particular field without displaying the field in the results of the query, include the field in the design grid, enter the criterion, and remove the check mark from its Show check box.
Question
Unless you specify otherwise, Access assumes that the criteria you enter involve equality (exact matches).
Question
A query that prompts for input whenever it is run is a dialog query.
Question
For group calculations, Microsoft Access supports ____ built-in statistics.

A) STDEV
B) VAR
C) MAX
D) LOW
Question
The question mark (?) wildcard represents any collection of characters.
Question
If you specify more than one sort key, the sort key on the left will be the major sort key and the one on the right will be the minor sort key.
Question
To include the Total row in the design grid, click the ____ button on the DESIGN tab.

A) Aggregate
B) Statistics
C) Calculations
D) Totals
Question
Modified Multiple Choice The special criteria that can be used in queries are ____.

A) AND
B) INCLUSIVE
C) BETWEEN
D) IN
Question
The asterisk (*) wildcard represents any collection of characters.
Question
To indicate grouping in Access, select ____ as the entry in the Total row for the field to be used for grouping.

A) Like
B) Where
C) Same
D) Group By
Question
To find the largest amount paid amount for a client, select ____ as the entry in the Total row for the Amount Paid column.

A) Large
B) Maximum
C) LGE
D) MAX
Question
To create a crosstab, click the ____ button on the CREATE tab.

A) Crosstab Wizard
B) Query Wizard
C) Statistics
D) Chart
Question
When you enter text data in a criterion, you must enclose the text in quotation marks.
Question
To organize entries in the Navigation Pane by table, click ____ on the Navigation Pane menu.

A) Objects by Table
B) Table Object
C) Tables and Related Views
D) Default
Question
You can export data from Access to the standard Word format.
Question
You cannot create a report for a query.
Question
Grouping means creating groups of records that share some common characteristic.
Question
Joining tables in a query creates an ad hoc relationship, that is, a relationship between tables created for a specific purpose.
Question
Wildcards are symbols that represent any character or combination of characters. ____________________
Question
A summary function is a function that performs some mathematical function against a group of records. ____________________
Question
The expression for a calculated field can be typed directly into the Field row.
Question
To restrict the objects that appear on the Navigation Pane use the Retrieval Bar. ____________________
Question
A crosstab query calculates a statistic for data that is grouped by two different types of information. ____________________
Question
The only calculated fields you can create in Access are those involving addition and subtraction.
Question
To create a top-values query, use the Top Values box on the DESIGN tab to change the number of records to be included from All to the desired number.
Question
When you sort data in a query, the records in the underlying table are actually rearranged.
Question
Crosstab queries are useful for summarizing data by category or group.
Question
A property sheet is a window containing the various properties of the object.
Question
To include all fields for a table in the design grid, double-click the ____________________ in the field list.
Question
In fixed-width files, each record is on a separate line and the fields are separated by a special character.
Question
A question that is asked of Access or any other database management system is called a(n) ____________________.
Question
The results of a query display in ____________________ view.
Question
To include all fields in the design grid, double-click the question mark (?) in the field list.  ____________________
Question
When you sort data, duplicates are not included.
Question
To sort records by amount paid within book rep number, specify Book Rep Number as the ____________________ key.
Question
Critical Thinking Questions
Case 2-1
PrattLast needs to gather some additional statistics on its managers. A manager at PrattLast has created an initial query that calculates the accounts located in specific cities. The manager is unsure what aggregate functions to use for additional calculations.
Which aggregate function will find the standard deviation?
Question
The ____________________ wildcard represents any collection of characters.
Question
The ____________________ function finds the smallest value in a group of records.
Question
To combine criteria with ____________________, place the criteria on the same row.
Question
A(n) ____________________ function is a function that performs some mathematical function against a group of records.
Question
A(n) ____________________ is a window containing the various properties of the object.
Question
A(n) ____________________ query is a query that prompts for input whenever it is used.
Question
Which aggregate function will find the customer with the largest amount paid?
Question
Critical Thinking Questions
Case 2-2
PrattLast Associates needs to find the account managers whose start date is earlier than 1/1/2015.
The caption for the Start Date field should be Started when the query results display. How can PrattLast change the caption?
Question
____________________ are symbols that represent any character or combination of characters.
Question
In ____________________ files, the width of any field is the same on every record.
Question
The ____________________ wildcard represents any individual character.
Question
To combine criteria with ____________________, each criterion must go on separate rows in the Criteria area of the grid.
Question
Critical Thinking Questions
Case 2-2
PrattLast Associates needs to find the account managers whose start date is earlier than 1/1/2015.
What criteria should PrattLast enter in the Start Date column of the design grid?
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/75
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 2: Access 2 Querying a Database
1
To order the records in the answer to a query in a particular way, you ____ the records.

A) index
B) sort
C) arrange
D) list
B
2
To create a new query in Design view, click CREATE on the ribbon to display the CREATE tab and then click the ____ button to create a new query.

A) Query
B) Design View
C) Query Design
D) Select Query
C
3
Less than ( ), and NOT (not equal to) are examples of ____.

A) compound conditions
B) comparison operators
C) compound values
D) conditions
B
4
To view the results of a query, right-click the query in the Navigation Pane and then click ____ on the shortcut menu.

A) Use Parameter
B) Enter Values
C) Open
D) Run
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
5
You can include ____ in calculations to indicate which calculation should be done first.

A) curly braces { }
B) brackets [ ]
C) parentheses ( )
D) slashes //
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
6
The ____ operator allows you to search for a range of values in one field.

A) BETWEEN
B) RANGE
C) IN
D) SEARCH
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
7
To omit duplicates from a query, use the property sheet and change the Unique Values property to ____.

A) No
B) Yes
C) Off
D) On
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
8
To view the results of a query, open it by right-clicking the query in the Navigation Pane and clicking ____ on the shortcut menu.

A) Datasheet View
B) Design View
C) Open
D) Run
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
9
To change the design of a query that is not currently open, right-click the query and then click ____ on the shortcut menu.

A) Datasheet View
B) Layout View
C) Change View
D) Design View
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
10
To save a query, click the Save button on the ____.

A) status bar
B) Quick Access Toolbar
C) CREATE tab on the ribbon
D) HOME tab on the ribbon
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
11
To include calculated fields in queries, enter a name for the calculated field, a(n) ____, and then the expression in one of the columns in the Field row.

A) colon (:)
B) semi-colon (;)
C) equal sign (=)
D) exclamation point (!)
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
12
To export data from a query to Excel, select the query in the Navigation Pane, click ____ on the ribbon, and then click the Excel button.

A) DATABASE TOOLS
B) EXTERNAL DATA
C) OFFICE EXPORT
D) CREATE
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
13
To change the caption for a field in a query, click the field in the design grid, click the ____ button on the Design tab, click the Caption box, and enter the new caption.

A) Caption
B) Property Sheet
C) Field Name
D) Format
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
14
To use the Report Wizard to create a report for a query, select the query in the Navigation Pane, click ____ on the ribbon, and then click the Report Wizard button.

A) CREATE
B) DATABASE TOOLS
C) REPORT
D) FILE
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
15
To create a parameter query, enter a parameter rather than a specific value as a criterion in the design grid. The parameter must be enclosed in ____.

A) curly braces { }
B) square brackets [ ]
C) parentheses ( )
D) single quotes ''
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
16
To use the Expression Builder to create a calculated field, select the column in the Field row, right-click to display the shortcut menu, and then click ____.

A) Expression Builder
B) Builder box
C) Build
D) Field Builder
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
17
To re-use saved export steps, click the Saved Exports button on the ____ tab on the ribbon.

A) FILE
B) CREATE
C) DATABASE TOOLS
D) EXTERNAL DATA
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
18
To sort records in a query, specify the sort order in the ____ row of the design grid below the field that is the sort key.

A) Show
B) List
C) Sort
D) Order
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
19
To print the results of a query that is open, click FILE on the ribbon, click the ____ tab in the Backstage view, and then click Quick Print.

A) Preview
B) Query
C) Print Query
D) Print
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
20
To display the entire entry for a calculated field, select the column in the Field row, right-click to display the shortcut menu, and then click ____.

A) Enlarge
B) Resize
C) Magnify
D) Zoom
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
21
To calculate statistics for only those records that satisfy certain criteria, select ____ as the entry in the Total row for the field, and then enter the criterion in the Criteria row.

A) Having
B) Where
C) Restrict
D) Find
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
22
To enter a number in a criterion, type the number without any dollar signs or commas.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
23
The field or fields on which records are sorted is called the sort key.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
24
To create a parameter query that will prompt users to enter a city name as input, place [Enter City] as the criterion in the City field.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
25
To show the Navigation Pane if it is hidden, click the ____ Button.

A) Show
B) Shutter Bar Open/Close
C) Restore
D) Show/Hide
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
26
To find all accounts whose current due amounts are greater than $2,500.00 and whose account manager is manager 31, enter each criterion on the same row.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
27
To enter a criterion for a particular field without displaying the field in the results of the query, include the field in the design grid, enter the criterion, and remove the check mark from its Show check box.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
28
Unless you specify otherwise, Access assumes that the criteria you enter involve equality (exact matches).
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
29
A query that prompts for input whenever it is run is a dialog query.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
30
For group calculations, Microsoft Access supports ____ built-in statistics.

A) STDEV
B) VAR
C) MAX
D) LOW
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
31
The question mark (?) wildcard represents any collection of characters.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
32
If you specify more than one sort key, the sort key on the left will be the major sort key and the one on the right will be the minor sort key.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
33
To include the Total row in the design grid, click the ____ button on the DESIGN tab.

A) Aggregate
B) Statistics
C) Calculations
D) Totals
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
34
Modified Multiple Choice The special criteria that can be used in queries are ____.

A) AND
B) INCLUSIVE
C) BETWEEN
D) IN
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
35
The asterisk (*) wildcard represents any collection of characters.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
36
To indicate grouping in Access, select ____ as the entry in the Total row for the field to be used for grouping.

A) Like
B) Where
C) Same
D) Group By
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
37
To find the largest amount paid amount for a client, select ____ as the entry in the Total row for the Amount Paid column.

A) Large
B) Maximum
C) LGE
D) MAX
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
38
To create a crosstab, click the ____ button on the CREATE tab.

A) Crosstab Wizard
B) Query Wizard
C) Statistics
D) Chart
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
39
When you enter text data in a criterion, you must enclose the text in quotation marks.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
40
To organize entries in the Navigation Pane by table, click ____ on the Navigation Pane menu.

A) Objects by Table
B) Table Object
C) Tables and Related Views
D) Default
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
41
You can export data from Access to the standard Word format.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
42
You cannot create a report for a query.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
43
Grouping means creating groups of records that share some common characteristic.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
44
Joining tables in a query creates an ad hoc relationship, that is, a relationship between tables created for a specific purpose.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
45
Wildcards are symbols that represent any character or combination of characters. ____________________
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
46
A summary function is a function that performs some mathematical function against a group of records. ____________________
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
47
The expression for a calculated field can be typed directly into the Field row.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
48
To restrict the objects that appear on the Navigation Pane use the Retrieval Bar. ____________________
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
49
A crosstab query calculates a statistic for data that is grouped by two different types of information. ____________________
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
50
The only calculated fields you can create in Access are those involving addition and subtraction.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
51
To create a top-values query, use the Top Values box on the DESIGN tab to change the number of records to be included from All to the desired number.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
52
When you sort data in a query, the records in the underlying table are actually rearranged.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
53
Crosstab queries are useful for summarizing data by category or group.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
54
A property sheet is a window containing the various properties of the object.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
55
To include all fields for a table in the design grid, double-click the ____________________ in the field list.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
56
In fixed-width files, each record is on a separate line and the fields are separated by a special character.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
57
A question that is asked of Access or any other database management system is called a(n) ____________________.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
58
The results of a query display in ____________________ view.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
59
To include all fields in the design grid, double-click the question mark (?) in the field list.  ____________________
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
60
When you sort data, duplicates are not included.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
61
To sort records by amount paid within book rep number, specify Book Rep Number as the ____________________ key.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
62
Critical Thinking Questions
Case 2-1
PrattLast needs to gather some additional statistics on its managers. A manager at PrattLast has created an initial query that calculates the accounts located in specific cities. The manager is unsure what aggregate functions to use for additional calculations.
Which aggregate function will find the standard deviation?
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
63
The ____________________ wildcard represents any collection of characters.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
64
The ____________________ function finds the smallest value in a group of records.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
65
To combine criteria with ____________________, place the criteria on the same row.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
66
A(n) ____________________ function is a function that performs some mathematical function against a group of records.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
67
A(n) ____________________ is a window containing the various properties of the object.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
68
A(n) ____________________ query is a query that prompts for input whenever it is used.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
69
Which aggregate function will find the customer with the largest amount paid?
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
70
Critical Thinking Questions
Case 2-2
PrattLast Associates needs to find the account managers whose start date is earlier than 1/1/2015.
The caption for the Start Date field should be Started when the query results display. How can PrattLast change the caption?
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
71
____________________ are symbols that represent any character or combination of characters.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
72
In ____________________ files, the width of any field is the same on every record.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
73
The ____________________ wildcard represents any individual character.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
74
To combine criteria with ____________________, each criterion must go on separate rows in the Criteria area of the grid.
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
75
Critical Thinking Questions
Case 2-2
PrattLast Associates needs to find the account managers whose start date is earlier than 1/1/2015.
What criteria should PrattLast enter in the Start Date column of the design grid?
Unlock Deck
Unlock for access to all 75 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 75 flashcards in this deck.