To display the Themes gallery, you click the More button in the:
A) Themes group on the Design tab. B) Presentation Views group on the Design tab.
C) Presentation Views group on the Insert tab D) Themes group on the Insert tab.
A
Computer Science & Information Technology
You might also like to view...
A function ends with a(n) ____ statement.
A. End Function B. Exit Function C. Function D. Exit
Computer Science & Information Technology
What is the result after the following statement executes?
``` char var1 = tolower('A'); ``` a. var1 stores the character value 'A' b. var1 stores the ASCII value for lowercase 'a' c. the character A is output to the monitor d. the character a is output to the monitor e. None of these
Computer Science & Information Technology