To convert the decimal number 97 to hexadecimal, you divide 97 by 16, which equals 6 with a remainder of 1. The remainder 1 represents the least significant digit in hexadecimal, which is 1. The quotient 6 is divided by 16, resulting in 0 with a remainder of 6, representing the most significant digit in hexadecimal. Therefore, 97 in decimal is equivalent to 61 in hexadecimal.
Chat with our AI personalities
Assuming the original was in binary, the answer is 36.A
Whatchu think
WRITE A PROGRAM TO CONVERT A 2-DIGIT bcd NUMBER INTO HEXADECIMAL
C65A = 143132
ABCD1 = 10101011110011010001