Computer Science, asked by Anungwalling, 10 months ago

convert the octal fraction number (237.04) into its decimal equivalent
( kindly show how it's done)​

Answers

Answered by Vaishnavimewati
0

Answer:

Explanation:

The decimal value of any octal number can be determined using sum of product of each digit with its positional value.

Example-1 − The number 111 is interpreted as 111 = 1x82+5x81+7x80 = 157. ...

Example-2 − The number 65.125 is interpreted as 65.125 =1x82+0x81+1x80+1x8-1=101.10

Similar questions