Identify the letter of the choice that best matches the phrase or definition.

A. Select a single cell
B. Select a range of cells
C. Select nonadjacent cells or ranges
D. Select an entire row
E. Select all cells on the worksheet


A. Click the cell
B. Click the first cell in the range (upper-left corner) and drag to the last cell in the range (lower-right corner)
C. Press and hold Ctrl as you click to select additional cells
D. Click the row heading
E. Click the Select All button in the upper-left corner of the workbook window

Computer Science & Information Technology

You might also like to view...

What does the following code segment do?

``` for (int i = 1; i <= 5; ++i) { for (int j = 1; j <= 3; ++j) { for (int k = 1; k <= 4; ++k) { Console.Write('*'); } Console.WriteLine(); } Console.WriteLine(); } ```

Computer Science & Information Technology

.bmp is a file extension for ________ files

Fill in the blank(s) with correct word

Computer Science & Information Technology

In the above code, would main have access to size?

A. Yes B. No C. only through TV D. Ask another TV

Computer Science & Information Technology

Microcomputer means that the main component of a computer is a word processor

Indicate whether the statement is true or false

Computer Science & Information Technology