Overview π
Computers store and process all kinds of data using binary β a code made up of 1s and 0s. Each 1 or 0 is called a bit. Groups of bits represent different types of data:
Text β stored using character codes like ASCII.
e.g. βAβ = 01000001
π Typing a message sends each letter as binary.
Images β made of tiny dots called pixels, each with a binary colour code.
πΌοΈ Taking a photo on your phone stores the image as pixel data.
Sound β recorded as digital samples of wave signals.
π΅ Your music app stores each second of a song as binary samples.
Numbers β whole numbers use binary integers, and decimals use floating point.
π’ A calculator stores and solves maths using binary.
Everything a computer does starts with 1s and 0s!