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
WRITE A PROGRAM TO CONVERT A 2-DIGIT bcd NUMBER INTO HEXADECIMAL
Whatchu think
Yes, I can.
117
you can't convert 1011.112 to hex. the reason is simple bcz to convert into hex, first you have to convert in the binary value which must be vary between 0 and 1 only.here you used 2 i;e 1011.112, and remember we don't use any no. except 0 and 1.but you can change 1011 which is "B" in hexadecimal.so the answer is "B.112"