00:01
In this question we are given a table like this.
00:03
This is c4, c3, c2, c1 and c0.
00:10
Here we have 1 -1 -1.
00:14
Here we have 0 -1 -1 -1.
00:18
They are binary digits and here we have to add this.
00:23
Also here we have s -3, s -2, s -1, s -0.
00:29
And this s represent the sum and this c represents the carry.
00:37
And in a part we have to find the value of each sum and carry.
00:43
That means all the s size and is zero.
00:45
So the binary addition take place like this.
00:49
0 plus 0 is equals to 0.
00:52
Here 0 plus 1 equals to 1.
00:55
1 plus 0 is equals to 1 and 1 plus 1 is equal 1.
01:00
To 10 and in this 0 is the number and carry is 1.
01:06
So from starting here 1 plus 1 here we have 10 here 0 and carry 1...