____ apply a coordinated set of changes to your entire document.

A. Styles
B. Sets
C. Themes
D. Templates


Answer: C

Computer Science & Information Technology

You might also like to view...

What does the following program print?

``` // Mystery2.java public class Mystery2 { public static void main(String[] args) { int count = 1; while (count <= 10) { System.out.println(count % 2 == 1 ? "****" : "++++++++"); ++count; } } } ```

Computer Science & Information Technology

Specifying elementary computer operations with English-like abbreviations forms the basis of ________ languages.

a) Assembly languages b) High-level languages c) Mid-level languages d) Machine languages

Computer Science & Information Technology

Power View can perform aggregate calculations, create charts and format data

Indicate whether the statement is true or false

Computer Science & Information Technology

The Internet uses two IP addressing schemes: IPv4 and IPv6.

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

Computer Science & Information Technology