A slide ____ is a special animation effect used to progress from one slide to the next slide in a slide show.

A. animation
B. layout
C. transition
D. theme


Answer: C

Computer Science & Information Technology

You might also like to view...

Which is NOT a feature of Access reports?

A. headers B. footers C. calculations on groups of records D. easy-to-use data entry screen

Computer Science & Information Technology

Briefly describe the five basic strategies to control risk that result from vulnerabilities.

What will be an ideal response?

Computer Science & Information Technology

You can nest IF functions as deep as you want, but after you get beyond a nest of three IF functions, the logic becomes difficult to follow.

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

Computer Science & Information Technology

____ makes an existing file available for data to be added to the end of the file; if the file opened does not exist, a new file with the designated name is created and made available to receive output from the program.

A. fileOut = fopen("prices.dat","r"); B. fileOut = fopen("prices.dat","w"); C. fileOut = fopen("prices.dat","a"); D. fileOut = fopen("prices.dat","b");

Computer Science & Information Technology