Photographs are best saved in what format? What about graphics with solid colors and line art?

What will be an ideal response?


Continuous-tone bitmap images (images with many shades of color), such as photographs, are best saved compressed in the JPEG or PNG-24 formats. Illustrations with solid colors, line art, and type are best saved in the GIF or PNG-8 formats.

Computer Science & Information Technology

You might also like to view...

The purpose of an interface is to:

a) provide similar objects with the same functionality, even though each will implement the functionality differently b) provide different types of objects with the comparable functionality, even though each will implement the functionality differently c) provide default implementations of methods and properties d) None of the above.

Computer Science & Information Technology

Write a method called randomInRange that accepts two integer parameters representing a range. The method should return a random integer in the specified range (inclusive). Assume that the first parameter is greater than the second.

What will be an ideal response?

Computer Science & Information Technology

A ____ is a set of choices, often graphical, arranged in a grid or in a list.

A. window document B. live preview C. menu D. gallery

Computer Science & Information Technology

Accessing data from the hard drive to send to the CPU is faster than accessing data from RAM

Indicate whether the statement is true or false

Computer Science & Information Technology