in Digital Logic
1,962 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
in Digital Logic
2.0k views

1 Answer

1 vote
1 vote
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)

2 Comments

i don't under stand how u directly convert hex in binary ..is there any more method instead of deviding ...
0
0

You can convert using 8421.
0 to 9 are simply understandable then A=10 (1010),B=11 (1011),C=12 (1100), D=13 (1101),E=14 (1110) ,F=15 (1111)

0
0

Related questions