Critical Thinking QuestionsCase 1-1Angela is creating a presentation to give at her company's annual picnic. She knows that PowerPoint 2011 offers new themes she can apply to her presentation to give it a fun and exciting look.How can Angela display a gallery of available themes?
a. press the F5 keyc. click the More button in the Themes galleryb. click the Gallery button in the Themes groupd. press the F1 key

What will be an ideal response?

Answer: C

Computer Science & Information Technology

You might also like to view...

Every device on the Internet has a unique network access point that identifies it in the same way that a street address identifies the location of a house.

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

Computer Science & Information Technology

Write single C++ statements or portions of statements that do the following:

a) Input unsigned int variable x with cin and >>. b) Input unsigned int variable y with cin and >>. c) Declare unsigned int variable i and initialize it to 1. d) Declare unsigned int variable power and initialize it to 1. e) Multiply variable power by x and assign the result to power. f) Preincrement variable i by 1. g) Determine whether i is less than or equal to y. h) Output integer variable power with cout and <<.

Computer Science & Information Technology