As in Word, PowerPoint includes ____________________ that you can use to apply multiple formatting attributes at once.

Fill in the blank(s) with the appropriate word(s).


Quick Styles

Computer Science & Information Technology

You might also like to view...

The size of each graphic on a Web page contributes to the amount of time it takes a user's browser to download the page.

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

Computer Science & Information Technology

The box in a vertical or horizontal scroll bar that you drag to reposition the document on the screen is the:

a. scroll box b. text box c. search box

Computer Science & Information Technology

You can replace lines 5 and 6 in the following function with ____.1 /* copy string2 to string1 */2 void strcopy(char string1[], char string2[])3 {4   int i = 0;5   while (string1[i] = string2[i])6     i++;7 }

A. while (*string1 = *string2) ; B. while (*string1 = string2) ; C. while (*string1++ = *string2++) ; D. while (*++string1 = *++string2) ;

Computer Science & Information Technology

The method to modify the visibility property of a control is ____________________.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology