Case-Based Critical Thinking QuestionsCase 13-1Lynn has to give a presentation in her public speaking class. The school has provided her with Microsoft PowerPoint, a popular presentation software. Lynn wants to make sure that her presentation is also fun to watch. She wants to use transition and animation effects to keep her audience interested. When using effects, Lynn should ____.

A. use as many effects as possible because they are fun and exciting to watch
B. put sound effects on every slide to grab her audience's attention
C. use a different transition on every slide and tell her audience which one she used in case they want to use them in their presentations
D. use a few effects to jazz up her presentation, but not too many so as to irritate her audience


Answer: D

Computer Science & Information Technology

You might also like to view...

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

1. When using an array, it is perfectly legal to access indexed variables with index values less than 0 or greater than or equal to the declared size of the array. 2.To call a function with an array parameter, write the array argument as the array name followed by empty square brackets, as in f(a[], 7); (The first argument is an array a, the second is the size.) 3. Consider the array declaration, int x[20];. There is no memory allocated for x[20]. 4. Arrays in C++ may have several different types stored in them.

Computer Science & Information Technology

To display multiple presentation windows side by side, click the VIEW tab in any presentation window, and then click the ____ button in the Window group.

A. Display All B. Arrange All C. Show All D. Present All

Computer Science & Information Technology

When you step through procedure code, the yellow ____________________ is positioned on the first statement of the procedure.

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

Computer Science & Information Technology

With a switch statement, if no match is made, the statements associated with ____________ are executed.

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

Computer Science & Information Technology