Digital Data Representation and Storage
We’ve learned that all computerized information is stored as binary – a numerical system in which only two states are possible. We generally think of this representation as a sequence of ‘0’s and ‘1’s.
In this webquest, you’ll use websites I outline as well as your favorite search engine to answer a series of questions related to digital data storage and representation. You should come away with a better understanding of how information is represented by computers.
Data storage
1. To represent the number 5634, how many bits do I need? (try search for ‘5634 in binary’ using Google)
2. The largest harddrives currently on the market have a capacity of approximately 5 terabytes. How many bits are in a terabyte?
3. Roughly how many MP3s can be stored in a terabyte of space? How many hours of music is this?
4. How are bits encoded on a CD? Hint: search for how CDs work.
Digital images
- As we discussed, colors in digital pictures are represented numerically. Designers and web developers often describe colors in hexadecimal. What is hexadecimal and how is it related to binary?
- Why do you think designers use hexadecimal instead of binary?
- Use a color chart and write how your favorite color is represented both in hexadecimal (HTML code) and in decimal (three values for red, green and
- blue).
- Using a hex to binary converter, how many bits would it take to represent your color in binary?
- How many colors can be represented this way? (use your converter – the biggest color value in hexadecimal is FFFFFF for white)
- What is lossless compression?
- Give three examples of common image formats that are lossless.
- What is lossy compression?
- What common image file format is lossy?






