Atricle Dump
#1 in Business Subscribe Email Print

You are here: Home > Computers and Technology > Computers and Technology > Coverting Decimal To 8-Bits Binary And Vice Versa

Tags

  • affiliate
  • miles
  • decimal number
  • didnt mcdonalds
  • decimal number

  • Links

  • How to Feel Confident at Job Interviews
  • Cerebral Palsy Lawyers
  • The Difference Between a Hub and a Switch
  • Atricle Dump - Coverting Decimal To 8-Bits Binary And Vice Versa

    Journaling For Profit
    Journaling For Fun and Profit! 

    The Forex Trader Does Not Need To Be Right But He Has To Be Objective
    One of the hardest lessons for any novice Forex trader to learn is that in the foreign exchange market anything can happen at any time. Because new traders spend a great deal of time learning about the mechanics of the market and focusing their attention on finding a method for predicting movements in the market, it is only natur

    There are many methods to convert decimal number into the corresponding binary. Only one famous method will be discussed here:

    Converting decimal to binary:

    The rules are as follows:

    *You should start from the left most binary digit
    *If the decimal number is equal or greater than the place value (corresponding 2^number), then place the bit 1 and forward the difference to the next digit on the right
    *If the decimal number is less than the place value , then place the bit 0 and forward the number as it is to the next digit on the right

    Example:

    Suppose you got the decimal number 170:

    - 170 is greater than 128(2^7) , so the left most bit is 1 , get the difference 170-128=42
    -forward 42 to the next digit
    -42 is less than 64( 2^6), so place 0 and forward the number as it is (42) to the next step
    -42 is greater than 32(2^5), so place 1 and forward the difference which is 42-32=10
    -10 is less than 16(2^4), so place 0 and forward the 10 as it is
    -10 is greater than 8(2^3) so place 1 and forward the difference which is 10-8=2
    -2 is less than 4

    Bigger Than McDonald's - Yes, Bigger Than McDonald's
    "Bigger Than McDonald's? Yes, Bigger Than McDonald's ..."by: Georges Yared Who has the audacity to say that ... even think it? Nobody is bigger than McDonald's. After all didn't McDonald's change the way we Americans eat? Didn't fast food and drive-thru's become the norm? Didn't McDonald's capture the hearts and therefore
    he left most binary digit
    *If the decimal number is equal or greater than the place value (corresponding 2^number), then place the bit 1 and forward the difference to the next digit on the right
    *If the decimal number is less than the place value , then place the bit 0 and forward the number as it is to the next digit on the right

    Example:

    Suppose you got the decimal number 170:

    - 170 is greater than 128(2^7) , so the left most bit is 1 , get the difference 170-128=42
    -forward 42 to the next digit
    -42 is less than 64( 2^6), so place 0 and forward the number as it is (42) to the next step
    -42 is greater than 32(2^5), so place 1 and forward the difference which is 42-32=10
    -10 is less than 16(2^4), so place 0 and forward the 10 as it is
    -10 is greater than 8(2^3) so place 1 and forward the difference which is 10-8=2
    -2 is less than

    Affiliate Site Content That Attracts Real People, Not Just Search Engines
    When you last visited a site that disappointed you, what did it look like? A collection of links on a page, or content with keywords and key phrases littered throughout worthless copy? Gone are the days when a site might rank well but be either of little worth or a terrible annoyance to the site visitor. Those sites just hoped
    er is less than the place value , then place the bit 0 and forward the number as it is to the next digit on the right

    Example:

    Suppose you got the decimal number 170:

    - 170 is greater than 128(2^7) , so the left most bit is 1 , get the difference 170-128=42
    -forward 42 to the next digit
    -42 is less than 64( 2^6), so place 0 and forward the number as it is (42) to the next step
    -42 is greater than 32(2^5), so place 1 and forward the difference which is 42-32=10
    -10 is less than 16(2^4), so place 0 and forward the 10 as it is
    -10 is greater than 8(2^3) so place 1 and forward the difference which is 10-8=2
    -2 is less than

    5 Money Making Strategies
    Strategy 1: Affiliate marketingAn easiest strategy you can resort to when thinking of making money online. You can sell other people's products and services without even having your own website. But I recommend having your own website if you're serious about your venture. For the Top affiliate program, the best ever to hav
    left most bit is 1 , get the difference 170-128=42
    -forward 42 to the next digit
    -42 is less than 64( 2^6), so place 0 and forward the number as it is (42) to the next step
    -42 is greater than 32(2^5), so place 1 and forward the difference which is 42-32=10
    -10 is less than 16(2^4), so place 0 and forward the 10 as it is
    -10 is greater than 8(2^3) so place 1 and forward the difference which is 10-8=2
    -2 is less than
    It's Good to Know Your Banker
    Recently my bank opened a new branch that is a few miles away from my house. I used to visit the local branch that was located in the grocery store and enjoyed seeing the ladies on a weekly basis who were the tellers.Since the store branch closed, I’m forced to travel a few miles more down the road to the new beautiful bui
    1 and forward the difference which is 42-32=10
    -10 is less than 16(2^4), so place 0 and forward the 10 as it is
    -10 is greater than 8(2^3) so place 1 and forward the difference which is 10-8=2
    -2 is less than 4( 2^2) so place 0 and forward the 2 as it is
    -2 is equal 2( 2^1) so place a 1 and forward the difference which is 2-2=0
    -0 is less than 1(2^0) so place a zero and you're done

    so the decimal number 170 is equal to the binary number 10101010

    NOTE THE FOLLOWING:

    *The right most place value is 2^0

    *Whenever you get a zero difference, all the next digits will be o's as zero will be less than 2^whichever number

    *Only numbers from 0-255 can be represented by 8 digits binary .Numbers greater than 255 will be represented by more bits. For example: 256 is represented by 9 digits: 100000000. In general 2^n -1 gives you the largest number that can be represented by n digits. So in 8 digits binary, max. number is 2^8 -1= 255. In 9 digits binary, max.number is 2^9-1=511. So the range for 9 digits is from 256-511. Starting from 512 ,10 digits will be required.And

    HTTP = HTML link (for blogs, profiles,phorums):
    <a href="http://www.articledump.net/article/170233/articledump-Coverting-Decimal-To-8Bits-Binary-And-Vice-Versa.html">Coverting Decimal To 8-Bits Binary And Vice Versa</a>

    BB link (for phorums):
    [url=http://www.articledump.net/article/170233/articledump-Coverting-Decimal-To-8Bits-Binary-And-Vice-Versa.html]Coverting Decimal To 8-Bits Binary And Vice Versa[/url]

    Related Articles:

    How To Choose A Safe And Efficient Credit Card Service

    Buy Real Estate Without Breaking Your Budget: 10 Tips for Savvy Home Buyers

    Article Writing & Marketing: Write Away, Right Away

    Bookmark it: del.icio.us digg.com reddit.com netvouz.com google.com yahoo.com technorati.com furl.net bloglines.com socialdust.com ma.gnolia.com newsvine.com slashdot.org simpy.com shadows.com blinklist.com