If the ____ option is chosen, an audio clip repeats for as long as one slide is displayed.

A. Play Across Slides
B. Loop Until Stopped
C. Continuous Play
D. Nonstop


Answer: B

Computer Science & Information Technology

You might also like to view...

Some manufacturers allow expansion of the cache, which is normally on the motherboard

A) L1 B) L2 C) L3 D) L1-2

Computer Science & Information Technology

You can use ______________ to make voice calls over your computer network.

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

Computer Science & Information Technology

MC The______ statement causes the __str__ method to be invoked.

a) print "object". b) print objectOfClass. c) objectOfClass.print(). d) None of the above.

Computer Science & Information Technology

Which of the following sets of statements will set floating point output to the stream outStream to fixed point with set 3 places of decimals? In the explanation, you must give any necessary #include directives and using directives or declarations.

a. outStream.setf(ios::fixed); outStream.setf(ios::showpoint); outStream.precision(2); b. outStream.setf(ios::fixed | ios::showpoint); outStream << setprecision(2); c. outStream << setflag(ios::fixed); outStream << setflag(ios::showpoint); outStream << setprecision(2); d. outStream.flags(ios::fixed); outStream.flags(ios::showpoint); outStream.precision(2);

Computer Science & Information Technology