What are Binary Numbers
Don’t look puzzled the next time you see streams of 1s and 0s. If they don’t seem to make sense, it's high time you update your knowledge of binary numbers. Read on to do just that!
What is Binary Information?
The information that is transmitted across computer networks in the form of binary numbers, as streams as 0s and 1s, is known as binary information.
Each digit of a binary number represents an increasing power of 2. The right-most digit, which is conventionally known as the unit’s place digit in context of decimal numbers, represents 2 to the power 0. The next digit represents 2 to the power 1, the next is base 2 raised to the index 2, then 2 raised to the power 3 and so on.
In the binary numeral system, the numbers 0 and 1 are represented as 0 and 1 respectively. They remain unchanged. The number 2 is represented as 10, 3 as 11, 4 as 100, 5 as 101 and so on.
Following is an example of the binary representation of 5.
101 = 1*22 + 0*21 + 1*20
= (1*4) + (0*2) + (1*1)
= (4) + (0) + (1) = 5
On similar lines, you can try finding the values of numbers, which look like streams of 1s and 0s. They might have seemed meaningless till now. But now that you are equipped with the know-how of binary numbers, I am sure you will be able to derive meaning from those 1s and 0s. Won’t you? Those of you interested in mathematics, must go through this collection of math articles.
source
0 comment:
Post a Comment