Lesson 8 of 11 · 6 min
Representing data
Computers store everything — numbers, words, pictures, sound — as data. Deep down, computers use only two symbols, 0 and 1 (called binary), like a switch that is off or on. We organise data into tables and charts to understand it.
0 1 0 1 1 0
Computers store data in binary (0s and 1s)
Let’s try it! ✍️
Question 1 of