Computer Science, asked by sargunjisuhana, 1 month ago

Which one of the following is the wrong statement
The total number of digits used in a number system is called its radix
Octal number system consist digits from 0 to 8
Number system is the method of counting
Instructions given to computer is converted into 0 & 1

Answers

Answered by Joes653356
1

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}}{\displaystyle \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.

Answered by mayur7450
0

Answer:

hope it can help you

Explanation:

1 ) true

2) true

3) true

4) true

mark me as brainliest

Similar questions
English, 25 days ago