Consider the representation for pictures where each \dot" (pixel) in the picture is represented by three bytes, for the red, green, and blue components of the color at that dot.

How many bytes does it take to represent a 640x480 picture, a common picture size on the Web?
How many bytes does it take to represent a 1024x768 picture, a common screen size?
(What do you think is meant now by a \3 megapixel" camera?)


It takes 921,600 bytes to store the pixels in a 640x480 picture.
It takes 2,359,296 pixels.
A 3 megapixel camera can store 3 million bytes per picture.

Computer Science & Information Technology

You might also like to view...

The ____________ method writes data to a file, followed by a newline character immediately after the data.

a. PrintLine b. WriteLine c. WriteNewLine d. Write

Computer Science & Information Technology

List three reasons for producing process specifications.

What will be an ideal response?

Computer Science & Information Technology

If the user needs to edit data for a specific subset of data, a form can be based on a(n) ________ instead of a table

Fill in the blank(s) with correct word

Computer Science & Information Technology

Storage consists of electronic components that store instructions and data waiting to be executed.

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

Computer Science & Information Technology