Define the term graphics program and differentiate among the three basic categories of graphics programs.

What will be an ideal response?


The term graphics program can refer to a wide range of software applications. Generally speaking, though, graphics programs fall into three basic categories: bitmap, vector, and animation. You can think of bitmap graphics (also called raster graphics) as very sophisticated mosaics. Instead of using colored tiles, bitmap graphics use pixels-colored squares that are so small that your eye perceives only the whole image, not the pixels themselves. All digital photographs are bitmap graphics, and all Photoshop images are bitmap graphics. Vector graphics are often created on a computer, not through scanning or downloading. Many times, vector-based programs are called draw programs, because vector graphics are created by drawing lines, creating objects, and filling them with color. Adobe Illustrator is a vector-based program. Finally, animation programs, such as Adobe Flash, use timeline structures to create sequences of graphics -both bitmap and vector -then create the illusion of motion and animation by presenting that sequence of images so quickly that your eye perceives movement.

Computer Science & Information Technology

You might also like to view...

A constructor can specify the return type:

a. int. b. string. c. void. d. A constructor cannot specify a return type.

Computer Science & Information Technology

A string with a single character, such as "a", is a string of length one and is stored differently than a char data type such as 'a'.

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

Computer Science & Information Technology

What is the low end speed of the SONET Optical Carrier specification (OC-1)?

A. 34.368 Mbps B. 39.8 Mbps C. 43 Mbps D. 51.8 Mbps

Computer Science & Information Technology

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

1. The detail-processing module is called each time the main processing loop is executed. 2. The control field is the field that determines when a control break is to occur. 3. In a control-break program, it is possible to output detail lines, intermediate total lines, and final total lines all on one page. 4. An intermediate total reflects accumulated data about all the input records. 5. We know that a control break has occurred when the last detail record in a group is processed.

Computer Science & Information Technology