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

A. Used to move around in a large worksheet
B. Displays the active cell address
C. A dark rectangle that outlines the cell in which you are working
D. Identified by the coordinates of the intersecting column and row
E. Provides a brief description of the active command or task in progress


A. scroll bars
B. Name box
C. cell pointer
D. cell address
E. status bar

Computer Science & Information Technology

You might also like to view...

What will be the results after the following code is executed?

``` int[] x = { 55, 33, 88, 22, 99, 11, 44, 66, 77 }; int a = 10; if(x[2] > x[5]) a = 5; else a = 8; ``` a. a = 5 b. a = 8 c. a = 10 d. a = 13

Computer Science & Information Technology

A(n) ____________________ marks a location in a document so that you can quickly move the insertion point to that location.

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

Computer Science & Information Technology

A(n) _________ is a small line that is used to separate choices in a list, toolbar, or menu

Fill in the blank(s) with correct word

Computer Science & Information Technology

A type of chart that shows trends over time.

A. column B. line C. trendline

Computer Science & Information Technology