The Fill Across Worksheets command is ________

A) only usable on an empty workbook B) an option on the Fill button on the Home Tab
C) an option on the Group button on the Data Tab D) applicable to formats but not contents


B

Computer Science & Information Technology

You might also like to view...

The cipher consists of N rounds, where the number of rounds depends on the __________ .

A. key length B. output matrix C. State D. number of columns

Computer Science & Information Technology

After creating a gradient rectangle like the one in the accompanying figure, you can use the ____ Tool to select the rectangle and display its anchor points.



a. Subselection
b. Selection
c. Pen
d. Anchor

Computer Science & Information Technology

To add a node to the the first row and second column in a GridPane pane, use ________.

a. pane.getChildren().add(node, 1, 2); b. pane.add(node, 1, 2); c. pane.getChildren().add(node, 0, 1); d. pane.add(node, 0, 1); e. pane.add(node, 1, 0);

Computer Science & Information Technology

What is a Wildcard Character? How would you use it to find a record?

What will be an ideal response?

Computer Science & Information Technology