Which of the following is FALSE about styles?

A) Styles automate the formatting process.
B) You can apply a style to any text element in a document.
C) Styles tend to make document formatting less consistent.
D) When you change the style, you automatically change all text defined by that style.


C

Computer Science & Information Technology

You might also like to view...

If Circle is the name of a class, which of the following statements would create a Circle object named my Circle?

A) my Circle Circle; B) my Circle Circle(); C) Circle my Circle; D) Circle my Circle(); E) None of the above

Computer Science & Information Technology

Pressing the _____ key as you type a list automatically displays the next list number, letter, or bullet.

A. Enter B. Tab C. Shift D. Ctrl + Tab

Computer Science & Information Technology

Which of the following is an example of dynamic method invocation?

A. Running a superclass method from a subclass object B. Running an object's method from another program's main method. C. Running an object's private method from another method within that same object. D. Running System.out.println("Hello World!");

Computer Science & Information Technology

What are the advantages of using switches?

What will be an ideal response?

Computer Science & Information Technology