Binary is a numerical system that uses only two digits: 0 and 1. It is a boolean system, meaning it is built upon "true" vs. "false," with 0 and 1 being represented respectively. Binary serves a major part in the foundation of all digital systems (most notably--computers!). In this mini lesson, you can learn and practice binary and binary decimal conversion. In Binary, each digit is called a "bit," and it represents a power of 2.
In decimal (our usual base-10 system), each digit represents a power of 10. Similarly, in binary:
When counting in binary, you start from the right, and each digit represents a higher power of 2 as you move to the left. Maybe think of it as selecting the numbers as components you need in order to create a sum up to a given number.
Once you feel confident enough in your basic binary skills, practice with them by navigating to the 5x5 Binary Practice at the top left!