3. Convert 91F16 to base 2 4. Convert 91510 to base 16. Show transcribed image text 3. Convert 91F16 to base 2 4. Convert 91510 to base 16.
Answer
ANSWER:-
(91F)16 = (?)2
91F= (1001 0001 1111)2 // every single digitor character of hexadecimal take 4 binary bits
// 9=1001
// 1=0001
// F=15=1111
(915)10=(?)16
first convert 915 into binary
(915)10=(1110010011)2
then convert into hexadecimal
so create 4 bits binary pair
(1110010011)2 = 0011 1001 0011
=(393)16