Match the following files with the descriptions of their graphic file format:

I. org chart1.bmp
II. org chart2.gif
III. org chart3.png
IV. org chart4.pic
V. org chart5.tif

A. good for line drawings and black-and-white images; limited to 256 colors
B. supports 16 million colors; standard of W3C; intended to replace .gif format
C. not widely supported by browsers but considered best format for storing bitmapped images
D. representation of rows and columns of dots; creates large file size
E. holds both vector and bitmap images

D, A, B, E, C

Computer Science & Information Technology

You might also like to view...

Which of the following can be described as program code that operates like a specialized hook into the operating system?

A. BIOS B. ROM C. API D. CMOS

Computer Science & Information Technology

A recursive method must have which of the following?

a. a statement that increments the control variable b. a control variable initialized to a starting value c. some way to control the number of time it repeats d. All of these

Computer Science & Information Technology