quicksilk Posted February 24, 2005 Posted February 24, 2005 hi! everyone!! specially to the administator...i just want to share this article on how to read binary orgin.... shareodieOk, i picked binary up in all of 2 minutes, so it shouldn’t be hard for the rest of ya; here's the break down - things to knowA) Binary reads from RIGHT to leftThe Zeros and Ones aren't numbers - they're symbolsC) The Zero (0) symbol represents an empty place holderD) The One (1) symbol represents a filled in place holderE) Excess zeros may be droppedF) Each place represents the number of the previous place multiplied by 2 (2X)(128 64 32 16 8 4 2 1)Example:00000101This binary number is equal to 5;the first 0 represents {1}, the second {2}, and the third {4};Since the First and Third place are filled in (with a 1 symbol) the value is equal to 4 AND 1 which = 5Because of rule E we can just write this number as 101, instead of 00000101.Next Example:100101This one is equal to 1 + 4 + 32 = 37Now, can you figure these out?Q1) 10111111Q2) 21If you have any further questions just post it or PM me, I’m on SOD frequently.A1) 191A2) 10101 hope this help stay cool!!
tjhart85 Posted February 25, 2005 Posted February 25, 2005 There are only 10 types of people in the world: Those that know binary and those that don't.EDIT: Since the First and Third place are filled in (with a 1 symbol) the value is equal to 4 AND 1 which = 54 AND 1 = 04 PLUS(+) 1 = 5Be careful not to use words like AND, NOT, OR (XOR, XNOR, and others aren't likely to be used unintentionally) when talking about binary, UNLESS you are using them correctly.
jaclaz Posted February 25, 2005 Posted February 25, 2005 There are only 10 types of people in the world; those who understand trinary, those who don't, and those who mistake it for binary. jaclaz
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now