A feature that outlines cells in color to indicate which cells are used in a formula is called:
What will be an ideal response?
range finder
You might also like to view...
Page numbers can be left, center, or right aligned
Indicate whether the statement is true or false
The portions of a worksheet window bounded by and separated from other portions by vertical or horizontal lines as a result of using the Freeze Panes command are referred to as ________
A) tasks B) panes C) borders D) windows
The Internet name for the group of computers known collectively as the DNS root is "____________________".
Fill in the blank(s) with the appropriate word(s).
What will be displayed when the following code is executed?
int number = 6; while (number > 0) { number -= 3; System.out.print(number + " "); } a. 6 3 0 b. 6 3 c. 3 0 d. 3 0 -3 e. 0 -3