Deck 15: Customize, analyze, and Summarize Query Data: Creating and Using Queries to Make Decisions

Full screen (f)
exit full mode
Question
Following the rules for the order of operations,what is the result of the following expression: 1 + 2 * 5 ^ 2?

A) 225
B) 121
C) 101
D) 51
Use Space or
up arrow
down arrow
to flip the card.
Question
Syntax can most accurately be defined as the:

A) names of fields, controls, or properties.
B) formulas used to calculate new fields from the values in existing fields.
C) arithmetic operators such as * , / , + , or -.
D) set of language rules that Access follows when evaluating expressions.
Question
When designing an expression for a calculated field,the name of the calculated field is followed by a(n):

A) colon.
B) exclamation point.
C) semicolon.
D) period.
Question
When designing an expression for a calculated field,field names are surrounded by:

A) parentheses.
B) brackets.
C) braces.
D) double-quotation marks.
Question
Which of the following is NOT an Expression Builder component used when constructing an expression?

A) Expression Values
B) Expression Categories
C) Expression Arguments
D) Expression Elements
Question
A(n)________ is a variable or constant that is needed to produce output for a function in a calculated field.

A) formula
B) argument
C) expression
D) function
Question
All of the following may be used in an expression EXCEPT:

A) identifiers.
B) arithmetic operators.
C) functions.
D) properties.
Question
Which of the following is the correct mathematical sequence for the order of operations?

A) Multiplication, Division, Exponentiation, Addition, Subtraction
B) Exponentiation, Multiplication, Division, Addition, Subtraction
C) Multiplication, Exponentiation, Division, Addition, Subtraction
D) Addition, Subtraction, Multiplication, Exponentiation, Division
Question
All of the following are true in reference to Expression Builder EXCEPT:

A) Expression Builder inserts placeholders that tell you where each argument belongs when you insert functions.
B) Expression Builder gives you lists of fields, operators, and functions you need to create expressions.
C) Expression Builder can only be used with user-designed functions and not with built-in functions.
D) Expression Builder can be used when working with controls in forms and reports.
Question
All of the following are true in reference to built-in functions EXCEPT:

A) Built-in functions can only perform calculations on numeric data.
B) A function produces a result based on variable inputs known as arguments.
C) You can use Expression Builder to find out if a built-in function exists in Access.
D) Built-in functions work the same in Access as they do in Excel.
Question
Consider the following equation: 3 * (6 + 5)- 4 / 2.Which operation would be calculated FIRST according the order of operations?

A) 3 * 6
B) 4 / 2
C) 6 + 5
D) 5 - 4
Question
When viewing the results of a query,a series of ________ symbols indicates that a column is too narrow to display the complete results.

A) &
B) #
C) !
D) @
Question
Expression Builder can be opened by clicking Builder in the:

A) Query Setup group on the QUERY TOOLS DESIGN tab.
B) Query Setup group on the DATABASE TOOLS tab.
C) Analyze group on the QUERY TOOLS DESIGN tab.
D) Analyze group on the DATABASE TOOLS tab.
Question
Constants that are used as arguments in expressions can be defined as ________ that do not change.

A) variables
B) objects
C) values
D) functions
Question
To create a new query,click Query Design in the:

A) Insert group on the CREATE tab.
B) Insert group on the DATABASE TOOLS tab.
C) Queries group on the CREATE tab.
D) Queries group on the DATABASE TOOLS tab.
Question
Following the rules for the order of operations,what is the result of the following expression: (9 * 5)+ 5 + 10 - 10 * 6?

A) 0
B) 25
C) 40
D) 540
Question
When designing a calculated field,complex formulas can be created with the:

A) Table Wizard.
B) Form Wizard.
C) Expression Builder.
D) Report Builder.
Question
Which of the following can be used to zoom in and see an entire calculated field expressions?

A) F2
B) Shift + F2
C) F4
D) Shift + F4
Question
A(n)________ is a formula used to calculate new fields from the values in existing fields.

A) argument
B) expression
C) parameter
D) macro
Question
A(n)________ is used to change settings such as formatting and captions.

A) dialog box
B) parameter list
C) property sheet
D) argument menu
Question
Multiple arguments in a function are separated by:

A) commas.
B) semicolons.
C) colons.
D) spaces.
Question
Which of the following is NOT a total row option?

A) Pmt
B) Avg
C) Count
D) Where
Question
A ________ query has an additional row displaying aggregate data.

A) digest
B) totals
C) summary
D) synopsis
Question
The arguments to a function are enclosed in:

A) brackets.
B) parentheses.
C) braces.
D) single-quotation marks.
Question
To display the total row,you click Totals in the:

A) pmt.
B) avg.
C) count.
D) were.
Question
Aggregate functions are most commonly used in all of the following Access objects EXCEPT:

A) tables.
B) queries.
C) macros.
D) reports.
Question
A ________ query is used to summarize data organized by field values.

A) grouping
B) digest
C) summary
D) hierarchical
Question
Which aggregate function would be used to find the least valued item in a column?

A) MINIMUM
B) LEAST
C) LOWEST
D) COUNT
Question
Which aggregate function would be used to find the highest value in a column?

A) MAXIMUM
B) MOST
C) HIGHEST
D) COUNT
Question
To display the total row,you click Totals in the:

A) Query Setup group on the DATABASE TOOLS tab.
B) Query Setup group on the QUERY TOOLS DESIGN tab.
C) Show/Hide group on the DATABASE TOOLS tab.
D) Show/Hide group on the QUERY TOOLS DESIGN tab.
Question
Which of the following aggregate functions CANNOT be used with Short Text data?

A) MINIMUM
B) AVG
C) MAXIMUM
D) COUNT
Question
The default option in the total row is:

A) first.
B) group By.
C) sum.
D) expression.
Question
A(n)________ is the data used by a function to produce a result.

A) control
B) parameter
C) constraint
D) argument
Question
Expression Builder inserts ________ that tell you where each argument belongs.

A) rows
B) fields
C) placeholders
D) columns
Question
Which of the following aggregate functions CANNOT be used with Data/Time data?

A) SUM
B) AVG
C) MINIMUM
D) COUNT
Question
Which of the following is NOT a Pmt function argument?

A) rate
B) present_value
C) future_value
D) loan_payment
Question
The Pmt function is BEST suited to determine:

A) the rate of interest on a car loan.
B) the due date of a car loan.
C) the monthly payment on a car loan.
D) the average payment of a car loan.
Question
Sum,Avg,and Max are examples of ________ functions that are used to evaluate entire columns of data.

A) compound
B) aggregate
C) number
D) summary
Question
When using the Pmt function,principal is another term for the ________ of a loan.

A) rate
B) duration
C) future value
D) present value
Question
An expression or integer value specifying total number of payments in a loan is the ________ argument in the PMT function.

A) rate
B) num_periods
C) present_value
D) future_value
Question
According to the order of operations,addition and subtraction are evaluated before multiplication and division if the addition and subtraction equations are contained within parentheses
Question
The Pmt function returns the monthly payment due on a loan.
Question
Formats available on the Property Sheet vary based on the data type.
Question
Exponents are evaluated first according to the order of operations.
Question
Calculated fields are created in the Datasheet view of a table.
Question
Unlike Excel,Access does not contain any built-in functions.
Question
The sequence which operations are performed is determined by the order of operations.
Question
According to the order of operations,multiplication and addition are evaluated before Division and subtraction.
Question
A constant is a value that remains the same in an expression.
Question
Calculated fields can only be displayed on a form.
Question
It is NOT possible to change the caption for a calculated field column heading.
Question
Following the order of operations,3+2*6 evaluates to 30.
Question
The Property Sheet enables you to change settings such as number format,number of decimal places,and other settings.
Question
When you use a table field in an expression,Access will automatically correct any spelling errors in the field name.
Question
Forgetting the colon between a column title and the formula would give you an invalid syntax error.
Question
Expression builder can be launched by right-clicking the cell where you want the expression,and selecting Build from the shortcut menu.
Question
It is a good habit to use spaces in calculated field names so that it will be easier to reference these fields in other queries.
Question
The order of operations determines the sequence by which operations are calculated.
Question
You must have a query open in Design view to launch the Expression Builder.
Question
The Calculated fields in Datasheet view can be edited in the same way other fields from a table are edited.
Question
The AVG function can only be used with the Number data type.
Question
The MAXIMUM aggregate function can work with Short Text data.
Question
* is the symbol for ________.
Question
Match between columns
Sum
Returns the mean value of a group of numbers
Sum
Returns the number of fields containing data
Sum
Returns the data item with the highest value
Sum
Returns the data item with the lowest value
Sum
Returns the total value of a column of numbers
Count
Returns the mean value of a group of numbers
Count
Returns the number of fields containing data
Count
Returns the data item with the highest value
Count
Returns the data item with the lowest value
Count
Returns the total value of a column of numbers
Avg
Returns the mean value of a group of numbers
Avg
Returns the number of fields containing data
Avg
Returns the data item with the highest value
Avg
Returns the data item with the lowest value
Avg
Returns the total value of a column of numbers
Maximum
Returns the mean value of a group of numbers
Maximum
Returns the number of fields containing data
Maximum
Returns the data item with the highest value
Maximum
Returns the data item with the lowest value
Maximum
Returns the total value of a column of numbers
Minimum
Returns the mean value of a group of numbers
Minimum
Returns the number of fields containing data
Minimum
Returns the data item with the highest value
Minimum
Returns the data item with the lowest value
Minimum
Returns the total value of a column of numbers
Question
Sum,Count,and Avg are all examples of aggregate functions.
Question
The SUM aggregate function can work with Date/Time data.
Question
A summary query is used to display only aggregate data when the query is run.
Question
PEMDAS is a mnemonic device used to remember the ________.
Question
Match between columns
Operators
The names of fields,controls,or properties
Operators
Arithmetic instructions such as * ,/ ,+ ,or -
Operators
Produce results based on inputs
Operators
Values that do not change
Operators
Elements with a changing value
Identifiers
The names of fields,controls,or properties
Identifiers
Arithmetic instructions such as * ,/ ,+ ,or -
Identifiers
Produce results based on inputs
Identifiers
Values that do not change
Identifiers
Elements with a changing value
Functions
The names of fields,controls,or properties
Functions
Arithmetic instructions such as * ,/ ,+ ,or -
Functions
Produce results based on inputs
Functions
Values that do not change
Functions
Elements with a changing value
Variables
The names of fields,controls,or properties
Variables
Arithmetic instructions such as * ,/ ,+ ,or -
Variables
Produce results based on inputs
Variables
Values that do not change
Variables
Elements with a changing value
Constants
The names of fields,controls,or properties
Constants
Arithmetic instructions such as * ,/ ,+ ,or -
Constants
Produce results based on inputs
Constants
Values that do not change
Constants
Elements with a changing value
Question
The present_value argument of the Pmt Function is the amount owed after the final payment has been made.
Question
Aggregate functions perform calculations on an entire row of data and return a single value.
Question
Match between columns
*
Addition
*
Multiplication
*
Division
*
Exponentiation
*
Subtraction
/
Addition
/
Multiplication
/
Division
/
Exponentiation
/
Subtraction
+
Addition
+
Multiplication
+
Division
+
Exponentiation
+
Subtraction
-
Addition
-
Multiplication
-
Division
-
Exponentiation
-
Subtraction
^
Addition
^
Multiplication
^
Division
^
Exponentiation
^
Subtraction
Question
A query with a Total row is the same as a totals query.
Question
^ is the symbol for ________.
Question
A Total row in a table can include functions such as Sum,Avg,and Count.
Question
Match between columns
Syntax
Performs calculations on a column of data and returns a single value
Syntax
Tool used to create complicated expressions
Syntax
Contains formatting information
Syntax
Contains an additional row that displays aggregate data
Syntax
Specifies structure and components for a calculation
Property sheet
Performs calculations on a column of data and returns a single value
Property sheet
Tool used to create complicated expressions
Property sheet
Contains formatting information
Property sheet
Contains an additional row that displays aggregate data
Property sheet
Specifies structure and components for a calculation
Aggregate function
Performs calculations on a column of data and returns a single value
Aggregate function
Tool used to create complicated expressions
Aggregate function
Contains formatting information
Aggregate function
Contains an additional row that displays aggregate data
Aggregate function
Specifies structure and components for a calculation
Totals Query
Performs calculations on a column of data and returns a single value
Totals Query
Tool used to create complicated expressions
Totals Query
Contains formatting information
Totals Query
Contains an additional row that displays aggregate data
Totals Query
Specifies structure and components for a calculation
Expression Builder
Performs calculations on a column of data and returns a single value
Expression Builder
Tool used to create complicated expressions
Expression Builder
Contains formatting information
Expression Builder
Contains an additional row that displays aggregate data
Expression Builder
Specifies structure and components for a calculation
Question
The future_value argument of the Pmt Function is the amount that is being borrowed.
Question
It is NOT possible to add a condition to a Totals query.
Question
A Total row displays the results of aggregate functions as the last row in the Datasheet view.
Question
Match between columns
Total Row
Summarizes data by the values of a field
Total Row
Determines the sequence in which calculations are performed
Total Row
Data needed to produce the output for a function
Total Row
Displays results of aggregate functions in last row in a Datasheet
Total Row
Consist of different elements to produce the desired output
Order of operations
Summarizes data by the values of a field
Order of operations
Determines the sequence in which calculations are performed
Order of operations
Data needed to produce the output for a function
Order of operations
Displays results of aggregate functions in last row in a Datasheet
Order of operations
Consist of different elements to produce the desired output
Grouping
Summarizes data by the values of a field
Grouping
Determines the sequence in which calculations are performed
Grouping
Data needed to produce the output for a function
Grouping
Displays results of aggregate functions in last row in a Datasheet
Grouping
Consist of different elements to produce the desired output
Argument
Summarizes data by the values of a field
Argument
Determines the sequence in which calculations are performed
Argument
Data needed to produce the output for a function
Argument
Displays results of aggregate functions in last row in a Datasheet
Argument
Consist of different elements to produce the desired output
Expression
Summarizes data by the values of a field
Expression
Determines the sequence in which calculations are performed
Expression
Data needed to produce the output for a function
Expression
Displays results of aggregate functions in last row in a Datasheet
Expression
Consist of different elements to produce the desired output
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/100
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 15: Customize, analyze, and Summarize Query Data: Creating and Using Queries to Make Decisions
1
Following the rules for the order of operations,what is the result of the following expression: 1 + 2 * 5 ^ 2?

A) 225
B) 121
C) 101
D) 51
D
2
Syntax can most accurately be defined as the:

A) names of fields, controls, or properties.
B) formulas used to calculate new fields from the values in existing fields.
C) arithmetic operators such as * , / , + , or -.
D) set of language rules that Access follows when evaluating expressions.
D
3
When designing an expression for a calculated field,the name of the calculated field is followed by a(n):

A) colon.
B) exclamation point.
C) semicolon.
D) period.
A
4
When designing an expression for a calculated field,field names are surrounded by:

A) parentheses.
B) brackets.
C) braces.
D) double-quotation marks.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
5
Which of the following is NOT an Expression Builder component used when constructing an expression?

A) Expression Values
B) Expression Categories
C) Expression Arguments
D) Expression Elements
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
6
A(n)________ is a variable or constant that is needed to produce output for a function in a calculated field.

A) formula
B) argument
C) expression
D) function
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
7
All of the following may be used in an expression EXCEPT:

A) identifiers.
B) arithmetic operators.
C) functions.
D) properties.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
8
Which of the following is the correct mathematical sequence for the order of operations?

A) Multiplication, Division, Exponentiation, Addition, Subtraction
B) Exponentiation, Multiplication, Division, Addition, Subtraction
C) Multiplication, Exponentiation, Division, Addition, Subtraction
D) Addition, Subtraction, Multiplication, Exponentiation, Division
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
9
All of the following are true in reference to Expression Builder EXCEPT:

A) Expression Builder inserts placeholders that tell you where each argument belongs when you insert functions.
B) Expression Builder gives you lists of fields, operators, and functions you need to create expressions.
C) Expression Builder can only be used with user-designed functions and not with built-in functions.
D) Expression Builder can be used when working with controls in forms and reports.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
10
All of the following are true in reference to built-in functions EXCEPT:

A) Built-in functions can only perform calculations on numeric data.
B) A function produces a result based on variable inputs known as arguments.
C) You can use Expression Builder to find out if a built-in function exists in Access.
D) Built-in functions work the same in Access as they do in Excel.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
11
Consider the following equation: 3 * (6 + 5)- 4 / 2.Which operation would be calculated FIRST according the order of operations?

A) 3 * 6
B) 4 / 2
C) 6 + 5
D) 5 - 4
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
12
When viewing the results of a query,a series of ________ symbols indicates that a column is too narrow to display the complete results.

A) &
B) #
C) !
D) @
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
13
Expression Builder can be opened by clicking Builder in the:

A) Query Setup group on the QUERY TOOLS DESIGN tab.
B) Query Setup group on the DATABASE TOOLS tab.
C) Analyze group on the QUERY TOOLS DESIGN tab.
D) Analyze group on the DATABASE TOOLS tab.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
14
Constants that are used as arguments in expressions can be defined as ________ that do not change.

A) variables
B) objects
C) values
D) functions
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
15
To create a new query,click Query Design in the:

A) Insert group on the CREATE tab.
B) Insert group on the DATABASE TOOLS tab.
C) Queries group on the CREATE tab.
D) Queries group on the DATABASE TOOLS tab.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
16
Following the rules for the order of operations,what is the result of the following expression: (9 * 5)+ 5 + 10 - 10 * 6?

A) 0
B) 25
C) 40
D) 540
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
17
When designing a calculated field,complex formulas can be created with the:

A) Table Wizard.
B) Form Wizard.
C) Expression Builder.
D) Report Builder.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
18
Which of the following can be used to zoom in and see an entire calculated field expressions?

A) F2
B) Shift + F2
C) F4
D) Shift + F4
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
19
A(n)________ is a formula used to calculate new fields from the values in existing fields.

A) argument
B) expression
C) parameter
D) macro
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
20
A(n)________ is used to change settings such as formatting and captions.

A) dialog box
B) parameter list
C) property sheet
D) argument menu
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
21
Multiple arguments in a function are separated by:

A) commas.
B) semicolons.
C) colons.
D) spaces.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
22
Which of the following is NOT a total row option?

A) Pmt
B) Avg
C) Count
D) Where
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
23
A ________ query has an additional row displaying aggregate data.

A) digest
B) totals
C) summary
D) synopsis
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
24
The arguments to a function are enclosed in:

A) brackets.
B) parentheses.
C) braces.
D) single-quotation marks.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
25
To display the total row,you click Totals in the:

A) pmt.
B) avg.
C) count.
D) were.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
26
Aggregate functions are most commonly used in all of the following Access objects EXCEPT:

A) tables.
B) queries.
C) macros.
D) reports.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
27
A ________ query is used to summarize data organized by field values.

A) grouping
B) digest
C) summary
D) hierarchical
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
28
Which aggregate function would be used to find the least valued item in a column?

A) MINIMUM
B) LEAST
C) LOWEST
D) COUNT
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
29
Which aggregate function would be used to find the highest value in a column?

A) MAXIMUM
B) MOST
C) HIGHEST
D) COUNT
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
30
To display the total row,you click Totals in the:

A) Query Setup group on the DATABASE TOOLS tab.
B) Query Setup group on the QUERY TOOLS DESIGN tab.
C) Show/Hide group on the DATABASE TOOLS tab.
D) Show/Hide group on the QUERY TOOLS DESIGN tab.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
31
Which of the following aggregate functions CANNOT be used with Short Text data?

A) MINIMUM
B) AVG
C) MAXIMUM
D) COUNT
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
32
The default option in the total row is:

A) first.
B) group By.
C) sum.
D) expression.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
33
A(n)________ is the data used by a function to produce a result.

A) control
B) parameter
C) constraint
D) argument
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
34
Expression Builder inserts ________ that tell you where each argument belongs.

A) rows
B) fields
C) placeholders
D) columns
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
35
Which of the following aggregate functions CANNOT be used with Data/Time data?

A) SUM
B) AVG
C) MINIMUM
D) COUNT
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
36
Which of the following is NOT a Pmt function argument?

A) rate
B) present_value
C) future_value
D) loan_payment
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
37
The Pmt function is BEST suited to determine:

A) the rate of interest on a car loan.
B) the due date of a car loan.
C) the monthly payment on a car loan.
D) the average payment of a car loan.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
38
Sum,Avg,and Max are examples of ________ functions that are used to evaluate entire columns of data.

A) compound
B) aggregate
C) number
D) summary
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
39
When using the Pmt function,principal is another term for the ________ of a loan.

A) rate
B) duration
C) future value
D) present value
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
40
An expression or integer value specifying total number of payments in a loan is the ________ argument in the PMT function.

A) rate
B) num_periods
C) present_value
D) future_value
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
41
According to the order of operations,addition and subtraction are evaluated before multiplication and division if the addition and subtraction equations are contained within parentheses
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
42
The Pmt function returns the monthly payment due on a loan.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
43
Formats available on the Property Sheet vary based on the data type.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
44
Exponents are evaluated first according to the order of operations.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
45
Calculated fields are created in the Datasheet view of a table.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
46
Unlike Excel,Access does not contain any built-in functions.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
47
The sequence which operations are performed is determined by the order of operations.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
48
According to the order of operations,multiplication and addition are evaluated before Division and subtraction.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
49
A constant is a value that remains the same in an expression.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
50
Calculated fields can only be displayed on a form.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
51
It is NOT possible to change the caption for a calculated field column heading.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
52
Following the order of operations,3+2*6 evaluates to 30.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
53
The Property Sheet enables you to change settings such as number format,number of decimal places,and other settings.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
54
When you use a table field in an expression,Access will automatically correct any spelling errors in the field name.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
55
Forgetting the colon between a column title and the formula would give you an invalid syntax error.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
56
Expression builder can be launched by right-clicking the cell where you want the expression,and selecting Build from the shortcut menu.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
57
It is a good habit to use spaces in calculated field names so that it will be easier to reference these fields in other queries.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
58
The order of operations determines the sequence by which operations are calculated.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
59
You must have a query open in Design view to launch the Expression Builder.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
60
The Calculated fields in Datasheet view can be edited in the same way other fields from a table are edited.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
61
The AVG function can only be used with the Number data type.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
62
The MAXIMUM aggregate function can work with Short Text data.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
63
* is the symbol for ________.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
64
Match between columns
Sum
Returns the mean value of a group of numbers
Sum
Returns the number of fields containing data
Sum
Returns the data item with the highest value
Sum
Returns the data item with the lowest value
Sum
Returns the total value of a column of numbers
Count
Returns the mean value of a group of numbers
Count
Returns the number of fields containing data
Count
Returns the data item with the highest value
Count
Returns the data item with the lowest value
Count
Returns the total value of a column of numbers
Avg
Returns the mean value of a group of numbers
Avg
Returns the number of fields containing data
Avg
Returns the data item with the highest value
Avg
Returns the data item with the lowest value
Avg
Returns the total value of a column of numbers
Maximum
Returns the mean value of a group of numbers
Maximum
Returns the number of fields containing data
Maximum
Returns the data item with the highest value
Maximum
Returns the data item with the lowest value
Maximum
Returns the total value of a column of numbers
Minimum
Returns the mean value of a group of numbers
Minimum
Returns the number of fields containing data
Minimum
Returns the data item with the highest value
Minimum
Returns the data item with the lowest value
Minimum
Returns the total value of a column of numbers
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
65
Sum,Count,and Avg are all examples of aggregate functions.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
66
The SUM aggregate function can work with Date/Time data.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
67
A summary query is used to display only aggregate data when the query is run.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
68
PEMDAS is a mnemonic device used to remember the ________.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
69
Match between columns
Operators
The names of fields,controls,or properties
Operators
Arithmetic instructions such as * ,/ ,+ ,or -
Operators
Produce results based on inputs
Operators
Values that do not change
Operators
Elements with a changing value
Identifiers
The names of fields,controls,or properties
Identifiers
Arithmetic instructions such as * ,/ ,+ ,or -
Identifiers
Produce results based on inputs
Identifiers
Values that do not change
Identifiers
Elements with a changing value
Functions
The names of fields,controls,or properties
Functions
Arithmetic instructions such as * ,/ ,+ ,or -
Functions
Produce results based on inputs
Functions
Values that do not change
Functions
Elements with a changing value
Variables
The names of fields,controls,or properties
Variables
Arithmetic instructions such as * ,/ ,+ ,or -
Variables
Produce results based on inputs
Variables
Values that do not change
Variables
Elements with a changing value
Constants
The names of fields,controls,or properties
Constants
Arithmetic instructions such as * ,/ ,+ ,or -
Constants
Produce results based on inputs
Constants
Values that do not change
Constants
Elements with a changing value
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
70
The present_value argument of the Pmt Function is the amount owed after the final payment has been made.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
71
Aggregate functions perform calculations on an entire row of data and return a single value.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
72
Match between columns
*
Addition
*
Multiplication
*
Division
*
Exponentiation
*
Subtraction
/
Addition
/
Multiplication
/
Division
/
Exponentiation
/
Subtraction
+
Addition
+
Multiplication
+
Division
+
Exponentiation
+
Subtraction
-
Addition
-
Multiplication
-
Division
-
Exponentiation
-
Subtraction
^
Addition
^
Multiplication
^
Division
^
Exponentiation
^
Subtraction
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
73
A query with a Total row is the same as a totals query.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
74
^ is the symbol for ________.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
75
A Total row in a table can include functions such as Sum,Avg,and Count.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
76
Match between columns
Syntax
Performs calculations on a column of data and returns a single value
Syntax
Tool used to create complicated expressions
Syntax
Contains formatting information
Syntax
Contains an additional row that displays aggregate data
Syntax
Specifies structure and components for a calculation
Property sheet
Performs calculations on a column of data and returns a single value
Property sheet
Tool used to create complicated expressions
Property sheet
Contains formatting information
Property sheet
Contains an additional row that displays aggregate data
Property sheet
Specifies structure and components for a calculation
Aggregate function
Performs calculations on a column of data and returns a single value
Aggregate function
Tool used to create complicated expressions
Aggregate function
Contains formatting information
Aggregate function
Contains an additional row that displays aggregate data
Aggregate function
Specifies structure and components for a calculation
Totals Query
Performs calculations on a column of data and returns a single value
Totals Query
Tool used to create complicated expressions
Totals Query
Contains formatting information
Totals Query
Contains an additional row that displays aggregate data
Totals Query
Specifies structure and components for a calculation
Expression Builder
Performs calculations on a column of data and returns a single value
Expression Builder
Tool used to create complicated expressions
Expression Builder
Contains formatting information
Expression Builder
Contains an additional row that displays aggregate data
Expression Builder
Specifies structure and components for a calculation
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
77
The future_value argument of the Pmt Function is the amount that is being borrowed.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
78
It is NOT possible to add a condition to a Totals query.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
79
A Total row displays the results of aggregate functions as the last row in the Datasheet view.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
80
Match between columns
Total Row
Summarizes data by the values of a field
Total Row
Determines the sequence in which calculations are performed
Total Row
Data needed to produce the output for a function
Total Row
Displays results of aggregate functions in last row in a Datasheet
Total Row
Consist of different elements to produce the desired output
Order of operations
Summarizes data by the values of a field
Order of operations
Determines the sequence in which calculations are performed
Order of operations
Data needed to produce the output for a function
Order of operations
Displays results of aggregate functions in last row in a Datasheet
Order of operations
Consist of different elements to produce the desired output
Grouping
Summarizes data by the values of a field
Grouping
Determines the sequence in which calculations are performed
Grouping
Data needed to produce the output for a function
Grouping
Displays results of aggregate functions in last row in a Datasheet
Grouping
Consist of different elements to produce the desired output
Argument
Summarizes data by the values of a field
Argument
Determines the sequence in which calculations are performed
Argument
Data needed to produce the output for a function
Argument
Displays results of aggregate functions in last row in a Datasheet
Argument
Consist of different elements to produce the desired output
Expression
Summarizes data by the values of a field
Expression
Determines the sequence in which calculations are performed
Expression
Data needed to produce the output for a function
Expression
Displays results of aggregate functions in last row in a Datasheet
Expression
Consist of different elements to produce the desired output
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 100 flashcards in this deck.