What situations call for the use of a slide master?

What will be an ideal response?


There may be times when you want to make a design change to all the slides in your presentation, such as changing the alignment or font size of text, or adding a logo to every slide. Instead of making the change on each slide, you can change the slide master. A slide master contains the layouts, design elements, and other formatting for a presentation. Every slide you create is based on a slide master. A slide master has a number of supporting layouts, or arrangements of slide placeholders, such as a Title slide layout, which has placeholders for a presentation title and subtitle, or a Title and Content layout, which has placeholders for a slide title and for slide content. You can customize a slide master, or any supporting layout, and save it for future use.

Computer Science & Information Technology

You might also like to view...

What is the value of ans, x, and y after the following statements are executed?

``` int ans = 0, x = 15, y = 25; if ( x >= y) { ans = x + 10; x -=y; } else { ans = y + 10; y += x; } ``` a. ans = 0, x = 15, y = 25 b. ans = 25, x = -10, y = 25 c. ans = 35, x = 15, y = 40 d. ans = 25, x = 15, y = 40

Computer Science & Information Technology

The process of copying files to a network server from your computer is referred to as _____.

A. uploading B. loading C. downloading D. exporting

Computer Science & Information Technology

What is the purpose of a logical operator in C++?

A. It is used with pointers to access addresses. B. It is needed to do comparisons between variables. C. A programmer uses a logical operator to combine multiple relational statements. D. It is needed to perform bitwise program operations.

Computer Science & Information Technology

Properties are characteristics of ActiveX controls that can be changed

Indicate whether the statement is true or false

Computer Science & Information Technology