Identify the letter of the choice that best matches the phrase or definition.
A. A very effective video format because it compresses data efficiently
B. Graphical representation of a sound
C. Sound file format that compresses data but retains sound quality
D. The playback interface for a video
E. Sound format if you have QuickTime 4.0 or higher installed on your computer
A. FLV
B. waveform
C. MP3
D. skin
E. MOV
Computer Science & Information Technology
You might also like to view...
What is stored in numbers after execution of the following code?
What is stored in numbers after execution of the following code? int numbers[3]; for (int i = 0; i < 3; i++){ numbers[i] = i * 5; numbers[2] = 100; a. 0, 100, 10 b. 0, 5, 100 c. 0, 100, 10, 15 d. 0, 5, 100, 15
Computer Science & Information Technology
A __________ module is a type of module that calls itself.
a. numeric b. string c. recursive d. library
Computer Science & Information Technology