The Package Presentation for CD feature enables you to:

A) copy a set of presentations to a folder on your computer or to a CD.
B) make a copy of the PowerPoint application for backup purposes.
C) print personalized handouts for an audience.
D) create a CD label to accompany the presentation.


A

Computer Science & Information Technology

You might also like to view...

What is sum after the following loop terminates?

``` int sum = 0; int item = 0; do { item++; if (sum >= 4) continue; sum += item; } while (item < 5); ``` a. 6 b. 7 c. 8 d. 9 e. 10

Computer Science & Information Technology

If you use multiple criteria, then you must also use ________ operators to combine criteria

Fill in the blank(s) with correct word

Computer Science & Information Technology

When multiple pages are displayed by zooming in, best fit is calculated based on ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

Outlook stores tasks in the Tasks folder and cannot store them anywhere else.

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

Computer Science & Information Technology