When you click the ____ button, a dotted border appears around the range of cells that Excel assumes you want to add together.

A. AutoSum
B. ADD
C. AUTO
D. Addition


Answer: A

Computer Science & Information Technology

You might also like to view...

What are the benefits of using DirectAccess as a remote access solution?

What will be an ideal response?

Computer Science & Information Technology

The output from the following code is __________.

``` java.util.ArrayList list = new java.util.ArrayList(); list.add("New York"); java.util.ArrayList list1 = list; list.add("Atlanta"); list1.add("Dallas"); System.out.println(list1); ``` a. [New York] b. [New York, Atlanta] c. [New York, Atlanta, Dallas] d. [New York, Dallas]

Computer Science & Information Technology

The left pane of a standard PowerPoint window contains the ________ and ________ tabs

A) Slides; Outline B) Slides; Slide Show C) Slides; View D) Add-Ins; Outline

Computer Science & Information Technology

Text that appears between an opening /* and a closing */ is a(n) ____.

A. end-of-line comment B. multiline comment C. debugging statement D. expression

Computer Science & Information Technology