explain conversion from binary number system to octal hexadecimal with example?
Answers
Answered by
2
Answer:
An octal number (base 8) can be up to 1/3 the length of a binary number (base 2). 8 is a whole power of 2 (23=8). That means three binary digits convert neatly into one octal digit. A hexadecimal number (base 16) can be up to 1/4 the length of a binary number.
Similar questions