What is the equivalent decimal value of 1100001B?
A
Correct answer
Explanation
Convert 97D to binary 97/2 => quotient=48 remainder=1 48/2 => quotient=24 remainder=0 24/2 => quotient=12 remainder=0 12/2 => quotient=6 remainder=0 6/2 => quotient=3 remainder=1 3/2 => quotient=1 remainder=1 1/2 => quotient=0 remainder=1 (quotient=0 stop) Hence, 97D = 1100001B