PowerPoint gives you the ability to format the text on the slide. Please define a slide master and explain how you would go about accessing and modifying the font attributes on a slide master.
What will be an ideal response?
- The slide master is a template you can modify to create a consistent look for your presentation.
- Click the VIEW tab, then click Slide Master from the Master Views group. Select the text styles you want to modify, then change the font attributes using the Font dialog box.
You might also like to view...
Suppose a program contains a recursive method findFibonacci(int n), which computes the n-th Fibonacci number. Even if we know that a client method will never call findFibonacci( ) with the values 1 or 2 as arguments, why does the implementation of findFibonacci( ) still need to have base cases?
What will be an ideal response?
In a recursive function, the statement(s) that invoke the function again are called the ______________.
Fill in the blank(s) with the appropriate word(s).