To modify a slide master, you begin by clicking the Slide Master button in the:

A) Masters group on the Design tab. B) Presentation Views group on the Design tab.
C) Presentation Views group on the View tab. D) Masters group on the View tab.


C

Computer Science & Information Technology

You might also like to view...

Try sprinkling in some specific values into your sounds.

``` public void set200ValuesToAmount ( int amount ) { SoundSample [ ] sampleArray = this . getSamples ( ) ; int start = sampleArray . length /2 - 100; int end = s t a r t + 200; SoundSample sample = null ; // loop through some samples for ( int i = start ; i < end ; i++) { sample = sampleArray [ i ] ; sample . setValue ( amount ) ; } } ```

Computer Science & Information Technology

The ________ contains shortcuts to frequently used programs and is always visible

A) Quick Launch toolbar B) Windows Sidebar C) taskbar D) Start bar

Computer Science & Information Technology

A security suite often used with a VPN for authentication and encryption.

What will be an ideal response?

Computer Science & Information Technology

To distinguish between the data transferred and the chunk of physical memory, the term _________, is sometimes used with reference to caches.

A. tag B. frame C. line D. block

Computer Science & Information Technology