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

1 Answer

3 votes
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.

Related questions

1 votes
1 votes
1 answer
1
Hellogecbsp asked Oct 7, 2023
234 views
Example 39: (36x 70)₁₀ is 10’s complement of (yzyz0)₁₀ Then values of x, y, z are?(A) 4, 5, 2(B) 4, 6, 3(C) 3, 6, 3(D) 3, 5, 4Explain ….Solution: (C)
0 votes
0 votes
1 answer
2
1 votes
1 votes
1 answer
3
3 votes
3 votes
1 answer
4
Lakshman Bhaiya asked Jan 5, 2018
1,641 views
The r ’s complement of an n-digit decimal number N in base r is defined for all values of N except for N = 0. If the given number is (247)9, then its 9’s complement w...