Understanding binary numbers in terms of real world objects

Posted by Kaushik on Programmers See other posts from Programmers or by Kaushik
Published on 2012-09-09T05:14:54Z Indexed on 2012/09/09 9:48 UTC
Read the original article Hit count: 316

Filed under:
|

When I represent a number in the decimal system, I have an intuitive knowledge of what it amounts to. For example take the number '10': I understand that it means 10 apples or 10 people... i.e I can count in the real world.

But as soon as the number is converted to any other system, this understanding no longer applies. For example 10 when converted to binary will be 1010...now what does this represent? Is there a way to understand this number 1010 in terms of counting objects in the real world?

© Programmers or respective owner

Related posts about binary

Related posts about numbers