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.
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
ABCD1 = 10101011110011010001
C65A = 143132
That depends what you want to "solve" for - in other words, what the question is. For example, whether you want to:* Convert from hexadecimal to decimal* Convert from decimal to hexadecimal* Count in hexadecimal* Add hexadecimal numbers* etc.
4 is 4 in hexadecimal of decimal.
Assuming the original was in binary, the answer is 36.A
Hexadecimal -> BB895Cdecimal -> 12.290.396octal -> 56.704.534
Write a program to convert a 2-digit BCD number into hexadecimal
Whatchu think
117
Yes, I can.
WRITE A PROGRAM TO CONVERT A 2-DIGIT bcd NUMBER INTO HEXADECIMAL
747 = 1E7
7EBC.12
Convert each group of 4 bits into one hexadecimal digit. 1010 is "A" in hexadecimal, so this particular number is "AA".