Computer Science - Digital Computer Electronics - Discussion

Discussion Forum : Digital Computer Electronics - Section 4 (Q.No. 7)
7.
The octal equivalent of decimal 324.987 is
504.771
640.781
815.234
90.987
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
1 comments Page 1 of 1.

Dnyanchand Yadav said:   5 years ago
324.987 split it into terms i.e. 324 and 0.987.

So Octal number of 324 is 504 and,
Octal number of 0.987 is 0.771,
0.987 * 8 = 7.896 -->7,
0.896 * 8 = 7.168 -->7,
0.168 * 8 = 1.344 -->1,
And finally combined it i.e. 504.771.

Post your comments here:

Your comments will be displayed after verification.