perform the binary addition 10101010+11001100
Answers
Answer:
1 0 1 1 1 0 1 1 0
Explanation:
Binary numbers are those that are expressed in binary system that is of base 2. 0 and 1 are the two values which indicates false and true respectively.
In Binary addition, addition of 0 and 1 results 1, addition of 0 and 0 results 0, addition of 1 and 0 results 1 whereas addition of 1 and 1 results 0 with a carry of 1.
So, using above knowledge the binary addition of 10101010 and 11001100 will be 1 0 1 0 1 0 1 0
+ 1 1 0 0 1 1 0 0
1 0 1 1 1 0 1 1 0
#SPJ3
1 0 1 1 1 0 1 1 0
Binary numbers are those that are expressed in binary system that is of base 2. 0 and 1 are the two values which indicates false and true respectively.
In Binary addition, addition of 0 and 1 results 1, addition of 0 and 0 results 0, addition of 1 and 0 results 1 whereas addition of 1 and 1 results 0 with a carry of 1.
So, using above knowledge the binary addition of 10101010 and 11001100 will be 1 0 1 0 1 0 1 0
+ 1 1 0 0 1 1 0 0
1 0 1 1 1 0 1 1 0
#SPJ2