1 point
Q.10. Conversion of
Hexadecimal 11A.62 into
Decimal Number- *
O
a. 123.625
O b. 282.382
O c 100.101
d. C4.52
Answers
Answer:
Hexadecimal Number System:
In mathematics and computing, hexadecimal (also base 16, or hex) is a positional numeral system with a radix, or base, of 16. It uses sixteen distinct symbols, most often the symbols 0–9 to represent values zero to nine, and A,B,C,D,E,F (or alternatively a, b, c, d, e, f) to represent values ten to fifteen.
Decimal Number System:
The decimal numeral system (also called base-ten and occasionally called denary) has ten as its base, which, in decimal, is written 10, as is the base in every positional numeral system. It is the numerical base most widely used by modern civilizations.
Hexadecimal to Decimal conversion table
Hexadecimal Decimal
0 0
1 1
2 2
3 3
4 4
5 5
6 6
7 7
8 8
9 9
A 10
B 11
C 12
D 13
E 14
F 15
Previous: Convert Hexadecimal to Binary
Next: Convert Hexadecimal to Octal
Explanation: