Application based questions- Ratika's computer teacher asked her to convert octal number to decimal number. Suggest her the method which she should apply in converting in octal number.
Answers
Answered by
24
Answer:
Converting octal to decimal can be done with repeated division.
- Start the decimal result at 0.
- Remove the most significant octal digit (leftmost) and add it to the result.
- If all octal digits have been removed, you're done. Stop.
- Otherwise, multiply the result by 8.
- Go to step 2.
Or,
In decimal to binary, we divide the number by 2, in decimal to hexadecimal we divide the number by 16. In case of decimal to octal, we divide the number by 8 and write the remainders in the reverse order to get the equivalent octal number. Decimal Number: All the numbers to the base ten are called as decimal numbers.
Hope it will be helpful to you............
Please!!! mark my answer as Brainliest............
Answered by
2
, Hrithik Roshan Twitter teacher hazaar to convert another number to decimal number do
Explanation:
Good afternoon mam
Similar questions