The SUM function that adds the numbers in the range D5:D17 is ____.

A. SUM(D5:D17)
B. =SUM(D5:D17)
C. (D5:D17)SUM
D. =(D5:D17)SUM


Answer: B

Computer Science & Information Technology

You might also like to view...

What numbers are displayed in the list box by the following program segment?

``` Dim numbers() As Integer = {4, 7, 9, 3, 1, 9, 7} Dim query = From number in numbers Where number > 6 Select number lstBox.Items.Add(query.Count) lstBox.Items.Add(query.Average) ``` (A) 7 and 12 (B) 4 and 8 (C) 2 and 12 (D) 7 and 8

Computer Science & Information Technology

To convert a drawing object into a shape, you can use the ____ command on the Modify menu, for example.

a. Object into Shape b. Break Apart c. Separate d. Convert Drawing Object

Computer Science & Information Technology

____ help one slide flow gracefully into the next during a slide show.

A. Videos B. Transitions C. Variants D. Shapes

Computer Science & Information Technology

The ____ allows you to save and reuse toolbar settings.

a. Tool Reuse picker b. Options picker c. Tool Preset picker d. Settings Saver

Computer Science & Information Technology