Electronics Adders

 24 June 05:11   

    ----

    Clearly abacus using agenda chip is possible. Accession is one of the alotof axiological operations that the computer you are account this on is based. This bore discusses the appropriate backdrop of bisected and abounding adders then an accomplishing of them.

    First a bit of afterlight of bifold addition.

    :1+0=1=0+1 ,

    :1+1=10 ,

    :0+0=0 ,

    This agency that if we add 1101101 to 0111010. It precedes absolutely like continued addition with a decimal radix. That is we alpha at the appropriate add the two digits, if there is a backpack we address it aloft the next digit, then we echo the aforementioned affair this time including the backpack in the calculation. Beneath is an archetype of this. It is best to do this on cardboard of your own until you understand.

    :0^1^1^0^1101 ,

    :0 ; ; 0; 1 ; 1 ; ; 1010 ,

    :overline,

    Clearly a bisected adder is the first step, the appropriate alotof and first addition, in the continued addition. The accuracy table for the accession show

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    
Half Adder
ABX
000
011
101
110


    ::Table 1: The accuracy table of a Bisected adder.

    This is this accuracy table is identical to an Absolute OR amid A and B. (A xor B) ? (A AND NOT B) OR (NOT A AND B) ? (A OR B) AND (NOT A OR NOT B) ? (A OR B) AND NOT (A AND B)

    This agency the boolean Algebra representation of this is

    :(A wedge
eg B) vee
eg (A wedge B)

    :(A vee B) wedge (
eg A vee
eg B)

    :(A vee B) wedge
eg (A vee B)

    Or

    :A.ar + ar

    :(A+B).(ar + ar )

    :(A+B).(ar )

    But is about just accounting as

    :A oplus B

    A Abounding Adder is a three way addition, i.e it is the accession of the backpack to the additional two digits. But a backpack aftereffect is aswell required. So firstly for the backpack the accuracy table is apparent in Table 2.

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    
Carry
ABDCarry
0000
0010
0100
0111
1000
1011
1101
1111


    ::: Table 2: The accuracy table of the backpack operation.

    The backpack operation is just A AND B OR A AND D OR D AND B. Which is accounting in Boolean Algebra in one of the two beneath ways. This is calmly apparent from a Karnaugh map. But it can aswell be apparent from the accuracy table. If two of the three inputs, A,B or D, are one then the backpack haveto be one. But there are three combinations of this. If A and B are one; A and D are one; and B and D are one. These cases are affiliated calm with an three way OR because we wish to amalgamate all of these cases.

    :A wedge B vee A wedge D vee B wedge D

    Or

    :A.B + A .D + B.D

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    

    
Addition
ABCAdditionCarry
00000
00110
01010
01101
10010
10101
11001
11111


    ::: Table 3: The accuracy of the Accession operation.

    The accession operation is just an A XOR B XOR C. Which is accounting as

    :A oplus B oplus C

    This can aswell be bidding as axiological boolean operator, as ORs, ANDs and NOTs. If we yield this all beeline from the accuracy table. The argumentation is

    :A wedge B wedge C vee A wedge
eg B wedge
eg C vee
eg A wedge B wedge
eg C vee
eg A wedge
eg B wedge C

    Or

    :A.B.C+A .ar .ar + ar .B .ar + ar .ar .C

    

 


Tags: addition, three, operation, truth

 wedge, carry, table, addition, truth, three, operation, adder, adders, boolean, oplus, written, , truth table, wedge eg, ar ar, vee eg, ar ar ar,

Share Electronics Adders: Digg it!   Google Bookmarks   Del.icio.us   Yahoo! MyWeb   Furl  Binklist   Reddit!   Stumble Upon   Technorati   Windows Live   Bookmark

Text link code :
Hyper link code:

Also see ...

Permalink
Article In : Computers & Technology  -  Electronics