Deck 3: Using Queries to Make Decisions

Full screen (f)
exit full mode
Question
What can help you build more complex expressions in calculated fields?

A) Property sheet
B) Design view
C) Expression Builder
D) Expression Creator
Use Space or
up arrow
down arrow
to flip the card.
Question
In the formula, =1+(2-3)+5/6-6^2, what will Access evaluate second?

A) 5/6
B) 1+
C) 6^2
D) (2-3)
Question
What error will you get if there is something wrong with the formula in a calculated field?

A) #NAME!
B) #FORMULA!
C) Invalid syntax
D) Invalid expression
Question
When creating a calculated field in a query, what common error will not give you a direct indication that there is a problem?

A) Misspelling the field name
B) Forgetting the order of operations
C) Forgetting the colon
D) Misspelling the name of a field within the calculated field
Question
In the formula, =1+(2-3)+5/6-6^2, what will Access evaluate first?

A) 5/6
B) 1+
C) 6^2
D) (2-3)
Question
What sheet will allow you to change the formatting of a field in a query?

A) Formatting
B) Modify
C) Build
D) Property
Question
Which element will you never find in a calculated field?

A) Arithmetic operator
B) Constant
C) Function
D) Macro
Question
What value will Access calculate from the following formula: =1+(2-3)+5/6-6^2?

A) 16
B) 26.69
C) -35.2
D) -.17
Question
What result would be generated by the formula =10*2-3*2?

A) 34
B) -20
C) 14
D) -2
Question
What button do you click to see the results of a query?

A) Go
B) Query
C) View
D) Run
Question
Which of the following is not an arithmetic operator?

A) >
B) -
C) +
D) *
Question
What symbol does Access use to express exponentiation?

A) ^
B) *
C) <>
D) ()
Question
According to the order of operations, what is not calculated after exponentiation?

A) Parenthesis
B) Multiplication
C) Division
D) Addition
Question
What is a type of field that displays the result of an expression rather than the data stored in a field?

A) Calculated
B) Lookup
C) AutoNumber
D) Hyperlink
Question
Which of the following is not an advantage of using the Expression Builder?

A) It will guarantee that you do not type field names incorrectly.
B) Its size
C) Easy access to various objects
D) Placeholders
Question
When you run a query, what is the default view?

A) Design
B) Datasheet
C) Layout
D) Form
Question
When you are prompted to enter a value when you run a query which includes a calculated field, you probably ________.

A) entered too many arguments in the formula
B) used the wrong arithmetic operator in your formula
C) forgot to name the new, calculated field
D) typed a field name incorrectly
Question
What can the phrase "Please Excuse My Dear Aunt Sally" help you remember?

A) The various printing options available in Excel
B) Naming convention for cell ranges
C) How to do date calculations
D) Order of operations
Question
What symbols does Access use to indicate a field name?

A) []
B) ()
C) {}
D) ""
Question
Which of the following is not a common mistake when creating calculated fields?

A) Forgetting the colon
B) Using the wrong fields
C) Incorrectly spelled field names
D) Forgetting PEMDAS
Question
Which of the following is not an argument used in the Pmt function?

A) Total_due
B) Rate
C) Future_value
D) Type
Question
For a 15-year loan paid monthly, which of the following would not be correct for the num_periods argument in the Pmt function?

A) 15
B) 15*12
C) 180
D) 12*15
Question
________ your output will make your query results more readable.
Question
When you want to add a condition to a Totals query, which option do you select from the Totals row list?

A) When
B) Group
C) Where
D) Condition
Question
A(n) ________ never changes its value.
Question
What is not an example of a function?

A) =RATE
B) =PV
C) =PMT
D) =15*21
Question
Which of the following is not a common aggregate function?

A) Count
B) Sum
C) Lowest
D) Avg
Question
What is not a necessary piece of data needed for the Pmt function?

A) Interest rate
B) Amount already paid on the loan
C) Amount of the loan
D) Number of periods required to pay off the loan
Question
Where does the Total row of an aggregate function display its results?

A) Last row in Datasheet view
B) First row in Datasheet view
C) Only row in Datasheet view
D) It does not display in Datasheet view.
Question
A calculated field has a(n) ________ after the field name.
Question
Another name for an input in a function is a(n) ________.

A) Argument
B) Property
C) Value
D) Expression
Question
A combination of elements that produce a value is known as a(n) ________.
Question
The ________ sheet allows you to format a field.
Question
What type of query will allow you to see statistics by category?

A) Update query
B) Delete query
C) Statistical query
D) Totals query
Question
What allows you to summarize data by the values of a field?

A) Adding a summarizing field
B) Adding the proper calculated field
C) Adding grouping to a query
D) Adding an update field
Question
The Property Sheet is very similar to the ________ properties in a table.
Question
What punctuation do you use to separate the arguments in a function?

A) ;
B) ,
C) :
D) )
Question
What are predefined computations that perform complex calculations?

A) Formulas
B) Functions
C) Arguments
D) Expressions
Question
As what does Access refer to aggregate functions?

A) Sums
B) Complex functions
C) Whole Column functions
D) Totals
Question
A calculated field displays the results of an expression in contrast to other data which is stored directly in a(n) ________.
Question
Sometimes it is best to verify calculations by using a(n) ________ on a few records.
Question
When you add ________ to a query you can summarize data by fields.
Question
The ________ aggregate function totals the items in a column.
Question
Functions generate results based on ________.
Question
If you type the name of a calculated field incorrectly you will get an invalid ________ error.
Question
If you wanted to find out how many people are going on a trip you would use the ________ function in a calculated field.
Question
Unless you add a minus sign, the Pmt function by default returns a(n) ________ value.
Question
A(n) ________ function performs a calculation on an entire column of data and returns a single value.
Question
The ________ aggregate function returns the value with the highest value.
Question
The Zoom window allows you to see the entire contents of a cell.
Question
Calculating values will help to avoid inconsistencies.
Question
The ________ aggregate function returns the value with the lowest value.
Question
Using the Expression Builder can help you avoid ________ errors in field names.
Question
If you wanted to find the youngest person in your table you would use the ________ function in a calculated field.
Question
When creating expressions, the ________ is useful to beginning users.
Question
Calculated fields must always contain at least one constant.
Question
________ fields can use any aggregate function.
Question
A(n) ________ query has an additional row which is used to display aggregate data.
Question
Access uses parenthesis () to identify a field name.
Question
Having the user input the values directly is the best way to ensure that errors will not be included in the data.
Question
You can add multiple levels of grouping to a Totals query.
Question
A totals query allows you to see only the results of aggregate functions, not the detail.
Question
Access will identify logical errors in calculated fields.
Question
All aggregate functions can be used with any field type.
Question
You can enter an expression in the Expression Builder by either typing the expression manually or by right-clicking the expression.
Question
A function is a predefined computation that is used for simple calculations.
Question
If you are not using a totals query, then you must display the Totals row in a query if you want to use aggregate functions.
Question
Access will always give you step-by-step instructions to help you fix errors in formulas.
Question
If you want to see the results of several aggregate functions for one field, you would add the field in the Totals query several times.
Question
Two good ways to test the results of a calculated field is to use a calculator or Excel.
Question
You can add conditions to a Totals query.
Question
You can add aggregate functions to calculated fields.
Question
The rate argument in the Pmt function always uses the annual rate.
Question
Access will calculate exactly what you tell it to calculate, even if you make logical errors in the calculation.
Question
The Expression Creator tool helps you create complex expressions.
Question
Some functions have optional arguments.
Question
The Total row, when using aggregate functions, displays both the total and the individual records.
Question
It is permissible to use the percent (%) sign when entering the interest rate in the Pmt function.
Question
It is useful, at times, to add the same field to a query several times.
Question
<> is an example of an argument.
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/89
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 3: Using Queries to Make Decisions
1
What can help you build more complex expressions in calculated fields?

A) Property sheet
B) Design view
C) Expression Builder
D) Expression Creator
C
2
In the formula, =1+(2-3)+5/6-6^2, what will Access evaluate second?

A) 5/6
B) 1+
C) 6^2
D) (2-3)
C
3
What error will you get if there is something wrong with the formula in a calculated field?

A) #NAME!
B) #FORMULA!
C) Invalid syntax
D) Invalid expression
C
4
When creating a calculated field in a query, what common error will not give you a direct indication that there is a problem?

A) Misspelling the field name
B) Forgetting the order of operations
C) Forgetting the colon
D) Misspelling the name of a field within the calculated field
Unlock Deck
Unlock for access to all 89 flashcards in this deck.
Unlock Deck
k this deck
5
In the formula, =1+(2-3)+5/6-6^2, what will Access evaluate first?

A) 5/6
B) 1+
C) 6^2
D) (2-3)
Unlock Deck
Unlock for access to all 89 flashcards in this deck.
Unlock Deck
k this deck
6
What sheet will allow you to change the formatting of a field in a query?

A) Formatting
B) Modify
C) Build
D) Property
Unlock Deck
Unlock for access to all 89 flashcards in this deck.
Unlock Deck
k this deck
7
Which element will you never find in a calculated field?

A) Arithmetic operator
B) Constant
C) Function
D) Macro
Unlock Deck
Unlock for access to all 89 flashcards in this deck.
Unlock Deck
k this deck
8
What value will Access calculate from the following formula: =1+(2-3)+5/6-6^2?

A) 16
B) 26.69
C) -35.2
D) -.17
Unlock Deck
Unlock for access to all 89 flashcards in this deck.
Unlock Deck
k this deck
9
What result would be generated by the formula =10*2-3*2?

A) 34
B) -20
C) 14
D) -2
Unlock Deck
Unlock for access to all 89 flashcards in this deck.
Unlock Deck
k this deck
10
What button do you click to see the results of a query?

A) Go
B) Query
C) View
D) Run
Unlock Deck
Unlock for access to all 89 flashcards in this deck.
Unlock Deck
k this deck
11
Which of the following is not an arithmetic operator?

A) >
B) -
C) +
D) *
Unlock Deck
Unlock for access to all 89 flashcards in this deck.
Unlock Deck
k this deck
12
What symbol does Access use to express exponentiation?

A) ^
B) *
C) <>
D) ()
Unlock Deck
Unlock for access to all 89 flashcards in this deck.
Unlock Deck
k this deck
13
According to the order of operations, what is not calculated after exponentiation?

A) Parenthesis
B) Multiplication
C) Division
D) Addition
Unlock Deck
Unlock for access to all 89 flashcards in this deck.
Unlock Deck
k this deck
14
What is a type of field that displays the result of an expression rather than the data stored in a field?

A) Calculated
B) Lookup
C) AutoNumber
D) Hyperlink
Unlock Deck
Unlock for access to all 89 flashcards in this deck.
Unlock Deck
k this deck
15
Which of the following is not an advantage of using the Expression Builder?

A) It will guarantee that you do not type field names incorrectly.
B) Its size
C) Easy access to various objects
D) Placeholders
Unlock Deck
Unlock for access to all 89 flashcards in this deck.
Unlock Deck
k this deck
16
When you run a query, what is the default view?

A) Design
B) Datasheet
C) Layout
D) Form
Unlock Deck
Unlock for access to all 89 flashcards in this deck.
Unlock Deck
k this deck
17
When you are prompted to enter a value when you run a query which includes a calculated field, you probably ________.

A) entered too many arguments in the formula
B) used the wrong arithmetic operator in your formula
C) forgot to name the new, calculated field
D) typed a field name incorrectly
Unlock Deck
Unlock for access to all 89 flashcards in this deck.
Unlock Deck
k this deck
18
What can the phrase "Please Excuse My Dear Aunt Sally" help you remember?

A) The various printing options available in Excel
B) Naming convention for cell ranges
C) How to do date calculations
D) Order of operations
Unlock Deck
Unlock for access to all 89 flashcards in this deck.
Unlock Deck
k this deck
19
What symbols does Access use to indicate a field name?

A) []
B) ()
C) {}
D) ""
Unlock Deck
Unlock for access to all 89 flashcards in this deck.
Unlock Deck
k this deck
20
Which of the following is not a common mistake when creating calculated fields?

A) Forgetting the colon
B) Using the wrong fields
C) Incorrectly spelled field names
D) Forgetting PEMDAS
Unlock Deck
Unlock for access to all 89 flashcards in this deck.
Unlock Deck
k this deck
21
Which of the following is not an argument used in the Pmt function?

A) Total_due
B) Rate
C) Future_value
D) Type
Unlock Deck
Unlock for access to all 89 flashcards in this deck.
Unlock Deck
k this deck
22
For a 15-year loan paid monthly, which of the following would not be correct for the num_periods argument in the Pmt function?

A) 15
B) 15*12
C) 180
D) 12*15
Unlock Deck
Unlock for access to all 89 flashcards in this deck.
Unlock Deck
k this deck
23
________ your output will make your query results more readable.
Unlock Deck
Unlock for access to all 89 flashcards in this deck.
Unlock Deck
k this deck
24
When you want to add a condition to a Totals query, which option do you select from the Totals row list?

A) When
B) Group
C) Where
D) Condition
Unlock Deck
Unlock for access to all 89 flashcards in this deck.
Unlock Deck
k this deck
25
A(n) ________ never changes its value.
Unlock Deck
Unlock for access to all 89 flashcards in this deck.
Unlock Deck
k this deck
26
What is not an example of a function?

A) =RATE
B) =PV
C) =PMT
D) =15*21
Unlock Deck
Unlock for access to all 89 flashcards in this deck.
Unlock Deck
k this deck
27
Which of the following is not a common aggregate function?

A) Count
B) Sum
C) Lowest
D) Avg
Unlock Deck
Unlock for access to all 89 flashcards in this deck.
Unlock Deck
k this deck
28
What is not a necessary piece of data needed for the Pmt function?

A) Interest rate
B) Amount already paid on the loan
C) Amount of the loan
D) Number of periods required to pay off the loan
Unlock Deck
Unlock for access to all 89 flashcards in this deck.
Unlock Deck
k this deck
29
Where does the Total row of an aggregate function display its results?

A) Last row in Datasheet view
B) First row in Datasheet view
C) Only row in Datasheet view
D) It does not display in Datasheet view.
Unlock Deck
Unlock for access to all 89 flashcards in this deck.
Unlock Deck
k this deck
30
A calculated field has a(n) ________ after the field name.
Unlock Deck
Unlock for access to all 89 flashcards in this deck.
Unlock Deck
k this deck
31
Another name for an input in a function is a(n) ________.

A) Argument
B) Property
C) Value
D) Expression
Unlock Deck
Unlock for access to all 89 flashcards in this deck.
Unlock Deck
k this deck
32
A combination of elements that produce a value is known as a(n) ________.
Unlock Deck
Unlock for access to all 89 flashcards in this deck.
Unlock Deck
k this deck
33
The ________ sheet allows you to format a field.
Unlock Deck
Unlock for access to all 89 flashcards in this deck.
Unlock Deck
k this deck
34
What type of query will allow you to see statistics by category?

A) Update query
B) Delete query
C) Statistical query
D) Totals query
Unlock Deck
Unlock for access to all 89 flashcards in this deck.
Unlock Deck
k this deck
35
What allows you to summarize data by the values of a field?

A) Adding a summarizing field
B) Adding the proper calculated field
C) Adding grouping to a query
D) Adding an update field
Unlock Deck
Unlock for access to all 89 flashcards in this deck.
Unlock Deck
k this deck
36
The Property Sheet is very similar to the ________ properties in a table.
Unlock Deck
Unlock for access to all 89 flashcards in this deck.
Unlock Deck
k this deck
37
What punctuation do you use to separate the arguments in a function?

A) ;
B) ,
C) :
D) )
Unlock Deck
Unlock for access to all 89 flashcards in this deck.
Unlock Deck
k this deck
38
What are predefined computations that perform complex calculations?

A) Formulas
B) Functions
C) Arguments
D) Expressions
Unlock Deck
Unlock for access to all 89 flashcards in this deck.
Unlock Deck
k this deck
39
As what does Access refer to aggregate functions?

A) Sums
B) Complex functions
C) Whole Column functions
D) Totals
Unlock Deck
Unlock for access to all 89 flashcards in this deck.
Unlock Deck
k this deck
40
A calculated field displays the results of an expression in contrast to other data which is stored directly in a(n) ________.
Unlock Deck
Unlock for access to all 89 flashcards in this deck.
Unlock Deck
k this deck
41
Sometimes it is best to verify calculations by using a(n) ________ on a few records.
Unlock Deck
Unlock for access to all 89 flashcards in this deck.
Unlock Deck
k this deck
42
When you add ________ to a query you can summarize data by fields.
Unlock Deck
Unlock for access to all 89 flashcards in this deck.
Unlock Deck
k this deck
43
The ________ aggregate function totals the items in a column.
Unlock Deck
Unlock for access to all 89 flashcards in this deck.
Unlock Deck
k this deck
44
Functions generate results based on ________.
Unlock Deck
Unlock for access to all 89 flashcards in this deck.
Unlock Deck
k this deck
45
If you type the name of a calculated field incorrectly you will get an invalid ________ error.
Unlock Deck
Unlock for access to all 89 flashcards in this deck.
Unlock Deck
k this deck
46
If you wanted to find out how many people are going on a trip you would use the ________ function in a calculated field.
Unlock Deck
Unlock for access to all 89 flashcards in this deck.
Unlock Deck
k this deck
47
Unless you add a minus sign, the Pmt function by default returns a(n) ________ value.
Unlock Deck
Unlock for access to all 89 flashcards in this deck.
Unlock Deck
k this deck
48
A(n) ________ function performs a calculation on an entire column of data and returns a single value.
Unlock Deck
Unlock for access to all 89 flashcards in this deck.
Unlock Deck
k this deck
49
The ________ aggregate function returns the value with the highest value.
Unlock Deck
Unlock for access to all 89 flashcards in this deck.
Unlock Deck
k this deck
50
The Zoom window allows you to see the entire contents of a cell.
Unlock Deck
Unlock for access to all 89 flashcards in this deck.
Unlock Deck
k this deck
51
Calculating values will help to avoid inconsistencies.
Unlock Deck
Unlock for access to all 89 flashcards in this deck.
Unlock Deck
k this deck
52
The ________ aggregate function returns the value with the lowest value.
Unlock Deck
Unlock for access to all 89 flashcards in this deck.
Unlock Deck
k this deck
53
Using the Expression Builder can help you avoid ________ errors in field names.
Unlock Deck
Unlock for access to all 89 flashcards in this deck.
Unlock Deck
k this deck
54
If you wanted to find the youngest person in your table you would use the ________ function in a calculated field.
Unlock Deck
Unlock for access to all 89 flashcards in this deck.
Unlock Deck
k this deck
55
When creating expressions, the ________ is useful to beginning users.
Unlock Deck
Unlock for access to all 89 flashcards in this deck.
Unlock Deck
k this deck
56
Calculated fields must always contain at least one constant.
Unlock Deck
Unlock for access to all 89 flashcards in this deck.
Unlock Deck
k this deck
57
________ fields can use any aggregate function.
Unlock Deck
Unlock for access to all 89 flashcards in this deck.
Unlock Deck
k this deck
58
A(n) ________ query has an additional row which is used to display aggregate data.
Unlock Deck
Unlock for access to all 89 flashcards in this deck.
Unlock Deck
k this deck
59
Access uses parenthesis () to identify a field name.
Unlock Deck
Unlock for access to all 89 flashcards in this deck.
Unlock Deck
k this deck
60
Having the user input the values directly is the best way to ensure that errors will not be included in the data.
Unlock Deck
Unlock for access to all 89 flashcards in this deck.
Unlock Deck
k this deck
61
You can add multiple levels of grouping to a Totals query.
Unlock Deck
Unlock for access to all 89 flashcards in this deck.
Unlock Deck
k this deck
62
A totals query allows you to see only the results of aggregate functions, not the detail.
Unlock Deck
Unlock for access to all 89 flashcards in this deck.
Unlock Deck
k this deck
63
Access will identify logical errors in calculated fields.
Unlock Deck
Unlock for access to all 89 flashcards in this deck.
Unlock Deck
k this deck
64
All aggregate functions can be used with any field type.
Unlock Deck
Unlock for access to all 89 flashcards in this deck.
Unlock Deck
k this deck
65
You can enter an expression in the Expression Builder by either typing the expression manually or by right-clicking the expression.
Unlock Deck
Unlock for access to all 89 flashcards in this deck.
Unlock Deck
k this deck
66
A function is a predefined computation that is used for simple calculations.
Unlock Deck
Unlock for access to all 89 flashcards in this deck.
Unlock Deck
k this deck
67
If you are not using a totals query, then you must display the Totals row in a query if you want to use aggregate functions.
Unlock Deck
Unlock for access to all 89 flashcards in this deck.
Unlock Deck
k this deck
68
Access will always give you step-by-step instructions to help you fix errors in formulas.
Unlock Deck
Unlock for access to all 89 flashcards in this deck.
Unlock Deck
k this deck
69
If you want to see the results of several aggregate functions for one field, you would add the field in the Totals query several times.
Unlock Deck
Unlock for access to all 89 flashcards in this deck.
Unlock Deck
k this deck
70
Two good ways to test the results of a calculated field is to use a calculator or Excel.
Unlock Deck
Unlock for access to all 89 flashcards in this deck.
Unlock Deck
k this deck
71
You can add conditions to a Totals query.
Unlock Deck
Unlock for access to all 89 flashcards in this deck.
Unlock Deck
k this deck
72
You can add aggregate functions to calculated fields.
Unlock Deck
Unlock for access to all 89 flashcards in this deck.
Unlock Deck
k this deck
73
The rate argument in the Pmt function always uses the annual rate.
Unlock Deck
Unlock for access to all 89 flashcards in this deck.
Unlock Deck
k this deck
74
Access will calculate exactly what you tell it to calculate, even if you make logical errors in the calculation.
Unlock Deck
Unlock for access to all 89 flashcards in this deck.
Unlock Deck
k this deck
75
The Expression Creator tool helps you create complex expressions.
Unlock Deck
Unlock for access to all 89 flashcards in this deck.
Unlock Deck
k this deck
76
Some functions have optional arguments.
Unlock Deck
Unlock for access to all 89 flashcards in this deck.
Unlock Deck
k this deck
77
The Total row, when using aggregate functions, displays both the total and the individual records.
Unlock Deck
Unlock for access to all 89 flashcards in this deck.
Unlock Deck
k this deck
78
It is permissible to use the percent (%) sign when entering the interest rate in the Pmt function.
Unlock Deck
Unlock for access to all 89 flashcards in this deck.
Unlock Deck
k this deck
79
It is useful, at times, to add the same field to a query several times.
Unlock Deck
Unlock for access to all 89 flashcards in this deck.
Unlock Deck
k this deck
80
<> is an example of an argument.
Unlock Deck
Unlock for access to all 89 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 89 flashcards in this deck.