Aug 1, 2012 #1 E Electro Builder Newbie level 6 Joined Jul 17, 2012 Messages 14 Helped 1 Reputation 2 Reaction score 1 Trophy points 1,283 Activity points 1,390 guys anybody tell me the procedure to convert hexa to decimal and similar like that
Aug 1, 2012 #2 J jeffrey samuel Advanced Member level 4 Joined Jul 23, 2012 Messages 1,092 Helped 107 Reputation 214 Reaction score 107 Trophy points 1,363 Location chennai,india Activity points 6,373 hexa to decimal can be done by multiplying each and every digit with increasing power of 16 starting from 0 eg (ab1)16 must be done as 1*16^0 11*16^1 10*16^2 then add all the values you get in general to convert any no system to decimal just multiply the individual digits with the powers of the base of the system
hexa to decimal can be done by multiplying each and every digit with increasing power of 16 starting from 0 eg (ab1)16 must be done as 1*16^0 11*16^1 10*16^2 then add all the values you get in general to convert any no system to decimal just multiply the individual digits with the powers of the base of the system