Atricle Dump
#1 in Business Subscribe Email Print

You are here: Home > Computers and Technology > Personal Tech > History of the Computer - Negative Numbers for Subtraction

Tags

  • detail
  • franchisees
  • negative number
  • complicated logic
  • adder which

  • Links

  • Georgia Divorce Laws
  • The Russian Romance Tour - An Easy Way To Meet Several Women At The Same Time
  • Type 1 Diabetes - Overview, Symptoms, and Management
  • Atricle Dump - History of the Computer - Negative Numbers for Subtraction

    How To Go About Selling Your Home On Your Own
    In days of booming real estate, you would think that selling a home shouldn’t be too much of a task. And if it’s going to be that easy then why not do it on your own and save yourself on thousands of dollars in commissions. Well, you would be right in thinking so! Selling a home on your own has become much easier these days compared to earlier and it's something that has been
    The next number, 128 decimal would be 1000 0000, however the bit value 128 in bit 7 cannot be used as it is now the sign bit.

    SUBTRACTION

    Now we can have a negative number it will be easy to subtract. We can use an adder, which we already have. This is possible because 9-3 is

    How To Get Easy Grants for Small Businesses from the Government
    Several states have small business government grants. These are not offered by the federal government but a number of state-run development agencies provide free government grants. The states that offer these are Kansas, Nebraska, New Hampshire, New Mexico, and Utah. Other states provide financing through loans with incentives to those who want to start a small business rather
    Now we know about adding and multiplying, and have touched on dividing (see History of the Computer - Flip-Flops a basic counter) what about subtracting and negative numbers? Once again we take the simple way.

    To form a negative number, we simply invert the positive number, in binary, and add 1. For example

    0000 0110 - (6) inverted becomes
    1111 1001 - now add 1 to get
    1111 1010 - (-6)

    This is how a computer records -6. The Most Significant Bit - in this case bit 7 or bit value 128 decimal is used as the Sign Bit. If this bit is a zero, the number is positive, if it is a one, the number is negative. This notation is known as 'Twos Complement'.

    (There is also 'Ones Complement', without the added 1, which was used in some proprietary systems, but it required more complicated logic to get around problems like having + and - zero. It is not necessary to go into the detail of this notation for an understanding of the logic.)

    The Sign bit uses one of the bit positions, meaning that our range of numbers is reduced. For example 0111 1111 is the highest positive 8-bit number (127 decimal). The next number, 128 decimal would be 1000 0000, however the bit value 128 in bit 7 cannot be used as it is now the sign bit.

    SUBTRACTION

    Now we can have a negative number it will be easy to subtract. We can use an adder, which we already have. This is possible because 9-3 is

    4 Keys to Make More Money With Internet and Online Business
    Internet and online businesses often need more promotion than businesses with a storefront. Physical stores get seen by people passing by. A lot of customers simply come into a shop while they were on their way between two others, even if the store had nothing to do with what they were shopping for. For your internet and online business, you have to draw them in. Here are 4 ke
    add 1. For example

    0000 0110 - (6) inverted becomes
    1111 1001 - now add 1 to get
    1111 1010 - (-6)

    This is how a computer records -6. The Most Significant Bit - in this case bit 7 or bit value 128 decimal is used as the Sign Bit. If this bit is a zero, the number is positive, if it is a one, the number is negative. This notation is known as 'Twos Complement'.

    (There is also 'Ones Complement', without the added 1, which was used in some proprietary systems, but it required more complicated logic to get around problems like having + and - zero. It is not necessary to go into the detail of this notation for an understanding of the logic.)

    The Sign bit uses one of the bit positions, meaning that our range of numbers is reduced. For example 0111 1111 is the highest positive 8-bit number (127 decimal). The next number, 128 decimal would be 1000 0000, however the bit value 128 in bit 7 cannot be used as it is now the sign bit.

    SUBTRACTION

    Now we can have a negative number it will be easy to subtract. We can use an adder, which we already have. This is possible because 9-3 is

    Good Opportunity - Become a Dish Network Affiliate
    I was doing some keyword research on the Google AdWords site recently, and discovered something interesting. There is intense demand for keywords having to do with digital TV topics. Google AdWords will predict the average CPC (cost per click) for any given keyword (or phrase). "TiVo" averages $3.82 per click. "DirecTV" is $7.27. "Dish Network" is a whopping $12.46
    zero, the number is positive, if it is a one, the number is negative. This notation is known as 'Twos Complement'.

    (There is also 'Ones Complement', without the added 1, which was used in some proprietary systems, but it required more complicated logic to get around problems like having + and - zero. It is not necessary to go into the detail of this notation for an understanding of the logic.)

    The Sign bit uses one of the bit positions, meaning that our range of numbers is reduced. For example 0111 1111 is the highest positive 8-bit number (127 decimal). The next number, 128 decimal would be 1000 0000, however the bit value 128 in bit 7 cannot be used as it is now the sign bit.

    SUBTRACTION

    Now we can have a negative number it will be easy to subtract. We can use an adder, which we already have. This is possible because 9-3 is

    13 Techniques That Boosts The Power Of Your Resource Box!
    ***What is the Resource box?'Resource box' is an information box about the author of the article. You will see this resource box at the end of the ezine articles.***Why it is so important?Hey...It is giving you free advertising.When somebody reads your article, they will see your name and web site link at the end of the article. More chances of invit
    ike having + and - zero. It is not necessary to go into the detail of this notation for an understanding of the logic.)

    The Sign bit uses one of the bit positions, meaning that our range of numbers is reduced. For example 0111 1111 is the highest positive 8-bit number (127 decimal). The next number, 128 decimal would be 1000 0000, however the bit value 128 in bit 7 cannot be used as it is now the sign bit.

    SUBTRACTION

    Now we can have a negative number it will be easy to subtract. We can use an adder, which we already have. This is possible because 9-3 is

    Case Study; Motivating Franchisees in Medium Sized Franchising Companies
    In a small franchising company which is growing fast and always under a cash flow crisis, it is essential to keep all franchisees profitable to prevent lawsuits, maintain royalty income streams and attract new franchisees who see their success in the market place.Having been a Founder of a Small Franchise Company, which grew rapidly into a Medium Sized Franchise Company
    The next number, 128 decimal would be 1000 0000, however the bit value 128 in bit 7 cannot be used as it is now the sign bit.

    SUBTRACTION

    Now we can have a negative number it will be easy to subtract. We can use an adder, which we already have. This is possible because 9-3 is the same as 9+(-3). For instance 9-3 decimal is 00001001-00000011 in 8 bit binary. We take the 9 and add it to the twos complement of 3, thus we can use our adder with a bit of extra logic to invert the negative number and add 1 to it. The twos complement of 3 (decimal) or in binary
    of 0000 0011
    is 1111 1100
    add 1 + 0001
    is 1111 1101

    Now add to the 9 (decimal) using an 8 bit adder:-
    7654 3210 - bit #
    0000 1001 - (9)
    1111 1101 - (-3)

    Remember your binary addition?

    Least significant bit (bit 0), 1+1 is 0 and a carry.
    Next bit (bit 1) is 0+0+carry = 1 no carry.
    Next bit (bit 2) is 1+0 = 1 no carry.
    Next bit (bit 3) is 1+1 = 0 and a carry.
    Next bit (bit 4) is 1+0+carry = 0 and a carry.
    Next 3 bits (5,6,7) are the same as 4 - 1+0+carry = 0. The last carry falls off the end.*

    So we get:-

    0000 0110 (6 Decimal - 9-3=6)

    Which, fortunately, if you followed it, is the right answer! Are these computers smart or what? This system works with negative results as well, for instance tr

    HTTP = HTML link (for blogs, profiles,phorums):
    <a href="http://www.articledump.net/article/176869/articledump-History-of-the-Computer--Negative-Numbers-for-Subtraction.html">History of the Computer - Negative Numbers for Subtraction</a>

    BB link (for phorums):
    [url=http://www.articledump.net/article/176869/articledump-History-of-the-Computer--Negative-Numbers-for-Subtraction.html]History of the Computer - Negative Numbers for Subtraction[/url]

    Related Articles:

    Internet Marketing - A Foray Into Forums

    Debt Management – Be Debt Free In Few Years

    Choosing a Computer Case

    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