Computer Science, asked by niharika115, 1 year ago

briefly explain the octal number system​

Answers

Answered by karkerateja29
44

Answer:

The octal numeral system, or oct for short, is the base-8 number system, and uses the digits 0 to 7. Octal numerals can be made from binary numerals by grouping consecutive binary digits into groups of three (starting from the right). For example, the binary representation for decimal 74 is 1001010. Two zeroes can be added at the left: (00)1 001 010, corresponding the octal digits 1 1 2, yielding the octal representation 112.

In the decimal system each decimal place is a power of ten. For example:

{\displaystyle \mathbf {74} _{10}=\mathbf {7} \times 10^{1}+\mathbf {4} \times 10^{0}} {\mathbf {74}}_{{10}}={\mathbf {7}}\times 10^{1}+{\mathbf {4}}\times 10^{0}

In the octal system each place is a power of eight. For example:

{\displaystyle \mathbf {112} _{8}=\mathbf {1} \times 8^{2}+\mathbf {1} \times 8^{1}+\mathbf {2} \times 8^{0}} {\mathbf {112}}_{8}={\mathbf {1}}\times 8^{2}+{\mathbf {1}}\times 8^{1}+{\mathbf {2}}\times 8^{0}

By performing the calculation above in the familiar decimal system we see why 112 in octal is equal to 64+8+2 = 74 in decimal.

The octal multiplication table

× 1 2 3 4 5 6 7 10

1 1 2 3 4 5 6 7 10

2 2 4 6 10 12 14 16 20

3 3 6 11 14 17 22 25 30

4 4 10 14 20 24 30 34 40

5 5 12 17 24 31 36 43 50

6 6 14 22 30 36 44 52 60

7 7 16 25 34 43 52 61 70

10 10 20 30 40 50 60 70 100

Answered by chandan1517c
2

Answer:

The octal numeral system, or oct for short, is the base-8 number system, and uses the digits 0 to 7, that is to say 10octal represents eight and 100octal represents sixty-four. However, English, like most languages, uses a base-10 number system, hence a true octal system might use different vocabulary.

In the decimal system, each place is a power of ten. For example:

{\displaystyle \mathbf {74} _{10}=\mathbf {7} \times 10^{1}+\mathbf {4} \times 10^{0}}

Similar questions