12.
A45C: Decimal = 42076 Octal = 122134
This is not a question.
BB895C: Octal = 56704534 Decimal = 12290396
16 is the 4th power of 2. So a hexadecimal number is converted to binary by replacing each hex digit by the 4-bit binary number having the same value. Conversely, in converting binary to hexadecimal, we group every 4 bits starting at the decimal (binary?) point and replace it with the equivalent hex digit. For example, the hexadecimal number 3F9 in binary is 1111111001, because 3 in binary is 11, F (decimal 15) is 1111, and 9 is 1001.
Hint, read your text book. It is not that hard to do.
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.
1B base 16 = 27 base10
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
The value in hexadecimal of the decimal number 999910 is F41E6.