Deck 4: Applying Logic in Decision Making

ملء الشاشة (f)
exit full mode
سؤال
The syntax of the IF function is =IF(logical_test,value_if_true,value_if_false).
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
An IF function can be used to evaluate a logical test, such as determining if the 90-days past due balance is greater than 0, with only two resulting values: a value_if_true and a value_if_false.
سؤال
The AND function evaluates a list of logical arguments to determine if at least one of the arguments is TRUE.
سؤال
An IF function is a Boolean logical function that returns one value if a specified condition evaluates to TRUE, and the same value if the specified condition evaluates to FALSE.
سؤال
In a nested IF function, the second argument (value_if_true) and/or the third argument (value_if_false) cannot contain another IF function.
سؤال
If you want to compare the value 3 to the value 5 to see if 3 is greater than 5, you would enter the following formula: =3>5.
سؤال
For an OR function to be TRUE, at least one of its arguments must be TRUE.
سؤال
To test if neither L3 nor M3 is TRUE, you can use the none of construct.
سؤال
One approach to determining if none of the credit rules is TRUE for a specific customer is to figure out if each rule results in a FALSE value.
سؤال
Dun & Street (D&S) is one of the most widely used financial reporting services that provides, among other products, financial information about corporations and institutions.
سؤال
Excel provides unconditional formatting tools, which are tools you can use to identify a set of conditions and specify the formatting if those conditions are met.
سؤال
The NOT function takes only one argument and essentially changes a single TRUE value to FALSE, or a single FALSE value to TRUE.
سؤال
TRUE and FALSE are referred to as Boolean logical values.
سؤال
The syntax of the NOT function evaluates only a single TRUE or FALSE value, not a range of values.
سؤال
When laying out a complex IF function, a good way to proceed is to take the information and represent this process schematically in a bar chart.
سؤال
The formula =OR(K3:K21) returns a TRUE value if any of the values in K3 through K21 contain the value TRUE.
سؤال
Use the logical construct of OR(A1) to change a single TRUE to FALSE or a single FALSE to TRUE.
سؤال
In cases where you want to test criteria between a range of values, placing the logical tests in a specific order-either from highest to lowest or lowest to highest-can save a considerable amount of work.
سؤال
Relational operators can be used to evaluate dates.
سؤال
The term parent-child means that a function contains additional formulas and/or functions as one or more of its arguments.
سؤال
In the formula =(1+2)/3<>10, the numbers 1 and 2 are added after they are divided by 3.
____________________
سؤال
Dun & Bradstreet's credit rating includes a composite credit appraisal score that ranges from ____.

A) 1 to 4
B) 1 to 10
C) 1 to 100
D) A to Z
سؤال
Each value in the AND function can consist of cell references or a range of cells and functions that reduce to a single TRUE or FALSE value.
____________________
سؤال
For a(n) AND function to be TRUE, all of its arguments must be TRUE. ____________________
سؤال
Dun & Bradstreet's credit rating includes a classification ranging from ____ indicating the net worth category of the company.

A) 5A to HH
B) 1A to ZZ
C) 2B to 2Z
D) 1 to 100
سؤال
Use the NOT function to change a TRUE value to FALSE or a FALSE value to TRUE.
____________________
سؤال
The result of the formula =100>MAX(5,10,20) is FALSE. ____________________
سؤال
The NOT function evaluates only one logical argument to determine if it is FALSE.
____________________
سؤال
The Highlight Cells Rules submenu options called Equal To identify either duplicate values with a specific format or unique values. ____________________
سؤال
To apply an icon set and modify criteria rules, highlight the cell(s) to be formatted and then click the Conditional Formatting button to open the Conditional Formatting drop-down menu.
____________________
سؤال
The result of the formula =B3>=C3 where cell B3 contains the date 1/1/2010 and cell C3 contains the date 12/31/2009 is ____.

A) TRUE
B) FALSE
C) ERROR
D) EQUAL
سؤال
The function =C2="Hello" uses relational operators to evaluate text labels.
____________________
سؤال
NOT(H2=2) returns the value FALSE assuming that cell H2 contains any value other
than 2. ____________________
سؤال
With conditional formatting, if both types of formatting cannot be applied to the cell simultaneously, the rule that appears first in the rules list overrides other rules for that specific cell. ____________________
سؤال
Some examples of relational logical functions are AND, OR, and NOT.
____________________
سؤال
The Conditional Formatting tools allow you to insert colored bars (called info bars) in addition to standard formatting. ____________________
سؤال
The financial stress risk class is a rating from ____, indicating the risk of a company in financial distress, where 1 represents businesses with the lowest probability of risk.

A) 1 to 5
B) 1 to 4
C) 1 to 9
D) 1 to 99
سؤال
PAYDEX provides a score from 1 to 100, with 100 representing the worst payment record. ____________________
سؤال
You can use the ____ logical functions AND, OR, and NOT.

A) Boolean
B) Bradstreet
C) relational
D) simple
سؤال
=OR(I3>90,I4>90,I5>90,I6>90) returns a TRUE value if the values in cells I3, I4, I5,
and I6 all contain values of 90 or less. ____________________
سؤال
In the formula =(1+2)/3<>10, Excel evaluates ____ first.

A) 1+2
B) 2/3
C) 3<>10
D) 3/3
سؤال
The result of the formula =C1<=D1 where cell C1 contains the label "AA" and cell D1 contains the label "BB" is ____.

A) TRUE
B) FALSE
C) ERROR
D) EQUAL
سؤال
Relational expressions ____.

A) are not case sensitive
B) are case sensitive
C) only read uppercase letters
D) only read lowercase letters
سؤال
Excel interprets the formula =Goodbye>Hello, with no quotation marks, by ____.

A) looking for a range named Goodbye and a range named Hello
B) looking for a range named Hello and a range named Goodbye
C) returning the value TRUE
D) returning the value FALSE
سؤال
The >, >=, <, and <= operators also work with text, where a greater value is one that appears later in the ____.

A) alphabet
B) formula
C) worksheet
D) logic
سؤال
The result of the formula =100>MAX(5,10,20) is ____.

A) TRUE
B) FALSE
C) TRUE or FALSE
D) ERROR
سؤال
The OR function returns a value of FALSE if ____.

A) all arguments in the function are TRUE
B) one or more of the arguments in the function are TRUE
C) all arguments in the function are FALSE
D) one or more of the arguments in the function are TRUE
سؤال
The NOT function essentially changes the value ____.

A) TRUE to FALSE
B) FALSE to TRUE
C) either a or b
D) neither a nor b
سؤال
When all of the operands copy relatively, no ____ references are required.

A) absolute
B) relative
C) both a and b
D) neither a nor b
سؤال
Assuming that cell D4 contains the date 12/31/2013 and cell D1 contains the date 1/1/2014, you could write the formula =D4>=D1, and the result would be ____.

A) TRUE
B) FALSE
C) EQUAL
D) ERROR
سؤال
Dates are stored as ____.

A) text and numbers
B) sequential numbers
C) text only
D) a series of slashes and numbers
سؤال
An AND function returns a value of TRUE if ____.

A) all arguments in the function are TRUE
B) one or more of the arguments in the function are TRUE
C) all arguments in the function are FALSE
D) one or more of the arguments in the function are TRUE
سؤال
Relational expressions begin with a(n) ____.

A) equal sign
B) quotation mark
C) question mark
D) parenthesis
سؤال
If you entered the date 1/1/2014 directly into a formula, Excel interprets the entry as a ____.

A) numeric expression
B) date
C) both a and b
D) neither a nor b
سؤال
In the formula =B2=C2, the second equal sign is interpreted as ____.

A) the beginning of a formula
B) a relational operator
C) an absolute operator
D) a relative operator
سؤال
When you encounter the keywords either and or (meaning if either condition is met) followed by a specified outcome, the situation indicates the need for a(n) ____ function.

A) AND
B) OR
C) NOT
D) IF
سؤال
You can use dates in ____.

A) relational expressions
B) arithmetic expressions
C) both a and b
D) neither a nor b
سؤال
The formula =OR(25<24,MIN(1,10)<2,3<=2+1) returns a ____ value.

A) TRUE
B) FALSE
C) numeric
D) error
سؤال
The result of the formula =B3

A) TRUE
B) FALSE
C) ERROR
D) EQUAL
سؤال
=OR(FALSE,TRUE,TRUE) results in the final value of ____.

A) TRUE
B) FALSE
C) EQUAL
D) ERROR
سؤال
Excel ____ empty cells in a range of cells in an AND or OR function.

A) ignores
B) deletes
C) fills
D) highlights
سؤال
In conditional formatting, the last rule created will appear ____ the list, unless you change the order of the rules.

A) last in
B) first in
C) in the middle of
D) below
سؤال
After establishing both the relational operator and the condition, you need to specify the formatting to be applied if the condition is met, including ____.

A) font style and borders
B) font type and font size
C) both a and b
D) neither a nor b
سؤال
With the AND function, arguments can consist of ____.

A) cell references
B) a range of cells containing Boolean logical values
C) relational expressions
D) all of the above
سؤال
Excel provides ____ tools, which are tools you can use to identify a set of conditions and specify the formatting if those conditions are met.

A) Conditional Formatting
B) Unconditional Formatting
C) Conditional Editing
D) Unconditional Editing
سؤال
Unlike cell referencing within a worksheet, the default for conditional formatting is a(n) ____ cell reference.

A) relative
B) absolute
C) complex
D) simple
سؤال
A range can be used in a Boolean logical AND or OR function if the range refers to cells containing ____.

A) text values
B) TRUE or FALSE values
C) numeric values
D) absolute values
سؤال
Use the ____ button to launch the New Formatting Rule dialog box.

A) New Rule
B) New Formatting
C) New Launch
D) New
سؤال
If the conditions are not mutually exclusive, resulting in more than one specified condition being TRUE, the formatting ____.

A) of the last specified rule overrides those of earlier rules
B) of the first specified rule overrides those of later rules
C) defaults back to match the rest of the spreadsheet
D) is applied by merging the formatting of all of the conditions
سؤال
To remove all of the conditional formatting on a worksheet, select the Conditional Formatting button, select ____ in the drop-down menu, and then click Clear Rules from Entire Sheet.

A) Clear Rules
B) Clear Formatting
C) Clear Editing
D) Clear
سؤال
You can apply conditional formatting to cells based on ____.

A) the value in a cell
B) results of a specified formula that returns a Boolean value
C) the name of the function used in the cell
D) both a and b
سؤال
The syntax of the NOT function is as follows: ____.

A) NOT(logical1)
B) NOT(logical1,logical2,...)
C) NOT(reference1)
D) NOT(value1,value2,...)
سؤال
You can change the formatting of a cell quite easily using the formatting buttons on the ____ tab.

A) HOME
B) CREATE
C) EDIT
D) PROOF
سؤال
The syntax of the AND function is as follows: ____.

A) AND(logical1,logical2,...)
B) AND(value1,value2,...)
C) AND(ref1,ref2,ref3,...)
D) AND(if then,false then)
سؤال
The formula =NOT(K3:K21) will result in an answer of ____ if all cells in the range are TRUE.

A) TRUE
B) FALSE
C) SUM
D) none of the above
سؤال
NOT(FALSE) returns the value ____.

A) TRUE
B) FALSE
C) EQUAL
D) ERROR
سؤال
The Conditional Formatting Rules Manager dialog box can be used to ____.

A) create new rules
B) edit or delete existing rules
C) change the order of these rules
D) all of the above
سؤال
One of the easiest ways to use conditional formatting is to apply preset formats such as ____.

A) Data Bars
B) Color Scales
C) Icon Sets
D) all of the above
سؤال
The result of the formula =OR(I3:I21>90), where cell I5 is 92, is ____.

A) FALSE
B) TRUE
C) ERROR
D) both a and b
سؤال
After establishing the conditional formatting in one row, you can use the ____ tool to copy the formatting down the column to the remaining rows.

A) Format Painter
B) Paint
C) Format
D) Copy
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/150
auto play flashcards
العب
simple tutorial
ملء الشاشة (f)
exit full mode
Deck 4: Applying Logic in Decision Making
1
The syntax of the IF function is =IF(logical_test,value_if_true,value_if_false).
True
2
An IF function can be used to evaluate a logical test, such as determining if the 90-days past due balance is greater than 0, with only two resulting values: a value_if_true and a value_if_false.
True
3
The AND function evaluates a list of logical arguments to determine if at least one of the arguments is TRUE.
False
4
An IF function is a Boolean logical function that returns one value if a specified condition evaluates to TRUE, and the same value if the specified condition evaluates to FALSE.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 150 في هذه المجموعة.
فتح الحزمة
k this deck
5
In a nested IF function, the second argument (value_if_true) and/or the third argument (value_if_false) cannot contain another IF function.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 150 في هذه المجموعة.
فتح الحزمة
k this deck
6
If you want to compare the value 3 to the value 5 to see if 3 is greater than 5, you would enter the following formula: =3>5.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 150 في هذه المجموعة.
فتح الحزمة
k this deck
7
For an OR function to be TRUE, at least one of its arguments must be TRUE.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 150 في هذه المجموعة.
فتح الحزمة
k this deck
8
To test if neither L3 nor M3 is TRUE, you can use the none of construct.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 150 في هذه المجموعة.
فتح الحزمة
k this deck
9
One approach to determining if none of the credit rules is TRUE for a specific customer is to figure out if each rule results in a FALSE value.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 150 في هذه المجموعة.
فتح الحزمة
k this deck
10
Dun & Street (D&S) is one of the most widely used financial reporting services that provides, among other products, financial information about corporations and institutions.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 150 في هذه المجموعة.
فتح الحزمة
k this deck
11
Excel provides unconditional formatting tools, which are tools you can use to identify a set of conditions and specify the formatting if those conditions are met.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 150 في هذه المجموعة.
فتح الحزمة
k this deck
12
The NOT function takes only one argument and essentially changes a single TRUE value to FALSE, or a single FALSE value to TRUE.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 150 في هذه المجموعة.
فتح الحزمة
k this deck
13
TRUE and FALSE are referred to as Boolean logical values.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 150 في هذه المجموعة.
فتح الحزمة
k this deck
14
The syntax of the NOT function evaluates only a single TRUE or FALSE value, not a range of values.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 150 في هذه المجموعة.
فتح الحزمة
k this deck
15
When laying out a complex IF function, a good way to proceed is to take the information and represent this process schematically in a bar chart.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 150 في هذه المجموعة.
فتح الحزمة
k this deck
16
The formula =OR(K3:K21) returns a TRUE value if any of the values in K3 through K21 contain the value TRUE.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 150 في هذه المجموعة.
فتح الحزمة
k this deck
17
Use the logical construct of OR(A1) to change a single TRUE to FALSE or a single FALSE to TRUE.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 150 في هذه المجموعة.
فتح الحزمة
k this deck
18
In cases where you want to test criteria between a range of values, placing the logical tests in a specific order-either from highest to lowest or lowest to highest-can save a considerable amount of work.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 150 في هذه المجموعة.
فتح الحزمة
k this deck
19
Relational operators can be used to evaluate dates.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 150 في هذه المجموعة.
فتح الحزمة
k this deck
20
The term parent-child means that a function contains additional formulas and/or functions as one or more of its arguments.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 150 في هذه المجموعة.
فتح الحزمة
k this deck
21
In the formula =(1+2)/3<>10, the numbers 1 and 2 are added after they are divided by 3.
____________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 150 في هذه المجموعة.
فتح الحزمة
k this deck
22
Dun & Bradstreet's credit rating includes a composite credit appraisal score that ranges from ____.

A) 1 to 4
B) 1 to 10
C) 1 to 100
D) A to Z
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 150 في هذه المجموعة.
فتح الحزمة
k this deck
23
Each value in the AND function can consist of cell references or a range of cells and functions that reduce to a single TRUE or FALSE value.
____________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 150 في هذه المجموعة.
فتح الحزمة
k this deck
24
For a(n) AND function to be TRUE, all of its arguments must be TRUE. ____________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 150 في هذه المجموعة.
فتح الحزمة
k this deck
25
Dun & Bradstreet's credit rating includes a classification ranging from ____ indicating the net worth category of the company.

A) 5A to HH
B) 1A to ZZ
C) 2B to 2Z
D) 1 to 100
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 150 في هذه المجموعة.
فتح الحزمة
k this deck
26
Use the NOT function to change a TRUE value to FALSE or a FALSE value to TRUE.
____________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 150 في هذه المجموعة.
فتح الحزمة
k this deck
27
The result of the formula =100>MAX(5,10,20) is FALSE. ____________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 150 في هذه المجموعة.
فتح الحزمة
k this deck
28
The NOT function evaluates only one logical argument to determine if it is FALSE.
____________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 150 في هذه المجموعة.
فتح الحزمة
k this deck
29
The Highlight Cells Rules submenu options called Equal To identify either duplicate values with a specific format or unique values. ____________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 150 في هذه المجموعة.
فتح الحزمة
k this deck
30
To apply an icon set and modify criteria rules, highlight the cell(s) to be formatted and then click the Conditional Formatting button to open the Conditional Formatting drop-down menu.
____________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 150 في هذه المجموعة.
فتح الحزمة
k this deck
31
The result of the formula =B3>=C3 where cell B3 contains the date 1/1/2010 and cell C3 contains the date 12/31/2009 is ____.

A) TRUE
B) FALSE
C) ERROR
D) EQUAL
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 150 في هذه المجموعة.
فتح الحزمة
k this deck
32
The function =C2="Hello" uses relational operators to evaluate text labels.
____________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 150 في هذه المجموعة.
فتح الحزمة
k this deck
33
NOT(H2=2) returns the value FALSE assuming that cell H2 contains any value other
than 2. ____________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 150 في هذه المجموعة.
فتح الحزمة
k this deck
34
With conditional formatting, if both types of formatting cannot be applied to the cell simultaneously, the rule that appears first in the rules list overrides other rules for that specific cell. ____________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 150 في هذه المجموعة.
فتح الحزمة
k this deck
35
Some examples of relational logical functions are AND, OR, and NOT.
____________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 150 في هذه المجموعة.
فتح الحزمة
k this deck
36
The Conditional Formatting tools allow you to insert colored bars (called info bars) in addition to standard formatting. ____________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 150 في هذه المجموعة.
فتح الحزمة
k this deck
37
The financial stress risk class is a rating from ____, indicating the risk of a company in financial distress, where 1 represents businesses with the lowest probability of risk.

A) 1 to 5
B) 1 to 4
C) 1 to 9
D) 1 to 99
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 150 في هذه المجموعة.
فتح الحزمة
k this deck
38
PAYDEX provides a score from 1 to 100, with 100 representing the worst payment record. ____________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 150 في هذه المجموعة.
فتح الحزمة
k this deck
39
You can use the ____ logical functions AND, OR, and NOT.

A) Boolean
B) Bradstreet
C) relational
D) simple
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 150 في هذه المجموعة.
فتح الحزمة
k this deck
40
=OR(I3>90,I4>90,I5>90,I6>90) returns a TRUE value if the values in cells I3, I4, I5,
and I6 all contain values of 90 or less. ____________________
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 150 في هذه المجموعة.
فتح الحزمة
k this deck
41
In the formula =(1+2)/3<>10, Excel evaluates ____ first.

A) 1+2
B) 2/3
C) 3<>10
D) 3/3
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 150 في هذه المجموعة.
فتح الحزمة
k this deck
42
The result of the formula =C1<=D1 where cell C1 contains the label "AA" and cell D1 contains the label "BB" is ____.

A) TRUE
B) FALSE
C) ERROR
D) EQUAL
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 150 في هذه المجموعة.
فتح الحزمة
k this deck
43
Relational expressions ____.

A) are not case sensitive
B) are case sensitive
C) only read uppercase letters
D) only read lowercase letters
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 150 في هذه المجموعة.
فتح الحزمة
k this deck
44
Excel interprets the formula =Goodbye>Hello, with no quotation marks, by ____.

A) looking for a range named Goodbye and a range named Hello
B) looking for a range named Hello and a range named Goodbye
C) returning the value TRUE
D) returning the value FALSE
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 150 في هذه المجموعة.
فتح الحزمة
k this deck
45
The >, >=, <, and <= operators also work with text, where a greater value is one that appears later in the ____.

A) alphabet
B) formula
C) worksheet
D) logic
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 150 في هذه المجموعة.
فتح الحزمة
k this deck
46
The result of the formula =100>MAX(5,10,20) is ____.

A) TRUE
B) FALSE
C) TRUE or FALSE
D) ERROR
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 150 في هذه المجموعة.
فتح الحزمة
k this deck
47
The OR function returns a value of FALSE if ____.

A) all arguments in the function are TRUE
B) one or more of the arguments in the function are TRUE
C) all arguments in the function are FALSE
D) one or more of the arguments in the function are TRUE
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 150 في هذه المجموعة.
فتح الحزمة
k this deck
48
The NOT function essentially changes the value ____.

A) TRUE to FALSE
B) FALSE to TRUE
C) either a or b
D) neither a nor b
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 150 في هذه المجموعة.
فتح الحزمة
k this deck
49
When all of the operands copy relatively, no ____ references are required.

A) absolute
B) relative
C) both a and b
D) neither a nor b
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 150 في هذه المجموعة.
فتح الحزمة
k this deck
50
Assuming that cell D4 contains the date 12/31/2013 and cell D1 contains the date 1/1/2014, you could write the formula =D4>=D1, and the result would be ____.

A) TRUE
B) FALSE
C) EQUAL
D) ERROR
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 150 في هذه المجموعة.
فتح الحزمة
k this deck
51
Dates are stored as ____.

A) text and numbers
B) sequential numbers
C) text only
D) a series of slashes and numbers
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 150 في هذه المجموعة.
فتح الحزمة
k this deck
52
An AND function returns a value of TRUE if ____.

A) all arguments in the function are TRUE
B) one or more of the arguments in the function are TRUE
C) all arguments in the function are FALSE
D) one or more of the arguments in the function are TRUE
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 150 في هذه المجموعة.
فتح الحزمة
k this deck
53
Relational expressions begin with a(n) ____.

A) equal sign
B) quotation mark
C) question mark
D) parenthesis
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 150 في هذه المجموعة.
فتح الحزمة
k this deck
54
If you entered the date 1/1/2014 directly into a formula, Excel interprets the entry as a ____.

A) numeric expression
B) date
C) both a and b
D) neither a nor b
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 150 في هذه المجموعة.
فتح الحزمة
k this deck
55
In the formula =B2=C2, the second equal sign is interpreted as ____.

A) the beginning of a formula
B) a relational operator
C) an absolute operator
D) a relative operator
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 150 في هذه المجموعة.
فتح الحزمة
k this deck
56
When you encounter the keywords either and or (meaning if either condition is met) followed by a specified outcome, the situation indicates the need for a(n) ____ function.

A) AND
B) OR
C) NOT
D) IF
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 150 في هذه المجموعة.
فتح الحزمة
k this deck
57
You can use dates in ____.

A) relational expressions
B) arithmetic expressions
C) both a and b
D) neither a nor b
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 150 في هذه المجموعة.
فتح الحزمة
k this deck
58
The formula =OR(25<24,MIN(1,10)<2,3<=2+1) returns a ____ value.

A) TRUE
B) FALSE
C) numeric
D) error
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 150 في هذه المجموعة.
فتح الحزمة
k this deck
59
The result of the formula =B3

A) TRUE
B) FALSE
C) ERROR
D) EQUAL
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 150 في هذه المجموعة.
فتح الحزمة
k this deck
60
=OR(FALSE,TRUE,TRUE) results in the final value of ____.

A) TRUE
B) FALSE
C) EQUAL
D) ERROR
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 150 في هذه المجموعة.
فتح الحزمة
k this deck
61
Excel ____ empty cells in a range of cells in an AND or OR function.

A) ignores
B) deletes
C) fills
D) highlights
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 150 في هذه المجموعة.
فتح الحزمة
k this deck
62
In conditional formatting, the last rule created will appear ____ the list, unless you change the order of the rules.

A) last in
B) first in
C) in the middle of
D) below
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 150 في هذه المجموعة.
فتح الحزمة
k this deck
63
After establishing both the relational operator and the condition, you need to specify the formatting to be applied if the condition is met, including ____.

A) font style and borders
B) font type and font size
C) both a and b
D) neither a nor b
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 150 في هذه المجموعة.
فتح الحزمة
k this deck
64
With the AND function, arguments can consist of ____.

A) cell references
B) a range of cells containing Boolean logical values
C) relational expressions
D) all of the above
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 150 في هذه المجموعة.
فتح الحزمة
k this deck
65
Excel provides ____ tools, which are tools you can use to identify a set of conditions and specify the formatting if those conditions are met.

A) Conditional Formatting
B) Unconditional Formatting
C) Conditional Editing
D) Unconditional Editing
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 150 في هذه المجموعة.
فتح الحزمة
k this deck
66
Unlike cell referencing within a worksheet, the default for conditional formatting is a(n) ____ cell reference.

A) relative
B) absolute
C) complex
D) simple
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 150 في هذه المجموعة.
فتح الحزمة
k this deck
67
A range can be used in a Boolean logical AND or OR function if the range refers to cells containing ____.

A) text values
B) TRUE or FALSE values
C) numeric values
D) absolute values
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 150 في هذه المجموعة.
فتح الحزمة
k this deck
68
Use the ____ button to launch the New Formatting Rule dialog box.

A) New Rule
B) New Formatting
C) New Launch
D) New
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 150 في هذه المجموعة.
فتح الحزمة
k this deck
69
If the conditions are not mutually exclusive, resulting in more than one specified condition being TRUE, the formatting ____.

A) of the last specified rule overrides those of earlier rules
B) of the first specified rule overrides those of later rules
C) defaults back to match the rest of the spreadsheet
D) is applied by merging the formatting of all of the conditions
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 150 في هذه المجموعة.
فتح الحزمة
k this deck
70
To remove all of the conditional formatting on a worksheet, select the Conditional Formatting button, select ____ in the drop-down menu, and then click Clear Rules from Entire Sheet.

A) Clear Rules
B) Clear Formatting
C) Clear Editing
D) Clear
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 150 في هذه المجموعة.
فتح الحزمة
k this deck
71
You can apply conditional formatting to cells based on ____.

A) the value in a cell
B) results of a specified formula that returns a Boolean value
C) the name of the function used in the cell
D) both a and b
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 150 في هذه المجموعة.
فتح الحزمة
k this deck
72
The syntax of the NOT function is as follows: ____.

A) NOT(logical1)
B) NOT(logical1,logical2,...)
C) NOT(reference1)
D) NOT(value1,value2,...)
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 150 في هذه المجموعة.
فتح الحزمة
k this deck
73
You can change the formatting of a cell quite easily using the formatting buttons on the ____ tab.

A) HOME
B) CREATE
C) EDIT
D) PROOF
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 150 في هذه المجموعة.
فتح الحزمة
k this deck
74
The syntax of the AND function is as follows: ____.

A) AND(logical1,logical2,...)
B) AND(value1,value2,...)
C) AND(ref1,ref2,ref3,...)
D) AND(if then,false then)
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 150 في هذه المجموعة.
فتح الحزمة
k this deck
75
The formula =NOT(K3:K21) will result in an answer of ____ if all cells in the range are TRUE.

A) TRUE
B) FALSE
C) SUM
D) none of the above
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 150 في هذه المجموعة.
فتح الحزمة
k this deck
76
NOT(FALSE) returns the value ____.

A) TRUE
B) FALSE
C) EQUAL
D) ERROR
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 150 في هذه المجموعة.
فتح الحزمة
k this deck
77
The Conditional Formatting Rules Manager dialog box can be used to ____.

A) create new rules
B) edit or delete existing rules
C) change the order of these rules
D) all of the above
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 150 في هذه المجموعة.
فتح الحزمة
k this deck
78
One of the easiest ways to use conditional formatting is to apply preset formats such as ____.

A) Data Bars
B) Color Scales
C) Icon Sets
D) all of the above
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 150 في هذه المجموعة.
فتح الحزمة
k this deck
79
The result of the formula =OR(I3:I21>90), where cell I5 is 92, is ____.

A) FALSE
B) TRUE
C) ERROR
D) both a and b
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 150 في هذه المجموعة.
فتح الحزمة
k this deck
80
After establishing the conditional formatting in one row, you can use the ____ tool to copy the formatting down the column to the remaining rows.

A) Format Painter
B) Paint
C) Format
D) Copy
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 150 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 150 في هذه المجموعة.