convert from octal to hexadecimal. (356.34)8
of the whole number number part its 6 + 5*8 + 3*8^2 can you continue?
oh - silly me - i'm converting to decimal !!!!! forget that!!!
i think that is conversion to decimal..
right sorry
hmmm well 21 in octal = 2*8 + 1 = 17 decimal which ix 11 in hexadecimal but i expect there an easier way to do this
21 in octal = 010 001 in binary = 0001 0001 = 11 in hexadecimal
ah - thats another method..
(356)8 = (011 101 110)2 = (1110 1110)2 = (EE)16
but i dont seem t remember how to handle the digits after decimal point
@cwrw238 dear there is no 11 n decimal its after 9 start a , b ,c upto ff.
(21)8 = (17)10 = (11)16
@rsadhvika u r right.
11 in decimal is B in hexadecimal 17 in decimal is 11 in hexadecimal
any idea how to deal with digits after decimal point ?
(356.34)8 = (EE.??)16
i'm getting confused ryadhvika is right - so was i
yaah after decimal point u can multiply that digit by negitive power.i think.
its (EE.70)16
(.34)8 = (.011 100)2 = (.0111 000)2 = (.70)16
?
ok thanks guys well try.
basically we can just convert each digit to binary, group it into four, and write out hexadecimal equivalent
i've learnt something today thanx rsadhvika
xDD
Join our real-time social learning platform and learn together with your friends!