Match each of the following file extensions to their meanings:

I. mp4
II. swf
III. bmp
IV. mp3
V. mid

A. Consists of rows and columns of dots
B. Can be used to deliver video over the Internet.
C. Commonly used with video cameras
D. Compressed audio file
E. Used to interchange of musical information between musical instruments and computers.


C, B, A, D, E

Computer Science & Information Technology

You might also like to view...

This statement:

``` preg_match("/\b(car[[:alpha:]]+)\b/i", $string) ``` a. searches for any word beginning with the pattern "car" b. searches for any word ending with the pattern "car" c. searches specifically for the whole word "car" d. searches for any lowercase string that matches the pattern "car"

Computer Science & Information Technology

What is the ‘thin provisioning' approach to virtual storage?

What will be an ideal response?

Computer Science & Information Technology

You can help your reader find various sections of a document easily by using Word to create a(n) ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

Early versions of FORTRAN did not include a while loop mechanism. _________________________

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

Computer Science & Information Technology