When a movie has a _____ sound, Flash forces the animation to keep pace with the sound.

A. event
B. stream
C. loop
D. repeat


Answer: B

Computer Science & Information Technology

You might also like to view...

Provide a user’s requirements specification for each of these user views.

What will be an ideal response?

Computer Science & Information Technology

By routing the output to a __________, a permanent copy (called a hard copy) is obtained.

a. display screen b. LCD screen c. printer d. keyboard

Computer Science & Information Technology

Analyze the following code.

``` int count = 0; while (count < 100) { // Point A cout << "Welcome to C++!" << endl; count++; // Point B } // Point C int count = 0; while (count < 100) { // Point A cout << "Welcome to C++!\n"; count++; // Point B } // Point C ``` A. count < 100 is always false at Point B B. count < 100 is always true at Point A C. count < 100 is always true at Point B D. count < 100 is always true at Point C E. count < 100 is always false at Point C

Computer Science & Information Technology

In order to use the files contained in a compressed folder, they must first be

a. debugged. b. extracted. c. associated with a file type. d. compacted.

Computer Science & Information Technology