Match each of the following terms with its best conceptual description:I.Nested FunctionII.ANDIII.ORIV.NOTV.IFA.False = trueB.At least one condition must be met for a true returnC.All conditions must be met for a true returnD.Tests conditions to process decisionsE.Use the results of one function as an argument in another
Fill in the blank(s) with the appropriate word(s).
E, C, B, A, D
You might also like to view...
Function arguments are …
A. the term used for the name of the function B. the term that refers to the value returned by a function C. the term that refers to the values passed to the function when the function is invoked. D. the term that refers to a function invocation.
Which of the following is NOT true regarding the Round function?
A) The Round function returns a number rounded to a specific number of decimal places. B) The Round function behaves differently than the Format property. C) When using the Round function, you can also determine the precision of the rounding. D) Because currency is rounded to 2 decimals, the Round function should be used when working with the Currency data type.
Where would you go to set the current date to show in a date field automatically?
What will be an ideal response?
Which cells are included in the sum calculated by the function =SUM(D5:G5)?
A) E5, F5, and G5 B) E5 and F5 C) D5, E5, F5, and G5 D) D5, E5, and F5