Add the following two binary words and find the sum and carry bit: A= 1100 0101, B=1010 1010.
Answers
Answered by
0
Hi,bye,sly,die don’t forget to cry
Answered by
0
Answer:
To add two binary words, we start by adding the least significant bits (LSB) and work our way towards the most significant bits (MSB).
A = 1100 0101
B = 1010 1010
+
1110 1111
Explanation:
The sum of the two binary words A and B is 1110 1111, and the carry bit is 1, obtained from the last addition.
In this case, we can see that the addition is done bit by bit starting from the right-most bit, if the sum of the bits is greater than 1 (1+1) it generates a carry bit which is added to the next bit.
Note: The carry bit is only generated when the sum of the two bits is greater than 1, otherwise, the carry bit is 0.
More questions and answers
https://brainly.in/question/17215658
https://brainly.in/question/27831917
#SPJ3
Similar questions