Binary Number System
A Binary Number is made up of only 0s and 1s. A method of representing numbers that has 2 as its base and uses only the digits 0 and 1. Each successive digit represents a power of 2. For example, 10011 represents (1 × 24) + (0 × 23) + (0 × 22) + (1 × 21) + (1 × 20), or 16 + 0 + 0 + 2 + 1, or 19.
Summary
A Binary Number is made up of only 0s and 1s. A method of representing numbers that has 2 as its base and uses only the digits 0 and 1. Each successive digit represents a power of 2. For example, 10011 represents (1 × 24) + (0 × 23) + (0 × 22) + (1 × 21) + (1 × 20), or 16 + 0 + 0 + 2 + 1, or 19.
Things to Remember
- A number is a mathematical object used to count, measure and label.
- The binary number system always uses only two different symbols ( the digit 0 and 1) that are arranged using positional notation.
- We can subtract a binary number from the another binary number.
MCQs
No MCQs found.
Subjective Questions
No subjective questions found.
Videos
No videos found.

Binary Number System
It is necessary to review the decimal number system at first to understand more about binary number system. Decimal number system refers to base 10 positional notation. It uses ten different symbols (0, 1, 2, 3, 4, 5, 6, 7, 8, 9) arranged using positional notation. Positional notation is used when a number larger then 9 needs to be represented; each position of a digit signifies how many groups of 10, 100, 1000, etc. are contained in that number. For example,
4251
4 \(\times\) 1000 + 2 \(\times\) 100 + 5 \(\times\) 10 + 1
4\(\times\) 103+ 2\(\times\) 102 + 5\(\times\) 101 + 4\(\times\) 102

0 and 1 are used in binary number system which is arranged using positional notation (the digit 0 and 1 as a symbol). When a number larger than 1 needs to be represented, the positional notation is used to represent, the positional notation is used to represent how many groups of 2, 4, 8 are contained in the number. For example,
Let's consider the number 30
30 ÷ 2 = 15 Remainder 0
15 ÷ 2 = 7 Remainder 1
7 ÷ 2 = 3 Remainder 1
3 ÷ 2 = 1 Remainder 1
1 ÷ 2 = 0 Remainder 1
Lesson
Number System
Subject
Compulsory Maths
Grade
Grade 8
Recent Notes
No recent notes.
Related Notes
No related notes.