In which view can you rearrange the order of slides by dragging the chosen slide to a different location

A) Slide Master B) Preview C) Slide Sorter D) Outline


C

Computer Science & Information Technology

You might also like to view...

Rewrite the code below using the ranged for loop and the auto keyword.

``` map personIDs = { {1,"Walt"}, {2,"Kenrick"} }; map::const_iterator iter; for (iter = personIDs.begin(); iter != personIDs.end(); iter++) { cout << iter->first << " " << iter->second << endl; } ```

Computer Science & Information Technology

The ____ function is useful when you want to assign a value to a cell based on a logical test.

A. IF B. NOW C. AND D. OR

Computer Science & Information Technology

A(n) ________ shows how all pages in the presentation will display

Fill in the blank(s) with correct word

Computer Science & Information Technology

Set the property to true to enable a Button.

a) Disabled b) Focus c) Enabled d) ButtonEnabled

Computer Science & Information Technology