Which of the following is the path to the Distribute Rows button?

A. (HOME tab | Cells group)
B. (INSERT tab | Tables group)
C. (TABLE TOOLS DESIGN tab | Resize Cells group)
D. (TABLE TOOLS LAYOUT tab | Cell Size group)


Answer: D

Computer Science & Information Technology

You might also like to view...

Which of the following statements are correct?

``` I: try (PrintWriter output = new PrintWriter("output.txt")) { output.println("Welcome to Java"); } II: try (PrintWriter output = new PrintWriter("output.txt");) { output.println("Welcome to Java"); } III: PrintWriter output; try (output = new PrintWriter("output.txt");) { output.println("Welcome to Java"); } IV: try (PrintWriter output = new PrintWriter("output.txt");) { output.println("Welcome to Java"); } finally { output.close(); } ``` a. I b. II c. III d. IV

Computer Science & Information Technology

The ___________ operator dynamically allocates memory for an object of a specified type and returns a(n) ____________ to that type.

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

Computer Science & Information Technology

Critical Thinking QuestionsCase H-1Sam has created an image of a clock for his high school Web page project. He wants to save the file out in a way that it can be used on the Web site. Where can an SWF file be opened?

A. Adobe Flash B. Internet Explorer C. Mozilla Firefox D. all of the above

Computer Science & Information Technology

An organization chart depicts ________ within an organization

A) ranges B) reporting relationships C) SmartArt D) cycles

Computer Science & Information Technology