Interleaving is:

a. laying out tracks on a CD so that media that are close in sequence in the program are close together on the CD.
b. creating an authoring sequence that follows a certain pattern; e.g. image, video clip, text, etc.
c. blending audio data with video and other data so that sound remains synchronized with the video.
d. a form of animation wherein one image changes into another.
e. a video transition where strips of one image slide across another image.


c: blending audio data with video and other data so that sound remains synchronized with the video.

Computer Science & Information Technology

You might also like to view...

A function prototype does not have to:

a. Include parameter names. b. Terminate with a semicolon. c. Agree with the function definition. d. Match with all calls to the function.

Computer Science & Information Technology

Windows apps (like the Sports app) can only be displayed full screen

Indicate whether the statement is true or false

Computer Science & Information Technology

What are the benefits of using 3-D formulas?

What will be an ideal response?

Computer Science & Information Technology

Suppose that name is a String variable. Then the following two statements are equivalent.name = "Danny";name = new String("Danny");

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

Computer Science & Information Technology