You can use the horizontal and vertical scroll bars to Select one:

A. Edit the contents of a cell
B. View different rows and columns
C. Split a worksheet into two panes
D. View different worksheets


B. View different rows and columns

Computer Science & Information Technology

You might also like to view...

Suppose you would like to program a repetitive behavior. If you answer "Yes" to the question, "Am I counting something?," you should use a while loop to produce this behavior. 

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

Computer Science & Information Technology

Do the following two statements in (I) and (II) result in the same value in sum?

``` (I): for (int i = 0; i < 10; ++i) { sum += i; } (II): for (int i = 0; i < 10; i++) { sum += i; } ``` a. Yes b. No

Computer Science & Information Technology

____ is the process of copying the contents of an entire file from one program into another.

A. Importing B. Uploading C. Reloading D. Exporting

Computer Science & Information Technology

You would use ________ software to keep track of and play music, TV shows, and videos on your computer

Fill in the blank(s) with correct word

Computer Science & Information Technology