+ 8
There are 10 types of people, those who understand binary and those who don't.
which one are you??
10 odpowiedzi
+ 26
Take in consideration this binary:
1100 0000
Every single number has a "default value":
1 = 128 (2^7)
1 = 64 (2^6)
0 = 32 (2^5)
0 = 16 (2^4)
0 = 8 (2^3)
0 = 4 (2^2)
0 = 2 (2^1)
0 = 1 (2^0)
If you know, that 1 is true and 0 is false, you will make a simple addition between the numbers with the "1", in this case the first two, so...
128 + 64 = 192
1100 0000 = 192
Another example:
0000 0011
Take in consideration the default values above and make an addition between the numbers with the "1", so...
0000 0011 = 1 + 2 ====> 3
Basically (too basically), it is... this.
Learn Binary, the easiest way
~Maz :3
+ 17
@Bogdan, i already understood the joke, but an explanation is never Off Topic eheh.
Glad you like it, by the way! ^^
+ 11
Me Who do not
+ 9
There are 10 types of people, those who understand binary, those who don't and those who didn't expect this joke to be in base 3...
Who is third one? :D
+ 5
I understand itn
+ 4
1
+ 4
Way to miss the point of the joke, Maz :) . Nevertheless, you get my upvote for the nice explanation :)
+ 2
I have a basic idea of binary to generate numbers.
The question how can it be used effectively?
0
i can't understand it maz