Sunday, December 4, 2011

Assignment 33

  1. An image is 800 by 500 pixels, and each pixel can be one of four colors. How much memory would it require?

     800 x 500 x 2 bits = 800 Kb

   2.  An image is 800 by 500 pixels, and each pixel can be one of four colors. How much storage space would it require?

       800 x 500 x 2 bits = 800 Kb

   3. How many different colors could one represent using two, three and four bit codes?

   Two bits - 4 colors
   Three bits - 8 colors
   Four bits - 16 colors

   4. When you add one bit to a code, what happens to the number of possible colors?

    The quantity of possible colors doubles

No comments:

Post a Comment