Perform the binary addition :
Answers
Answered by
15
hi mate
here is your answer
Binary addition
1)Always keep in mind=
0+0 =0
1+0=1 or 0+1 = 1
1+1 = 10
Now
11001
(+)10011
--------------------
101100
so, 101100 is your answer.
hope it helps
BE BRAINLY///
here is your answer
Binary addition
1)Always keep in mind=
0+0 =0
1+0=1 or 0+1 = 1
1+1 = 10
Now
11001
(+)10011
--------------------
101100
so, 101100 is your answer.
hope it helps
BE BRAINLY///
Answered by
21
The order of adding bits is same as that of Decimal Addition i.e., The order will be from the to
The following table shows Sum and Carry bits that will be obtained on performing 2-bit Binary Addition for all possible cases is given below:
(Since there are and each bit can have (either 0 or 1), total possible cases = )
A carry generated, , is also to be added to the two bits (addend bits) and the sum is noted below the bit and the carry is to be forwarded to the side of more weighted bit.
The Resultant Sum and Carry bits obtained on performing binary addition of 3-bits for all possible cases is given below:
(Since there are and each bit can have 2 values (either 0 or 1), total possible cases = )
To verify the result,
The given binary Numbers and the result of the binary addition are to be converted into decimal numbers.
If the sum of the equivalent decimal numbers is equal to the decimal equivalent of the result of binary addition, then it is said that there is no error in the binary addition and the obtained result is the required Result.
Anonymous:
nicely explained !
Similar questions