3,098 views
0 0 votes
(FE35)base16 XOR(CB15)base16 is equal to  ans should be in hexadec...???

1 Answer

3 3 votes
(FE35)BASE 16 = 1111 1110 0011 0101

(CB15)BASE 16 = 1100 1011 0001 0101

 as we know that for XOR operation for the same input give o and for different input give 1

so using this we get: 0011 0101 0010 0000

converting it into HEXA Decimal we get (3520) BASE 16.
Position:
Show:

Related questions

3 3 votes
2 2 answers
244
244 views
GO Classes asked May 28
244 views
When adding two 8-bit signed 2's complement numbers, $A=01001000$ and $B=01010000$, what happens to the output?An arithmetic overflow occurs because the sum of two positi...
3 3 votes
7 7 answers
397
397 views
GO Classes asked May 28
397 views
Convert the octal number $(34.5)_8$ to its equivalent hexadecimal representation.1C.A1C. 5$E.A$ $34 . A$
6 6 votes
3 3 answers
250
250 views
GO Classes asked May 28
250 views
An 8-bit register contains the 2's complement signed binary number $(10110100)_2$. What is its decimal value?-116-75+180-76
3 3 votes
3 3 answers
216
216 views