Binary Number System: Example
Binary Number System: Example
Binary Number System is a number system that is used to represent various numbers
using only two symbols “0” and “1”. The word binary is derived from the word “bi” which
means two. Hence, this number system is called Binary Number System. Thus, the binary
number system is a system that has only two symbols and its base is 2
Here, we are only going to learn about Binary Number System. This
number system is very useful for explaining tasks to the computer. In the
Binary Number System, we have two states “0” and “1” and these two
states are represented by two states of a transistor. If the current passes
through the transistor then the computer reads “1” and if the current is
absent from the transistor then it read “0”. Thus, alternating the current the
computer reads the binary number system. Each digit in the binary number
system is called a “bit”.
Example:
(11001)2
Binary Number Table
Decimal Number Binary Number Decimal Number Binary Number
1 001 11 1011
2 010 12 1100
3 011 13 1101
4 100 14 1110
5 101 15 1111
6 110 16 10000
7 111 17 10001
8 1000 18 10010
9 1001 19 10011
10 1010 20 10100
Binary to Decimal Conversion
A binary number is converted into a decimal number by multiplying each digit of the
binary number by the power of either 1 or 0 to the corresponding power of 2.
Solution:
= 16 + 0 + 0 + 2 + 1 = (19)10
Solution:
= 1 + 0 + 4 + 0 + 16 + 0 + 64
= (85)10
Solution:
= 64 + 0 + 16 + 0 + 4 + 0 + 1
= 64 + 21
= 0 + 8 + 4 + 0 +1