Data Representation: How Computers Store Information
Learn Computer Concepts in FREE step-by-step lessons.
Unit I: Introduction: Understanding Computers

In this chapter, you will learn how computers represent text, numbers, images, audio, and video using digital data. You will explore binary, hexadecimal, and common methods of storing information while discovering how simple patterns of zeros and ones make modern computing possible. Understanding these concepts provides the foundation for many other areas of computer science.
Please study the material at each of the links below.
- Number systems: grouping: Quantities can be grouped in different ways.
- Decimal system: The decimal system is base 10.
- Binary Numbers: 0 and 1: The binary system is base 2
- Convert binary to decimal: Video: This video demonstrates converting decimal to binary. 5 minutes
- Drill: Convert binary to decimal: Practice converting binary numbers to decimal
- Drill: Convert decimal to binary: Practice converting binary numbers to decimal
- Hexadecimal Numbers: Base 16: 4 binary digits can be represented by 1 hex digit.
- Decimal, Binary and Hexadecimal: Conversion table
Converting Binary to Hexadecimal: This video demonstrates converting binary to hex.- Drill: Convert binary to hexadecimal: Practice converting binary to hexadecimal
Converting Hexadecimal to Binary: This video show how to convert binary to hexadecimal.- Drill: Convert hexadecimal to binary: Practice converting hexadecimal to binary.
- RGB Colors: RGB stands for Red, Green, Blue. It is used to represent colors.
Be sure to experiment with the sliders.
- Scientific notation: Very large or small numbers are often displayed in this format.
- How to Write Decimals in Scientific Notation: Video 2.33 minutes
- Drill: Value of e notation: Practice writing e notation in normal format.
- Self Study Questions: What do you know about the number systems used in Computer Science?
- discussion
Glossary for data-representation lesson
Full Glossary