In the function =CUMIPMT(rate, nper, pv, start, end, type), it is _______ that defines whether the payments are made at the beginning or end of each period.

A. rate
B. nper
C. end
D. type


Answer: D

Computer Science & Information Technology

You might also like to view...

Objects normally are not allowed to know how other objects are implemented. This is called __________.

a) encarceration b) information hiding c) blindfolding d) inheritance

Computer Science & Information Technology

Answer the following questions true (T) or false (F)

1. C-string literals are written ‘Hello’. 2. A C-string variable is just an array of characters.

Computer Science & Information Technology

Which of the following statements is false?

a. A sentinel value indicates “end of data entry.” b. Sentinel-controlled iteration is often called indefinite iteration because the number of iterations is not known before the loop begins executing. c. A sentinel value must match one acceptable input value. d. Grades on a quiz are typically nonnegative integers between 0 and 100, so the value –1 is an acceptable sentinel value for grades data.

Computer Science & Information Technology

Peter has a table with customer data organized with the customer names in column A, phone numbers in column B, their city in column C, and their annual revenue in column D. To assist the marketing department in an upcoming direct mail campaign, he is asked to provide customer information from the table data. If the marketing department asks for a list of customers who live in either Boston or New York, which logical condition should Peter use in a custom filter?

What will be an ideal response?

Computer Science & Information Technology