Wiki:
Page name: 010011110110110001100100 [Exported view] [RSS]
2006-08-28 20:20:34
# of watchers: 2
Fans: 0
D20: 4
Bookmark and Share
0101010001101000011001010111001001100101001000000110000101110010011001010010000000110001001100000010000001110100011110010111000001100101011100110010000001101111011001100010000001110000011001010110111101110000011011000110010100100000011010010110111000100000011101000110100001100101001000000111011101101111011100100110110001100100001000000010110100001101000010100000110100001010001100010010100100100000010101000110100001101111011100110110010100100000011101110110100001101111001000000111010101101110011001000110010101110010011100110111010001100001011011100110010000100000010000100110100101101110011000010111001001111001000011010000101000001101000010100011001000101001001000000101010001101000011011110111001101100101001000000111011101101000011011110010000001100100011011110110111000100111011101000000110100001010000011010000101000101101001011010010110100101101001011010010110100101101001011010010110100101101001011010010110100101101001011010010110100101101001011010010110100101101001011010010110100101101001011010010110100101101001011010010110100101101001011010010110100101101001011010010110100101101001011010010110100101101001011010010110100001101000010100000110100001010010010010110011000100000011110010110111101110101001000000110010001101001011001000010000001110100011010000110100101110011001000000110001001111001001000000110100001100001011011100110010000101100001000000010100001100001011011100110010000100000010010010010000001101011011011100110111101110111001000000111010001101000011000010111010000100000011100110110111101101101011001010010000001101111011011100110010100100000011001000110100101100100001000000111010001101000011001010010000001101100011000010111001101110100001000000110001001111001001000000110100001100001011011100110010000101001001000000111100101101111011101010010000001100001011100100110010100100000011001010110100101110100011010000110010101110010001000000110000101101110001000000110100101101110011000110111001001100101011001000110100101100010011011000111100100100000011000110110111101101111011011000010000001110000011001010111001001110011011011110110111000100000011011110111001000100000011011110110111001100101001000000111011101101000011011110010000001100011011011110111010101101100011001000010000001110010011001010110000101101100011011000111100100100000011001000110111100100000011101110110100101110100011010000010000001100111011001010111010001110100011010010110111001100111001000000110000100100000011011000110100101100110011001010010111000100000010001010110100101110100011010000110010101110010001000000111011101100001011110010010000001001001001001110110010000100000011011000110111101110110011001010010000001110100011011110010000001101000011001010110000101110010001000000110011001110010011011110110110100100000011110010110111101110101001000000011101100101001


For people who don't get it, try this site:
http://www.roubaixinteractive.com/PlayGround/Binary_Conversion/Binary_To_Text.asp

For people who still don't get it, look up 10 on the bianry column of this table:
http://publib.boulder.ibm.com/infocenter/pseries/v5r3/index.jsp?topic=/com.ibm.aix.commadmn/doc/commadmndita/conversion_table.htm

Username (or number or email):

Password:

2008-09-01 [Duke Devlin]: D: I don't understand. :P XD

2008-09-01 [ArchangelGabriel]: Meh, i'm still kinda doped up from loosing a few teeth, i'll explain it when you're older ;)

2008-09-01 [Duke Devlin]: Awhhh XD Okies. :P Though, I suspect I never will get older! :O XD

2008-09-01 [ArchangelGabriel]: Oh Peter pan, but don't you wish you had a mother? ;P

2008-09-01 [Duke Devlin]: That I do, deary. That I do! *mournful* :P

2008-09-01 [ArchangelGabriel]: You ever read peter pan? it's a weird weird book.

2008-09-01 [Duke Devlin]: I have. :P AGGGES ago. XD Most of the stories used for Disney movies and such started out very bizarre. XD

2008-09-01 [ArchangelGabriel]: Yeah :P But peter pan i would say is the strangest of all

2008-09-01 [Duke Devlin]: Yeah I'd have to agree there. XD Actually.., have you ever read The Little Mermaid? XD The original? There was actually a movie made of that version.., scared me when I was a kid. XD Basically, she lost the guy, and died. oO

2008-09-01 [ArchangelGabriel]: Yeah, i never read it but i knew the story. I never got a chance to read much Anderson. I think it was Anderson, or it was Grimm

2008-09-01 [Duke Devlin]: Hans Christian Anderson? Yep. :) Grimm also, but I don't think he did the Little Mermaid... Or maybe he did.... oO

2008-09-01 [ArchangelGabriel]: It was one of the two. I think it was Anderson though

2008-09-01 [Duke Devlin]: It definitely seems more likely. *nods*

2008-09-02 [ArchangelGabriel]: Made a silly mistake, 6*9 is 42 in base 13 :P


2008-09-02 [Duke Devlin]: *blinks* Okay.... :D

2008-09-03 [ArchangelGabriel]: OK, the first question is do you understand bases?

The easiest place to begin is comparing binary and decimal. We use decimal in normal everyday maths.
Decimal is base 10. There are 10 unique digits: 0123456789.
So one column of a number can real between them. For example: 0042
The columns are labelled as: thousands | hundred |tens | ones
Notice it's rising in powers of 10?

That means we have 4 tens, and 2 ones.

Now lets look at binary.
Binary is used by computers and only consists of two digits: 01. Also called true or false, on and off.
101010 is our example number

The columns are labelled as: 32 16 8 4 2 1

We have 1 thirty-two, 1 eight, and 1 two. So that gives us a total (in decimal) of: 42

Do bases make a little sense now? I could go on for ages :P

2008-09-19 [Duke Devlin]: OO A little bit... D: Could you explain more? :D I'd like to learn. ^^

2008-09-19 [ArchangelGabriel]: Well, the key to understanding is what you put in the columns. It's all about powers as well. 

2008-09-21 [Duke Devlin]: X__X I have a feeling that I will never understand this. XD

2008-09-22 [ArchangelGabriel]: Nah, you will, it's easy. Do you know how an abacus works?

2008-09-24 [Duke Devlin]: I do! :D *proud to finally understand something* :P

Number of comments: 30
Older comments: (Last 200) 1 .0.

Show these comments on your site

Elftown - Wiki, forums, community and friendship.