The ________ button can be used to divide one cell into two or more

Fill in the blank(s) with correct word


Split Cells

Computer Science & Information Technology

You might also like to view...

What will the following code do when it is executed?

``` JTextArea message = JTextArea(greetings, 50, 70); JScrollPane scrollPane = new JScrollPane(message); ``` A) It will create a JScrollPane object for the JTextArea object referenced by message and display a horizontal scroll bar on the text area. B) It will create a JScrollPane object for the JTextArea object referenced by message and display a vertical scroll bar on the text area. C) It will create a JScrollPane object for the JTextArea object referenced by message and display both vertical and horizontal scroll bars on the text area. D) It will create a JScrollPane object for the JTextArea object referenced by message and display no scroll bars on the text area.

Computer Science & Information Technology

If you are using footers, you can set the bottom margins as small as possible.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

The left pane in the PowerPoint window consists of the ________ tabs

A) Design and Animation B) Outline and Animation C) Slides and Outline D) Slides and Design

Computer Science & Information Technology

The tools for creating and publishing podcasts are within the reach of professionals only.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology