Access Chapter 3 Flashcards

1
Q

Constant

A

A value that does not change.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Expression

A

A formula used to calculate new fields form the values in existing fields.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Order of Operations

A

Determines the sequence by which operations are calculated in an expression.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Syntax

A

Dictates the structure and components required to perform the necessary calculations in an equation or evaluate expressions.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Property Sheet

A

Enables you to change settings such as number format, number of decimal places, and caption.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Expression Builder

A

An Access tool that helps you create more complicated expressions.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Function

A

A predefined computation that performs a complex calculation. Almost 150 are built into Access.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Argument

A

Any data needed to produce output for a function.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Pmt Function

A

Calculates the periodic loan payment given the interest rate per period, term of the loan in months, and the original value of the loan.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Aggregate Function

A

Performs calculations on an entire column of data and returns a single value. Includes functions such as Sum, Avg, and Count.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Total Row

A

Displays aggregate function results as the last row in the Datasheet view of a table or query.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Totals Query

A

Makes an additional row available in the query design grid. Used to display aggregate data when the query is run.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Grouping

A

Allows you to summarize your data by the values of a field.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Which of the following correctly identifies the rules for the order of operations?

A

Parentheses, exponentiation, multiplication, division, addition, subtraction

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is the result of the following expression? (3*5)+7-2-6/2

A

17

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Which of the following cannot be adjusted in the Property Sheet?

A

Mathematical expression

17
Q

Which of the following can be adjusted in the Property Sheet?

A
  • Number of decimal places.
  • Caption.
  • Number format (for example, currency)
18
Q

Which of the following is not an aggregate function?

19
Q

Which of the following is an aggregate function?

A
  • Avg
  • Count
  • Min
20
Q

Which of the following can be added to a totals query?

A
  • Conditions
  • Grouping Fields
  • Aggregate Functions
21
Q

Which statement about a totals query is true?

A

A totals query may contain several grouping fields and sewerage aggregate fields.

22
Q

Which of the following statements is true?

A

A last name would be a common field to group by.

23
Q

After creating a calculated field, you run the query and a Parameter dialog box appears on your screen. How do you respond to the Parameter dialog box?

A

Look for a possible typing error in the calculated expression.

24
Q

A query contains student names. You run the query and while in Datasheet view, you notice a spelling error on one of the student’s names. You correct the error in Datasheet view. Which statement is true?

A

The name is correctly spelled in the table and in all queries based on the table.

25
Which of the following about the Total row in the query design grid is false?
The Total row cannot be applied to numeric fields.
26
Which of the following about the Total row in the query design grid is true?
- The Total row enables you to apply aggregate functions to the fields. - The Total row does not display by default in all new queries. - The Total row is located between the Table and the Sort rows.