If you increase or decrease the font size of one shape, the font size in other shapes will not be affected.

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


False

Computer Science & Information Technology

You might also like to view...

Which of the following is true?

Let Dog be a subclass of Animal, and suppose Animal has a method called speak() that is overridden in the Dog class. Consider the following code. ``` Animal spot = new Dog(); spot.speak(); ``` a) This code will result in a compile-time error. b) This code will result in a run-time error. c) The speak method defined in the Animal class will be called. d) The speak method defined in the Dog class will be called. e) The speak method will not be called at all.

Computer Science & Information Technology

The following statement is an example of a(n) ____ structure."If the baby gets sick, take her to the hospital."

A. selection B. sequence C. repetition D. nested

Computer Science & Information Technology

The ____ statement is used to assign a new array to the specified array variable.

A. ChangeSize B. ReDim C. ArraySize D. NumElem

Computer Science & Information Technology

You can select a different theme for your workbook. Click the ____ tab on the Ribbon. In the Themes group, click the Themes button to display a gallery of themes.

A. Page Layout B. Layout C. Format D. Page Format

Computer Science & Information Technology