If A= 4b`001x and B= 4b`1011, then result of A+B will bea.1111b.1100c.xxxxd.110x
Question
If A= 4b001x and B= 4b1011, then result of A+B will bea.1111b.1100c.xxxxd.110x
Solution
The given numbers are in binary format. Let's add them step by step:
A = 4b001x B = 4b1011
We don't know the value of 'x' in A. It can be either 0 or 1. So, let's consider both cases:
-
If x = 0, then A = 4b`0010. Adding A and B:
4b`0010
- 4b`1011
4b`1101
-
If x = 1, then A = 4b`0011. Adding A and B:
4b`0011
- 4b`1011
4b`1110
So, the result of A + B can be either 4b1101 or 4b1110, depending on the value of 'x'. Therefore, the answer is c. xxxx.
Similar Questions
Binary 1000 will be the result of which of the following?(A) Binary 1000 - 100(B) Binary 1011 - 1111(C) Binary 1111 - 111(D) Binary 11111 – 1111
In the binary system, the number 10101.101 represents a valid binary fraction.a.Falseb.True
If1023 ba and2ab , then the value of33 827 ba will be
if(((X%4==0)&&(X%100!=0))||(X%400==0))This statement will be evaluated as TRUE when the value of X isA. 1000B. 1250C. 1500D. 2000
What is the result of subtracting the binary number 101 from 1101?
Upgrade your grade with Knowee
Get personalized homework help. Review tough concepts in more detail, or go deeper into your topic by exploring other relevant questions.