Computer Science, asked by nishant1966, 1 year ago

explain conversion from binary number system to octal hexadecimal with example?​

Answers

Answered by raj22052003
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