Chapter 3 questions and Answer - access Flashcards

Questions and Answers for chapter 3

1
Q

Aggregate functions perform calculations on:

A

entire columns of data.

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

Dates in Access are stored as sequential numbers, allowing for calculations known as ______________ to be performed on dates.

A

Date Arithmetic

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

Tara is working on a database that holds employee information. There is a table called Employees that includes a field called HireDate. Tara needs to design a query with an expression that will have the query results show all employees hired in a certain year. Which function will assist Tara in completing this query?

A

DatePart()

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

What is the order of operations?

A

Exponentiation, Multiplication, Division, Addition, Subtraction

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

Consider the following equation: (5+3) * 2/4 =. What is the value of this equation?

A

Correct Answer:

4

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

An expression may contain a constant which is a:

A

value that does not change.

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

A set of rules that Access follows when evaluating expressions is called:

A

syntax.

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

All of the following statements regarding functions are true EXCEPT that:

A

function arguments need not be in any specific order.

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

The ________________________ function allows you to enter the current date into an expression.

A

Date()

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

What does the following expression do?

DatePart(“yyyy”,[Employee]![BirthDate])

A

Isolates the year in the BirthDate field of Employee table

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

True or False An aggregate function, unlike other functions, can return multiple values

A

False

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

True of False Arguments used to produce output for functions must be constants.

A

False

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

True or False A function produces a single value based on inputs.

A

True

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

True or False The PMT() function calculates the interest paid on a loan.

A

False

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

True or False Date formatting changes the underlying value of a date field.

A

False

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

True or False If you forget to add a name to a calculated field in expression builder, an error will result.

A

False

17
Q

True or False The Count() function calculates the number of items in a column, but does not add their values.

A

True

18
Q

True or False Many common functions are located in the Built-In Functions folder in the Expression Builder.

A

True

19
Q

True or False Dates in Access are stored as the number of days that have elapsed since December 31st, 1899.

A

True

20
Q

True or False The IIf() function is used when different values must be used for true or false conditions.

A

True

21
Q

True or False The IIf() function may be nested when two conditions are not sufficient to evaluate an expression.

A

True

22
Q

True or False Using Expression Builder for a calculated field helps eliminate spelling errors in field names.

A

True

23
Q

True or False Some elements of expressions include functions, tables, constants, and operators.

A

True

24
Q

An Excel spreadsheet can be used to verify True or False results in a query containing calculated fields.

A

True

25
Q

True or False Calculated fields can be used as input for other calculated fields.

A

True