____ apply a coordinated set of changes to your entire document.
A. Styles
B. Sets
C. Themes
D. Templates
Answer: C
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; } } } ```
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
Power View can perform aggregate calculations, create charts and format data
Indicate whether the statement is true or false
The Internet uses two IP addressing schemes: IPv4 and IPv6.
Answer the following statement true (T) or false (F)