2,010 views
0 votes
0 votes
Is there any shortcut for this question...

 

Note- (All are in base 16)

Que- which are following represent 'E3  base 16'

a- (1CE)+(A2)

b-(1BC) - (DE)

C- (2BC) - (1DE)

d- ( 200) - (11D)

 

 

Note - all are in base 16

Give me also some sort cuts to slove number system

1 Answer

1 votes
1 votes
convert into binary

perform operation

convert back into binary

let's understand by example (1CE)+(A2)

1CE=0001 1100 1110

0A2=0000 1010 0010

-------------------------------

      = 0010 0111 0000 =270 (in hex)

Related questions

1 votes
1 votes
1 answer
1
saurabh rai asked Jan 17, 2018
1,151 views
What will be base-3 equivalent of decimal number 56.4
3 votes
3 votes
1 answer
2
Lakshman Bhaiya asked Jan 5, 2018
1,729 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...
2 votes
2 votes
1 answer
3
Sourajit25 asked Oct 23, 2017
1,097 views
Consider the number given in the base '12' system is (-1457)12 then the number of 1's in the 2's complement binary representation of that number is ______?The answer is 9...
0 votes
0 votes
1 answer
4
Vishnathan asked Jun 28, 2018
699 views
A signed number in $2′s$ compliment notation with $16−$bit register $P=DFA0$What is the value of $P∗4$?I have tried $P∗4=0111111010000000$ but sign bit changed fr...