Author Topic: Beginners guide to Decimal & Binary Numbering...  (Read 1267 times)

0 Members and 1 Guest are viewing this topic.

Marty Machine

  • Guest
  • Trade Count: (0)
Beginners guide to Decimal & Binary Numbering...
« on: April 20, 2009, 11:52:07 PM »
Beginners guide to Decimal-Binary Numbering...

Understanding DECIMAL &  BINARY Numbering .....

DECIMAL :
Decimal system rates everything as a value of 1.
The more 1's you can count, the higher the count.
Look down at your hand, and count FIVE fingers.
The maximum you can count to is only 5.
This is simply because each individual finger only has a value of "1"

To count higher, obviously you need more fingers, Count the fingers of both hands and now you can count to "10".


BINARY :
Binary system values everything as either a 0 or a 1.
The various patterns of 0's and 1's provide the value that is being counted.

Example :

Binary uses a "doubling system" for the values of each finger.

So, Let's assign permanent values to your fingers :
Thumb=16,  Index finger=8,  Middle finger=4,  Ring finger=2,  Little finger=1
See how each finger is simply DOUBLE the value of the finger to it's right?

The fingers NEVER change their value, but they are simply turned OFF (0) or turned ON (1)

Binary only has 2 possible states, 0 or 1 (also known as OFF or ON)
In this example, Lets assume an extended (straight) finger is a "1" and a curled up (hidden) finger is a "0"

Holding out your fist, this would represent "0" as all fingers are hidden. (all 0's - All OFF).

Now extend your "little" finger, this is a "1"
Hide your "little" finger and extend your "ring" finger, this is a "2"
Hide your "ring" finger and extend your "middle" finger, this is a "4"

Ok, so HOW do we get a 3 or 5, 6 or 7 etc ????

Now extend your "little" finger AND your "ring" finger, this is now a "3" because your little finger (1) ADDED to your "ring" finger (2) = 3.
Close your fist, and try this...
Now extend your "little" finger AND your "middle" finger, this is now a "5" because your little finger (1) ADDED to your "middle" finger (4) = 5.
Close your fist, and try this...
Now extend your "little" finger AND your "ring" finger AND you "middle" finger, this is now a "7" because your little finger (1) ADDED to your "ring" finger(2) ADDED to your "middle" finger (4) = 7.

Let's go all out, and extend all 5 fingers, this will equate to "32" when we add all the fingers together.

"little" finger (1),
ADDED to :
"ring" finger (2),
ADDED to :
"middle" finger (4),
ADDED to :
"index" finger (8),
ADDED to :
"thumb" (16),

1+2+4+8+16 = 32.

How's that? you can count upto 32 on one hand now, instead of a measly "5"

Ok, Let's go mental, and use 2 hands now....

Assuming the fingers on your RIGHT hand are valued as 1,2,4,8,16 and your LEFT hand will continue doubling values as 32,64,128,256, 512.

By extending ALL 10 fingers (this would be the binary of "1111111111" (10bits) we now get :
1+2+4+8+16+32+64+128+256+512 = 1024.

YEP ! with only 10 fingers, you can now count upto "1,024" instead of "10".
...you'd look silly with 1,024 fingers anyway.  :lol


I usually show this system in person, and/or write it out on paper to illustrate the "values" of each digit (finger) when counting with binary numbers.

Hope this clears up some basic binary skills.
MM.
« Last Edit: April 23, 2014, 11:23:06 PM by Marty Machine »

Offline ddstoys

  • Trade Count: (+23)
  • ******
  • High Score Initials:
  • Forum Posts:
  • Geelong
Re: Beginners guide to Decimal & Binary Numbering...
« Reply #1 on: April 21, 2009, 03:22:34 PM »
WOW Marty you just summed up almost two years of my electronics deploma in one post and yours actually made sense lol

Marty Machine

  • Guest
  • Trade Count: (0)
Re: Beginners guide to Decimal & Binary Numbering...
« Reply #2 on: April 21, 2009, 04:09:30 PM »
hehehehe, yeh, i wish i learned it that easily when i was at digital school, sheesh...

Offline Geoffh

  • Trade Count: (0)
  • ****
  • Forum Posts:
  • Melbourne Vic
Re: Beginners guide to Decimal & Binary Numbering...
« Reply #3 on: April 21, 2009, 05:56:51 PM »

Let's go all out, and extend all 5 fingers, this will equate to "32" when we add all the fingers together.

"little" finger (1),
ADDED to :
"ring" finger (2),
ADDED to :
"middle" finger (4),
ADDED to :
"index" finger (8),
ADDED to :
"thumb" (16),

1+2+4+8+16 = 32.

How's that? you can count upto 32 on one hand now, instead of a measly "5"


My maths must be old school because i get 31

1+2=3+4=7+8=15+16=31

Or am I adding up wrong  ^&^ !@#

Marty Machine

  • Guest
  • Trade Count: (0)
Re: Beginners guide to Decimal & Binary Numbering...
« Reply #4 on: April 21, 2009, 06:37:03 PM »
Waiting for someone to pick that up.

Yep, the numerical values DO add upto 31, but when you include "0" (no fingers) that means there are 32 countable values.

In the example for 2 hands, you can count upto 1,023, but including "0" makes it 1,024.

Sorry folks ;-)
MM.

Offline Geoffh

  • Trade Count: (0)
  • ****
  • Forum Posts:
  • Melbourne Vic
Re: Beginners guide to Decimal & Binary Numbering...
« Reply #5 on: April 21, 2009, 07:07:48 PM »
so really one hand can only count up to 31 but there is 32 diff combinations


Marty Machine

  • Guest
  • Trade Count: (0)
Re: Beginners guide to Decimal & Binary Numbering...
« Reply #6 on: April 21, 2009, 07:41:21 PM »
Correctamundo  *%*