You can select a(n) ____ frame, which is a still image created from a frame of the video, to serve as the video's "cover" or preview image on the slide.

A. poster
B. meta
C. master
D. embedded


Answer: C

Computer Science & Information Technology

You might also like to view...

What type of error will this code produce?

```int x[60], i; for(i = 0; i <= 60; ++i) { x[i] = i; }``` A. A compiler error will report an array out of bounds error. B. A compiler error is generated since the array is not declared correctly. C. A run time error may occur because we are out of bounds on the array. D. Two of these are correct.

Computer Science & Information Technology

Suppose you were designing a special?purpose I/O chip to relieve a high?performance workstation of the burden of I/O. What special instructions would you add to the computer’s instruction set? What additional hardware interface would you include – if any?

What will be an ideal response?

Computer Science & Information Technology

With a ___________________ antenna, signals are focused in a single direction, which makes them ideal for placement at one end of long, narrow spaces or to cover distances between buildings.

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

Computer Science & Information Technology

To see the height and width of the currently graphic, as shown in the accompanying figure, look in the ____ group on the Picture Tools Format tab.

A. Measurements B. Options C. Size D. Dimensions

Computer Science & Information Technology