Which of the following is not true when formatting objects?

a. Use the Shape Styles gallery to apply predefined combinations of these fill and line colors and also to apply other effects.
b. You can apply styles and effects to clip art, shapes, and text boxes to complement slide backgrounds and colors.
c. Changing the inside text color is a distinctive and best way to format a shape.
d. The fill color is the inside color of text or of an object.


Answer: c. Changing the inside text color is a distinctive and best way to format a shape.

Computer Science & Information Technology

You might also like to view...

The values of foo and bar are:

``` String line1 = new String("c = 1 + 2 + 3") ; StringTokenizer tok = new StringTokenizer(line1, "+="); String foo = tok.nextToken(); String bar = tok.nextToken(); ``` a. foo is “c ”, bar is “ = ”. b. foo is “c”, bar is “ ”. c. foo is “ = ”, bar is “ + ”. d. foo is “c ”, bar is “ 1 ”.

Computer Science & Information Technology

Explain how a package is named in Java.

What will be an ideal response?

Computer Science & Information Technology

To prevent objects drawn in the Merge Drawing Mode from impacting each other, you should ____.

A. draw a line through them B. draw a circle around them C. group them D. select them all

Computer Science & Information Technology

You can define a condition with a list of two or more values for a field by using the ____ comparison operator.

A. Like B. While C. Between D. In

Computer Science & Information Technology