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?

21
Q

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

22
Q

The relational operator for “not equal” is _____.

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

24
Q

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

25
In Excel, relational operators can be used to determine if an expression is _____.
TRUE or FALSE
26
The logical construct =AND(A3:A30) is used when only one item must be TRUE to return a TRUE value.
False
27
Relational expressions are not case sensitive.
True
28
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.
False
29
For the expression =A5=B5, the first equal sign is interpreted as _____.
the beginning of the formula
30
Relational operators can only be used to evaluate numbers...not text.
False
31
The syntax of the NOT function can evaluate a range of values.
False
32
With regards to relational operators and text values, a greater value is one that appears earlier in the alphabet.
False
33
Relational operators can be used to evaluate _____.
All three of the listed answers.
34
For the formula =3+7=10, the resulting value is _____.
TRUE
35
The formula =OR(45
TRUE
36
=AND(FALSE,FALSE,FALSE,FALSE,FALSE,FALSE) evaluates to _____.
FALSE
37
The comparison phrase of "not between" means to identify values outside of lower and upper limits.
True
38
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.
False
39
The formula =OR(B5:B25) returns a value of _____ if any of the values in B5 through B25 contain the value TRUE.
TRUE
40
TRUE and FALSE are Boolean values.
True
41
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.
False
42
A(n) _____ function returns a value of FALSE only if all of its arguments are FALSE.
OR
43
If the cell M1 contains Monkey1 and cell D1 contains Dog2, the formula =M1
FALSE