• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

How high can we count in binary?

Please add the Arabic Number you mean.
I'm lost

Do you mean decimal system?

It is very easy to calculate it by yourself:
X*2^Y where X is either 0 or 1 and Y is a running number starting from 0 from the right.

1100(2) = 0*2^0 + 0*2^1 + 1*2^2 + 1*2^3 = 12(10)

Or if you remember the serie:
1,2,4,8,16,32,64,128,256,512,1024,2048,4096,... it is even easier..
 
Back
Top Bottom