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

A. Allows the user to move or copy data from one cell to another without using the Clipboard.
B. Predesigned workbook files that contain labels, values, formulas, and formatting.
C. The Excel function that returns the number of cells in a range containing numeric data.
D. Absolute cell reference.
E. Mixed cell reference.
F. The type of cell reference used to preserve the relationship to the formula location.
G. The Excel feature used to selectively copy formulas, values, etc. by choosing options such as "paste formulas only."
H. The Excel function that returns the arithmetic mean of its arguments.

A. drag-and-drop method
B. template
C. COUNT
D. $G$6
E. $G6
F. relative
G. Paste Preview
H. AVERAGE

Computer Science & Information Technology

You might also like to view...

b. The value variable will contain the sum of all the values in the numbers array.

``` int[][] scores = { {88, 80, 79, 92}, {75, 84, 93, 80}, {98, 95, 92, 94}, {91, 84, 88, 96} }; ``` a. 95 b. 84 c. 94 d. 93

Computer Science & Information Technology

Briefly discuss the order of operations.

What will be an ideal response?

Computer Science & Information Technology