Critical Thinking QuestionsCase 1-1Angela is creating a presentation to give at her company's annual picnic. She knows that PowerPoint 2010 offers new themes she can apply to her presentation to give it a fun and exciting look. Where should Angela look to review different document themes?
a. in the Themes group on the Design tabc. in the Themes group on the View tabb. in the Themes tab in Backstage viewd. in the Themes group on the Insert tab

What will be an ideal response?


Answer: A

Computer Science & Information Technology

You might also like to view...

You cannot change the Required field property after data has been entered

Indicate whether the statement is true or false

Computer Science & Information Technology

(Enhanced Bubble Sort) Make the following simple modifications to improve the perfor- mance of the bubble sort you developed in Exercise 19.5:

a) After the first pass, the largest value is guaranteed to be in the highest-numbered element of the vector; after the second pass, the two highest values are “in place”; and soon. Instead of making nine comparisons (for a 10-element vector) on every pass, modify the bubble sort to make only the eight necessary comparisons on the second pass, seven on the third pass, and so on. b) The data in the vector may already be in the proper order or near-proper order, so why make nine passes (of a 10-element vector) if fewer will suffice? Modify the sort to check at the end of each pass whether any swaps have been made. If none have been made, the data must already be in the proper order, so the program should terminate. If swaps have been made, at least one more pass is needed.

Computer Science & Information Technology

Hard disks are divided into concentric circles called tracks. Each track is responsible for containing multiple sectors. A sector is the smallest data storage area composed of ______ bytes of data

a. 128 b. 256 c. 512 d. 728

Computer Science & Information Technology

To access the Import dialog box that is shown in the figure above, you should click ____ on the menu bar, point to Import, and then click File.

A. Insert B. File C. Format D. Edit

Computer Science & Information Technology