Computer Science, asked by Gab346, 11 hours ago

in an octal system how will you represent a higher number if you exhaust all the available digits from 0 to 7?​

Answers

Answered by ambitious2006
3

Answer:

Octal Number System has a base of eight and uses the number from 0 to 7. The octal numbers, in the number system, are usually represented by binary numbers when they are grouped in pairs of three. For example, 128 is expressed as 0010102, where 1 is equivalent to 001 and 2 is equivalent to 010.

Explanation:

The maximum digit in the Octal number system is '7'.

Similar questions