The Notes pane is an area of the ________ View window used to type notes that can be printed below a picture of each slide

A) Normal B) Slide Show C) Reading D) Slide Sorter

A

Computer Science & Information Technology

You might also like to view...

What value is assigned to the half variable?

Please examine the following code sample: ``` int distance; // Declare distance as an int double half; // Declare half as a double distance = 35; // Assign 35 to distance half = distance / 2; // Calculate half the distance ``` a. 70 b. 17.5 c. 18 d. 17

Computer Science & Information Technology

Describe some of the challenges you face and the techniques you should use when designing navigation for mobile devices.

What will be an ideal response?

Computer Science & Information Technology