The SmartArt ________ pane displays an outline view for typing text items that are then placed in the SmartArt diagram

Fill in the blank(s) with correct word


text

Computer Science & Information Technology

You might also like to view...

Blending modes determine how the colors in a layer ____________________, or interact, with the colors in the layers beneath that layer.

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

Computer Science & Information Technology

(What Does This Program Do?) What does the following app display?

``` // Mystery3.cs using System; class Mystery3 { static void Main() { int row = 10; int column; while (row >= 1) { column = 1; while (column <= 10) { Console.Write(row % 2 == 1 ? "<" : ">"); ++column; } --row; Console.WriteLine(); } } } ```

Computer Science & Information Technology

Match the PowerPoint 2010 feature with the group where they are located:

I. SmartArt A. Text group II. Convert to SmartArt Graphic B. Paragraph group III. WordArt C. Illustrations group IV. Color D. Arrange group V. Rotate E. Adjust group

Computer Science & Information Technology

Which of the following operating systems can be modified and the source code redistributed?

A. Android B. iOS C. Windows Mobile D. Chrome OS

Computer Science & Information Technology