Author Topic: Count in Binary!  (Read 4049 times)




What. Binary is such a simple concept - how can you screw up?
I did not take into account that Leet Key does it digit for digit. doing it by had would be very annoying for my short attention span.

You count as if you have 2 symbols instead of 10.

So we count 0, 1. Oops, we ran out of symbols, time to start a new digit!

10, 11. Ran out, start again!

100, 101, 110, 111. Ran out, start again!

1000, 1001, 1010, 1011, 1100, 1101, 1110, 1111. Ran out, start again. And so on, and so forth...


If you didn't get it yet, here's a small list.

0=0
1=1
2=10
3=11
4=100
5=101
6=110
7=111
8=1000
9=1001
10=1010

Make sense?

Quote
There are 10 types of people in this world, those who understand binary, and those who don't.

« Last Edit: December 29, 2008, 05:56:52 PM by WRB852 »

lol what would 1337 be in binary?

Oooh the 0011 things, didn't know that.



I just figured this out using logic, a number system with 2 numbers. Didn't take what computers do EXACTLY into account.
lol what would 1337 be in binary?



Ill figure it out



1337 is 10100111001, right?

11111111111111111111111111111 11111111111111111111111110000 00000000000000000000000000000 00000000000000000000000000000 00000000000000000000000000000 00000000000000000000000000111 11111111111



is english for lots of spam

You count as if you have 2 symbols instead of 10.

So we count 0, 1. Oops, we ran out of symbols, time to start a new digit!

10, 11. Ran out, start again!

100, 101, 110, 111. Ran out, start again!

1000, 1001, 1010, 1011, 1100, 1101, 1110, 1111. Ran out, start again. And so on, and so forth...


If you didn't get it yet, here's a small list.

0=0
1=1
2=10
3=11
4=100
5=101
6=110
7=111
8=1000
9=1001
10=1010

Make sense?


http://www.paulschou.com/tools/xlate/

You count as if you have 2 symbols instead of 10.

So we count 0, 1. Oops, we ran out of symbols, time to start a new digit!

10, 11. Ran out, start again!

100, 101, 110, 111. Ran out, start again!

1000, 1001, 1010, 1011, 1100, 1101, 1110, 1111. Ran out, start again. And so on, and so forth...


If you didn't get it yet, here's a small list.

0=0
1=1
2=10
3=11
4=100
5=101
6=110
7=111
8=1000
9=1001
10=1010

Make sense?



Omg, thats exactly how I thought of it when I started my figuring out how to count, I just thought of it as a two digit number system (Which is what it is).