To create a new presentation with a theme different from the default theme, open Backstage view, and then in the navigation bar, click New. In the top row in the Available Templates and Themes section, click Themes. Click the theme you want to use, and then click the ____ button.

A. Start
B. Theme
C. Create
D. New


Answer: C

Computer Science & Information Technology

You might also like to view...

One of the first vendor-specific certification programs was offered by ____.

A. Microsoft B. Novell C. Cisco D. Intel

Computer Science & Information Technology

Given the following code snippet, what will be displayed on the web page if the user enters 6.35 at the prompt?

``` var A = prompt("Enter a number:"); document.write(parseFloat(A) + ", "); document.write(parseInt(A)); ``` a. 6.35NaN b. 6.35 6 c. 6.35, 6 d. 6.35, 6.35

Computer Science & Information Technology

Which of the following is most rarely used in Access?

A) Cascade Update Related Fields B) Enforce Referential Integrity C) Cascade Delete Related Records D) Join Type

Computer Science & Information Technology

In addition to a specified pattern of characters, all legitimate credit card numbers must satisfy the Luhn Algorithm also known as the _____.

A. Euclid's Algorithm B. Mod10 Algorithm C. Verhoeff Algorithm D. Damm Algorithm

Computer Science & Information Technology