How does the number of digits change as the number is progressively converted from binary to octal to decimal to hexadecimal system?
1 Answer
Apr 2, 2017
Number of digits used to represent any number continuously decreases.
Explanation:
As the number is progressively converted from binary to octal to decimal to hex, the number of digits used to represent any number continuously decreases.
For example
=
=
=
Note that decline in number of digits, from Decimal to Octal is not much as difference between bases is not much and in some cases it may be equal. For example
But this will never increase.