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...

What sorting algorithm is implemented by the following function?

public class another { public void sort(int arr[], int begin, int end) { if (begin < end) { int partitionIndex = partition(arr, begin, end); sort(arr, begin, partitionIndex-1); sort(arr, partitionIndex+1, end); } } } a. Quick sort b. Bubble Sort c. Merge sort d. Selection sort

Computer Science & Information Technology

Datasheet view shows the values of the data within the table

Indicate whether the statement is true or false

Computer Science & Information Technology

A smart ________ contains communication technology that helps manage electricity distribution efficiently

Fill in the blank(s) with correct word

Computer Science & Information Technology

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

1. Linking is the process of combining the object file with other machine language statements and loading the executable program into 2. Program bugs are errors which occur during the compilation step for preparing a C++ program for execution. 3. The word size is the size of the registers in the ALU, and therefore depends on the design of the processor. 4. A byte is by definition 8 bits. 5. Every real number can be represented exactly in binary in the computer's memory.

Computer Science & Information Technology