To ________ worksheets, right-click one of the worksheet tabs, and then click Select All Sheets

Fill in the blank(s) with the appropriate word(s).


Answer: group

Computer Science & Information Technology

You might also like to view...

What can be determined by the following declaration?

``` FILE *inputData; ``` a. the file may be used exclusively for reading b. the file may be used exclusively for writing c. the file may be used for both reading and writing d. it cannot be determined e. none of the above

Computer Science & Information Technology

Match the following terms to their meanings:

I. Add-in II. New Query III. Shaping data IV. Slicer V. Transforming A. Tool used to connect to and combine multiple data sources B. Adds functionality to excel C. The process of applying transformations to data D. Tool that is used to filter data on distinct values E. Modifying data from different data sources to meet your needs

Computer Science & Information Technology

When a name such as E is used to specify a type in an interface, it is called a type ____.

A. parameter B. variable C. character D. element

Computer Science & Information Technology

If the variable named ANSWER has a value of 1, what will be output after the instructions corresponding to the following pseudocode are executed?

``` IF ANSWER = 1 THEN Write “Hello” ELSE IF ANSWER = 2 THEN Write “Goodbye” ELSE Write “Good day” ENDIF ENDIF ``` a) Hello b) Goodbye c) Good day d) both a and c

Computer Science & Information Technology