00:01
In this question, we need to perform binary addition for two binary numbers.
00:11
The numbers are 1 -0 -1 -0 having based on that is binary and 1 -1 -0, which is also binary.
00:21
Now let us first write some rules of binary addition.
00:26
The rules are 1 plus 0 plus 0 is 0.
00:31
1 plus 0 is 1, 0 plus 1 is 1 and 1 plus 1 is 0 with carry 1.
00:43
By carry 1 we mean that, for example, there are 2 numbers 0 1 and 1 1.
00:51
Then 1 plus 1 would be 0 and we will carry 1 forward.
00:56
Then 1 plus 0 is 1 and 1 plus 1 is 0 again carried 1.
01:05
There is nothing below that, therefore 1.
01:08
Therefore the solution is 1 -0 -0...