3.3 Representing Images Curriculum Page
POGIL Image Representation Worksheet: https://docs.google.com/document/d/1CxMDKhONZBWfBV0HSfGMdOX__L2xNjYcgPgLSmpI4xU/edit?usp=sharing
Representing Images: https://docs.google.com/document/d/1Hmq40z46vm5SsFSoOaShcnLwiJw6L2BWz81ZuEoQE4o/edit?usp=sharing
1. Decode this message by converting it from binary to ASCII: 1000001 1110000 1110000 0100000 1001001 1101110 1110110 1100101 1101110 1110100 1101111 1110010 0100000 1010010 1001111 1000011 1001011 1010011 0100001 You can use this chart to help you: ASCII Conversion Chart
App Inventor ROCKS!
2. Describe what it means to say that JPEG is a lossy compression technique and whether or not it affects the quality of camera pictures.
JPEG is a lossy compression technique because some of the details in the image are lost when it is compressed. This negatively affects the quality of camera pictures because they have slightly worse quality.
3. Give a specific example of a binary sequence that can represent more than one type of data -- e.g., a number, a color, a character -- and describe how to interpret its different values.
The binary sequence 01000001 could represent the letter A, the decimal number 65, or the color pink.