A video stored in your SkyDrive account can be inserted into a slide show by clicking the _____ option. 

A. Online Video
B. Playback
C. My Video
D. Cloud


Answer: A

Computer Science & Information Technology

You might also like to view...

Why can you not use the swap template function to swap two complete arrays?

template void swap(T& left, T& right) { T tmp=left; left=right; right=tmp; } a. You can not pass an array to a function b. The swap function does not return anything c. the = operator does not work for an array d. tmp should be an integer

Computer Science & Information Technology

Predefined _____ are built into the software, and include formats for displaying currency, percentages, and general numbers.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

A form can NOT be used to delete a record from a Base database

Indicate whether the statement is true or false

Computer Science & Information Technology

Which of the following describes what item D in the accompanying figure is used for?

A. To assign point values to a button B. To see a list of button names C. To see a list of navigation points D. To create a navigation point

Computer Science & Information Technology