Deck 2: Formulas and Functions

ملء الشاشة (f)
exit full mode
سؤال
If a cell contains =$N$21 and two new columns are inserted in front of column N and three rows are inserted above row 21,what happens to the =$N$21?

A)It becomes =$P$24
B)It remains =$N$21
C)It becomes =$L$18
D)It becomes =$Q$23
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
Which keyboard shortcut toggles through the types of reference options?

A)F2
B)F3
C)F4
D)F5
سؤال
If a cell containing =B$14 is copy and pasted three columns over and two rows down,what would the resultant cell reference become?

A)E$14
B)$E$14
C)B16
D)B$16
سؤال
What does Excel use to indicate optional arguments in a function?

A)Square brackets []
B)Parenthesis ()
C)Curly brackets {}
D)Quote marks ""
سؤال
What error will you get if you type a function name incorrectly?

A)#FUNCTION?
B)#VALUE?
C)#ERROR?
D)#NAME?
سؤال
What do you use to separate arguments in a function?

A)Period (. )
B)Semi-colon (;)
C)Comma (,)
D)Colon (:)
سؤال
Which function would you use if you wanted to count the number of values,but ignore cells that have text or are empty?

A)COUNT
B)COUNTA
C)COUNTBLANK
D)COUNTVALUES
سؤال
Functions can be selected by using the ________.

A)Add Function dialog box
B)Format Function dialog box
C)Insert Function dialog box
D)Create Function dialog box
سؤال
How many functions does Excel provide?

A)Over 40
B)Over 400
C)Over 4,000
D)Unlimited
سؤال
If the cell reference $A5 in a formula is copied and pasted over two columns and down two rows from its original cell,what the cell reference become in the new cell.

A)$A5
B)$A7
C)$C5
D)$C7
سؤال
What type of cell reference should be used when a value remains constant?

A)Absolute
B)Relative
C)Mixed
D)Constant
سؤال
Where does Excel automatically display statistics like count,average,and sum when a range of values is selected?

A)Formula bar
B)Name box
C)Status bar
D)Statistics bar
سؤال
Which of the following is not a category of functions?

A)Logical
B)Financial
C)Statistical
D)Graphing
سؤال
What two functions compute the central tendency of values?

A)AVERAGE and MODE
B)AVERAGE and MEDIAN
C)MIN and MAX
D)AVERAGE and CENTER
سؤال
What punctuation is used to separate the two cell references in a range?

A)Period (. )
B)Semi-colon (;)
C)Comma (,)
D)Colon (:)
سؤال
If a cell containing the formula =$B$14 is not copy and pasted,but moved four columns over and four rows down,what would the resultant cell reference become?

A)=F18
B)=$F$18
C)=B14
D)=$B$14
سؤال
If you wanted to reference a cell in a formula and you did not want that cell to change when copying and pasting you would use what kind of reference?

A)Fixed
B)Relative
C)Mixed
D)Absolute
سؤال
What is the default method of referencing cells in formulas?

A)Absolute
B)Relative
C)Mixed
D)Default
سؤال
What is not a direct option on the AutoSum drop down menu?

A)Median
B)Sum
C)Count numbers
D)Max
سؤال
What describes a function's purpose?

A)Arguments
B)Name
C)Category
D)Variables
سؤال
Which of the following would not give the same result for "=(5+32+75+21)/4"?

A)=SUM(5,32,75,21)/4
B)=MEDIAN(5,32,75,21)+7.25
C)=AVERAGEIF(5+32+75+21,4)
D)=AVERAGE(5,32,75,21)
سؤال
If A7=21,which of the following =IF statements would produce the result of "Much Greater"?

A)=IF(A7>14,"Greater",IF(A7>20,"Much Greater","Not Greater than 20"))
B)=IF(A7<50,"Greater",IF(A7>20,"Much Greater","Not Greater than 20"))
C)=IF(A7<14,"Greater",IF(A7>20,"Much Greater","Not Greater than 20"))
D)=IF(A7<14,"Greater",IF(A7>20,"Much Greater","Not Greater than 20")
سؤال
What keyboard shortcut will automatically update any formulas using =TODAY()or =NOW()?

A)F8
B)F9
C)F10
D)F11
سؤال
To look up an exact match,what should you enter in the range_lookup argument?

A)FALSE
B)TRUE
C)EXACT
D)Leave it blank
سؤال
The ROUND function requires how many arguments?

A)2
B)3
C)4
D)1
سؤال
Which of the following will not return the system clock's date?

A)NOW()
B)TODAY()
C)Ctrl+;
D)DATE()
سؤال
What actually changes the value Excel stores to a user determined number of decimal places?

A)Decrease decimal setting
B)Increase decimal setting
C)ROUND function
D)DECIMAL function
سؤال
Which status bar statistic can you not enable?

A)SUM
B)MIN
C)Range Name
D)Page Number
سؤال
Which of the following is not a valid test in an =IF statement?

A)A4-B4
B)A4C)A4>A4
D)B4<=B4
سؤال
Which of the following would not produce the correct monthly payment on a loan of $13,000 which will be paid off in 5 years with an annual interest rate of 6%?

A)=PMT(6%,60,-13000)
B)=PMT(.5%,60,-13000)
C)=PMT(.5%,5*12,-13000)
D)=PMT(6%/12,60,-13000)
سؤال
Which of the following is not a valid =IF statement?

A)=IF(A5>19,"Greater","Not Greater")
B)=IF(A5>19,b7,b9)
C)=IF(A5>19,1,9)
D)=IF(A5>19,Greater,Not Greater)
سؤال
Which of the following does not comply with the preferred way of using the SUM function?

A)=SUM(A4:A11)
B)=SUM(A4:A11,B9:E11)
C)=SUM(A4,B8,D14)
D)=SUM(A4/A11)
سؤال
Which of the following is not a valid lookup function?

A)HLOOKUP
B)VLOOKUP
C)LLOOKUP
D)LOOKUP
سؤال
What does the AVERAGE function not ignore?

A)Text
B)Empty cells
C)Dates
D)Cells with N/A
سؤال
Which function would you use to find the oldest date in a range?

A)MIN
B)MAX
C)OLDEST
D)MEDIAN
سؤال
What function computes the value in which one-half of the data is above and one-half is below.

A)MIDDLE
B)MODE
C)AVERAGE
D)MEDIAN
سؤال
If you wanted to count the number of entries in a list that contained numbers,text,and blank cells,but ignore the text and blank cells,which function would you use?

A)COUNT
B)COUNTA
C)COUNTBLANK
D)COUNTIF
سؤال
If you wanted to count the number of entries in a list that contained numbers,text,and blank cells,but ignore the blank cells,which function would you use?

A)COUNT
B)COUNTA
C)COUNTBLANK
D)COUNTIF
سؤال
What will you see if you enter the TODAY function without the parenthesis?

A)#VALUE?
B)Nothing.It will fill in the parenthesis for you.
C)#FUNCTION?
D)#NAME?
سؤال
Which of the following is not an argument associated with the IF function?

A)Test
B)Value if true
C)Value if false
D)Value if neither true nor false
سؤال
The test argument in an IF statement must evaluate to either ________.
سؤال
The MIN and MAX functions can be used with ________ as well as numbers.
سؤال
The TODAY()and NOW()functions are updated every time you open or ________ the spreadsheet.
سؤال
________ is a set of analytical tools that appears when you select a range.
سؤال
________ references change when formulas are copy and pasted.
سؤال
A function's ________ defines the rules by which the function operates.
سؤال
When working with dates,Excel actually assigns ________ numbers to each date.
سؤال
The ________ function is similar to the TODAY()function,except that it also returns the system time.
سؤال
The ________ function counts the number of calculable values,but ignores cells that have text or are empty.
سؤال
If A9>B7 is the test in an IF function,________ would result in the same results as long as the value if true and the value if false arguments are switched.
سؤال
Using ________ simplifies adding complex mathematical formulas to a cell.
سؤال
The ________ feature in Excel displays various options when you type an equal (=)sign and then begin typing a function name.
سؤال
When you use the VLOOKUP function,the ________ column in the array is used to look up the value.
سؤال
The ________ function finds the smallest value in a range.
سؤال
The ________ function finds the largest value in a range.
سؤال
In military time,15:
00 is ________ in non-military time.
سؤال
The range that contains the lookup table is called the ________.
سؤال
It is called a(n)________ function when a function is used inside of another function.
سؤال
The inputs in a function are specified by its ________.
سؤال
After you type a function and its opening parenthesis "(" the ________ appears and displays the function's arguments.
سؤال
The COUNTBLANK function will count cells that contain formulas that compute to a value of zero (0).
سؤال
You could use both A3>b9 or B9
سؤال
If you will be paying monthly for six years to pay off a car,then you would enter ________ in the NPER argument in the PMT function.
سؤال
There are rare occasions when both the second and third argument of an IF function are executed.
سؤال
If you will never copy and paste a formula you do not have to be concerned about absolute,relative,or mixed references.
سؤال
In a mixed reference you can put the dollar sign ($)in front of the column or row indicator.
سؤال
It is very important to sort the first column in a table lookup array in descending order.
سؤال
The COUNTA function only counts text entries.It does not count calculable values or blank cells.
سؤال
In a lookup table,the number of the column which contains the return values is called the ________.
سؤال
When entering functions,the square brackets,[],indicate required values.
سؤال
If the annual interest rate is 12% and payments are made monthly,then you would enter ________ in the RATE argument in the PMT function.
سؤال
A good practice when entering function names is to type them in lowercase and see if Excel converts them to upper case.
سؤال
The ________ is the lowest value for a category in the table lookup table.
سؤال
The most used logical function is the IF function.
سؤال
The test in an IF function must evaluate to either a True or a False.
سؤال
Excel assigns date number 1 to January 1,1900.
سؤال
In the PMT function,the PV argument refers to the ________ of the loan.
سؤال
This is not a valid way to use the MAX function:
=MAX(a4:
d11,f1:
f2)
سؤال
All IF functions have three arguments.
سؤال
The VLOOKUP function has four required arguments.
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/100
auto play flashcards
العب
simple tutorial
ملء الشاشة (f)
exit full mode
Deck 2: Formulas and Functions
1
If a cell contains =$N$21 and two new columns are inserted in front of column N and three rows are inserted above row 21,what happens to the =$N$21?

A)It becomes =$P$24
B)It remains =$N$21
C)It becomes =$L$18
D)It becomes =$Q$23
A
2
Which keyboard shortcut toggles through the types of reference options?

A)F2
B)F3
C)F4
D)F5
C
3
If a cell containing =B$14 is copy and pasted three columns over and two rows down,what would the resultant cell reference become?

A)E$14
B)$E$14
C)B16
D)B$16
A
4
What does Excel use to indicate optional arguments in a function?

A)Square brackets []
B)Parenthesis ()
C)Curly brackets {}
D)Quote marks ""
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
5
What error will you get if you type a function name incorrectly?

A)#FUNCTION?
B)#VALUE?
C)#ERROR?
D)#NAME?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
6
What do you use to separate arguments in a function?

A)Period (. )
B)Semi-colon (;)
C)Comma (,)
D)Colon (:)
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
7
Which function would you use if you wanted to count the number of values,but ignore cells that have text or are empty?

A)COUNT
B)COUNTA
C)COUNTBLANK
D)COUNTVALUES
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
8
Functions can be selected by using the ________.

A)Add Function dialog box
B)Format Function dialog box
C)Insert Function dialog box
D)Create Function dialog box
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
9
How many functions does Excel provide?

A)Over 40
B)Over 400
C)Over 4,000
D)Unlimited
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
10
If the cell reference $A5 in a formula is copied and pasted over two columns and down two rows from its original cell,what the cell reference become in the new cell.

A)$A5
B)$A7
C)$C5
D)$C7
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
11
What type of cell reference should be used when a value remains constant?

A)Absolute
B)Relative
C)Mixed
D)Constant
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
12
Where does Excel automatically display statistics like count,average,and sum when a range of values is selected?

A)Formula bar
B)Name box
C)Status bar
D)Statistics bar
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
13
Which of the following is not a category of functions?

A)Logical
B)Financial
C)Statistical
D)Graphing
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
14
What two functions compute the central tendency of values?

A)AVERAGE and MODE
B)AVERAGE and MEDIAN
C)MIN and MAX
D)AVERAGE and CENTER
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
15
What punctuation is used to separate the two cell references in a range?

A)Period (. )
B)Semi-colon (;)
C)Comma (,)
D)Colon (:)
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
16
If a cell containing the formula =$B$14 is not copy and pasted,but moved four columns over and four rows down,what would the resultant cell reference become?

A)=F18
B)=$F$18
C)=B14
D)=$B$14
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
17
If you wanted to reference a cell in a formula and you did not want that cell to change when copying and pasting you would use what kind of reference?

A)Fixed
B)Relative
C)Mixed
D)Absolute
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
18
What is the default method of referencing cells in formulas?

A)Absolute
B)Relative
C)Mixed
D)Default
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
19
What is not a direct option on the AutoSum drop down menu?

A)Median
B)Sum
C)Count numbers
D)Max
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
20
What describes a function's purpose?

A)Arguments
B)Name
C)Category
D)Variables
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
21
Which of the following would not give the same result for "=(5+32+75+21)/4"?

A)=SUM(5,32,75,21)/4
B)=MEDIAN(5,32,75,21)+7.25
C)=AVERAGEIF(5+32+75+21,4)
D)=AVERAGE(5,32,75,21)
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
22
If A7=21,which of the following =IF statements would produce the result of "Much Greater"?

A)=IF(A7>14,"Greater",IF(A7>20,"Much Greater","Not Greater than 20"))
B)=IF(A7<50,"Greater",IF(A7>20,"Much Greater","Not Greater than 20"))
C)=IF(A7<14,"Greater",IF(A7>20,"Much Greater","Not Greater than 20"))
D)=IF(A7<14,"Greater",IF(A7>20,"Much Greater","Not Greater than 20")
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
23
What keyboard shortcut will automatically update any formulas using =TODAY()or =NOW()?

A)F8
B)F9
C)F10
D)F11
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
24
To look up an exact match,what should you enter in the range_lookup argument?

A)FALSE
B)TRUE
C)EXACT
D)Leave it blank
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
25
The ROUND function requires how many arguments?

A)2
B)3
C)4
D)1
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
26
Which of the following will not return the system clock's date?

A)NOW()
B)TODAY()
C)Ctrl+;
D)DATE()
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
27
What actually changes the value Excel stores to a user determined number of decimal places?

A)Decrease decimal setting
B)Increase decimal setting
C)ROUND function
D)DECIMAL function
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
28
Which status bar statistic can you not enable?

A)SUM
B)MIN
C)Range Name
D)Page Number
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
29
Which of the following is not a valid test in an =IF statement?

A)A4-B4
B)A4C)A4>A4
D)B4<=B4
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
30
Which of the following would not produce the correct monthly payment on a loan of $13,000 which will be paid off in 5 years with an annual interest rate of 6%?

A)=PMT(6%,60,-13000)
B)=PMT(.5%,60,-13000)
C)=PMT(.5%,5*12,-13000)
D)=PMT(6%/12,60,-13000)
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
31
Which of the following is not a valid =IF statement?

A)=IF(A5>19,"Greater","Not Greater")
B)=IF(A5>19,b7,b9)
C)=IF(A5>19,1,9)
D)=IF(A5>19,Greater,Not Greater)
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
32
Which of the following does not comply with the preferred way of using the SUM function?

A)=SUM(A4:A11)
B)=SUM(A4:A11,B9:E11)
C)=SUM(A4,B8,D14)
D)=SUM(A4/A11)
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
33
Which of the following is not a valid lookup function?

A)HLOOKUP
B)VLOOKUP
C)LLOOKUP
D)LOOKUP
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
34
What does the AVERAGE function not ignore?

A)Text
B)Empty cells
C)Dates
D)Cells with N/A
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
35
Which function would you use to find the oldest date in a range?

A)MIN
B)MAX
C)OLDEST
D)MEDIAN
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
36
What function computes the value in which one-half of the data is above and one-half is below.

A)MIDDLE
B)MODE
C)AVERAGE
D)MEDIAN
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
37
If you wanted to count the number of entries in a list that contained numbers,text,and blank cells,but ignore the text and blank cells,which function would you use?

A)COUNT
B)COUNTA
C)COUNTBLANK
D)COUNTIF
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
38
If you wanted to count the number of entries in a list that contained numbers,text,and blank cells,but ignore the blank cells,which function would you use?

A)COUNT
B)COUNTA
C)COUNTBLANK
D)COUNTIF
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
39
What will you see if you enter the TODAY function without the parenthesis?

A)#VALUE?
B)Nothing.It will fill in the parenthesis for you.
C)#FUNCTION?
D)#NAME?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
40
Which of the following is not an argument associated with the IF function?

A)Test
B)Value if true
C)Value if false
D)Value if neither true nor false
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
41
The test argument in an IF statement must evaluate to either ________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
42
The MIN and MAX functions can be used with ________ as well as numbers.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
43
The TODAY()and NOW()functions are updated every time you open or ________ the spreadsheet.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
44
________ is a set of analytical tools that appears when you select a range.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
45
________ references change when formulas are copy and pasted.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
46
A function's ________ defines the rules by which the function operates.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
47
When working with dates,Excel actually assigns ________ numbers to each date.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
48
The ________ function is similar to the TODAY()function,except that it also returns the system time.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
49
The ________ function counts the number of calculable values,but ignores cells that have text or are empty.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
50
If A9>B7 is the test in an IF function,________ would result in the same results as long as the value if true and the value if false arguments are switched.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
51
Using ________ simplifies adding complex mathematical formulas to a cell.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
52
The ________ feature in Excel displays various options when you type an equal (=)sign and then begin typing a function name.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
53
When you use the VLOOKUP function,the ________ column in the array is used to look up the value.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
54
The ________ function finds the smallest value in a range.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
55
The ________ function finds the largest value in a range.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
56
In military time,15:
00 is ________ in non-military time.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
57
The range that contains the lookup table is called the ________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
58
It is called a(n)________ function when a function is used inside of another function.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
59
The inputs in a function are specified by its ________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
60
After you type a function and its opening parenthesis "(" the ________ appears and displays the function's arguments.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
61
The COUNTBLANK function will count cells that contain formulas that compute to a value of zero (0).
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
62
You could use both A3>b9 or B9
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
63
If you will be paying monthly for six years to pay off a car,then you would enter ________ in the NPER argument in the PMT function.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
64
There are rare occasions when both the second and third argument of an IF function are executed.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
65
If you will never copy and paste a formula you do not have to be concerned about absolute,relative,or mixed references.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
66
In a mixed reference you can put the dollar sign ($)in front of the column or row indicator.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
67
It is very important to sort the first column in a table lookup array in descending order.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
68
The COUNTA function only counts text entries.It does not count calculable values or blank cells.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
69
In a lookup table,the number of the column which contains the return values is called the ________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
70
When entering functions,the square brackets,[],indicate required values.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
71
If the annual interest rate is 12% and payments are made monthly,then you would enter ________ in the RATE argument in the PMT function.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
72
A good practice when entering function names is to type them in lowercase and see if Excel converts them to upper case.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
73
The ________ is the lowest value for a category in the table lookup table.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
74
The most used logical function is the IF function.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
75
The test in an IF function must evaluate to either a True or a False.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
76
Excel assigns date number 1 to January 1,1900.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
77
In the PMT function,the PV argument refers to the ________ of the loan.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
78
This is not a valid way to use the MAX function:
=MAX(a4:
d11,f1:
f2)
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
79
All IF functions have three arguments.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
80
The VLOOKUP function has four required arguments.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.