An example of a function adding multiple ranges using names as cell references is ________
A) =Tuition&Fees B) =SUM(Tuition, Fees)
C) =Tuition+Fees D) =SUM(Tuition&Fees)
B
You might also like to view...
Case-Based Critical Thinking QuestionsCase 6-1Gabe is learning how to add graphics to a worksheet. Kyra, who has more experience, answers several questions Gabe has.Gabe asks Kyra how he can resize a graphic inserted into his worksheet. Kyra says he can _____.
A. use the round handle at the top of the graphic B. use the handles that appear on the edges of a selected graphic C. use the Zoom option D. drag the graphic
Answer the following statements true (T) or false (F)
1. To call a function with an array parameter, write the array argument as the array name followed by empty square brackets, as in f(a[], 7); (The first argument is an array a, the second is the size.) 2. Consider the array declaration, int x[20];. There is no memory allocated for x[20]. 3. Arrays in C++ may have several different types stored in them. 4. Given the two C++ array declarations: int a[10], b[10]; You can successfully compute one array, say a, then assign b to a: a = b; 5. In the sequential search algorithm, items are examined alternately, odd then evens, in order to find whether the target value is in the array (and if the target is present, to the index of the target.)
Predefined layouts use an interactive Report Wizard method to add a form or report onto the navigation control bar
Indicate whether the statement is true or false
The ________ function calculates the principal payment for a specified period on a loan or investment
A) IPMT B) PMT C) PPMT D) NPER