An Excel ________ is a series of rows and columns that contains related data that is managed independently from other data in the worksheet
A) pane B) tab C) sheet D) table
D
Computer Science & Information Technology
You might also like to view...
How many lines of output will be displayed by the following program fragment?
``` i = 0 do { for (j = 0; j < 4; j = j + 1) printf("%d\n", i + j); i = i + 1; } while (i < 5); ``` a. 0 b. 7 c. 9 d. 16 e. 20
Computer Science & Information Technology
Using ________ is a simple way to provide professional, consistent formatting
Fill in the blank(s) with correct word
Computer Science & Information Technology
The XPS file format was created by ________
Fill in the blank(s) with correct word
Computer Science & Information Technology
Given an array declared to hold 100 values, the smallest index that can be used with the array is ____.
A. based on what index is used when the first value is placed in the array B. 1 C. 0 D. undetermined
Computer Science & Information Technology