Quiz 4 Flashcards

1
Q

If a cell contains the formula =Goodbye

A

NAME?

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

If B3 contains the date 12/31/2006 and C3 contains the date 12/31/2005, then =B3

A

FALSE

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

To change a TRUE value to FALSE, or a FALSE value to TRUE, use the _____ function.

A

NOT

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

If you want apply formatting to G3 based on the value in cell F3, use conditional formatting’s “Format only cells that contain” option.

A

False

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

A(n) _____ function returns a value of TRUE if at least one argument is TRUE.

A

OR

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

Relational operators can be used to evaluate dates.

A

True

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

When using an OR function, if only one of two arguments equals FALSE (and the other argument equals TRUE), an OR function results in a value of _____.

A

TRUE

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

When using a IF function, formulas can be used within a Value_if_true or Value_if_false argument if the formula is enclosed within quotation marks.

A

False

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

If the values in cells F3, F4, F5, and F6 are all less than 100, the function =OR(F3>100,F4>100,F5>100,F6>100) returns a value of ______.

A

FALSE

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

To apply “Cell Value Is” conditional formatting, first _____.

A

select the cells you want to conditionally format

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

For the expression =B2=C2, the second equal sign is interpreted as a _____.

A

relational operator

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

The comparison phrase of “between” is used to _____.

A

set lower and upper limits inclusive of the specified values

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

A(n) _____ function returns a value of TRUE only if all arguments in the function are TRUE.

A

AND

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

(Ignoring the initial = that precedes a formula,) you cannot use two operators (=, =, etc.) within the same logical_test argument of an IF function unless you also use an additional function such as OR or AND.

A

True

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

The AND function results in a FALSE value if either Condition #1 or Condition #2 is _____.

A

FALSE

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

An equivalent formula for =IF(G3=0,C3,C3+G3+25) is _____.

A

=IF(G30,C3+G3+25,C3)

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

The result of the formula =SUM(4,7)11 is _____.

A

FALSE

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

=AND(F3,NOT(OR(G3:H3))) is an example of a(n) _____ construct.

A

“Only”

19
Q

=AND(NOT(F3),NOT(G3),NOT(H3)) is an example of a(n) _____ construct.

A

“None Of”

20
Q

To find whether the value in cell A1 is between 5 and 10 (inclusive), what function could you use?

A

AND

21
Q

To evaluate a logical test and return a TRUE or FALSE value, you need to use an IF function.

A

False

22
Q

The relational operator for “not equal” is _____.

A
23
Q

To find whether an integer in cell A1 is in the 20’s (20, 21….29), you could use the following formula: =OR(A1>=20,A1

A

False

24
Q

The OR function evaluates logical arguments to determine if at least one argument is TRUE.

A

True

25
Q

In Excel, relational operators can be used to determine if an expression is _____.

A

TRUE or FALSE

26
Q

The logical construct =AND(A3:A30) is used when only one item must be TRUE to return a TRUE value.

A

False

27
Q

Relational expressions are not case sensitive.

A

True

28
Q

It’s usually okay to hard-code (enter) text phrases in IF functions and Conditional formatting rules in order to make the formulas more flexible.

A

False

29
Q

For the expression =A5=B5, the first equal sign is interpreted as _____.

A

the beginning of the formula

30
Q

Relational operators can only be used to evaluate numbers…not text.

A

False

31
Q

The syntax of the NOT function can evaluate a range of values.

A

False

32
Q

With regards to relational operators and text values, a greater value is one that appears earlier in the alphabet.

A

False

33
Q

Relational operators can be used to evaluate _____.

A

All three of the listed answers.

34
Q

For the formula =3+7=10, the resulting value is _____.

A

TRUE

35
Q

The formula =OR(45

A

TRUE

36
Q

=AND(FALSE,FALSE,FALSE,FALSE,FALSE,FALSE) evaluates to _____.

A

FALSE

37
Q

The comparison phrase of “not between” means to identify values outside of lower and upper limits.

A

True

38
Q

Be sure to always include an = sign in front of any formulas inserted within the Value_if_true or Value_if_false argument of an IF function.

A

False

39
Q

The formula =OR(B5:B25) returns a value of _____ if any of the values in B5 through B25 contain the value TRUE.

A

TRUE

40
Q

TRUE and FALSE are Boolean values.

A

True

41
Q

If the values in cells F3, F4, F5, and F6 are all greater than 100, the formula =OR(F3:F6>100) will always return a value of TRUE.

A

False

42
Q

A(n) _____ function returns a value of FALSE only if all of its arguments are FALSE.

A

OR

43
Q

If the cell M1 contains Monkey1 and cell D1 contains Dog2, the formula =M1

A

FALSE