Computer Science - Digital Computer Electronics - Discussion

Discussion Forum : Digital Computer Electronics - Section 2 (Q.No. 44)
44.
Conversion of an octal number 31378 to it's decimal equivalent is
163110
163210
153110
193110
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
1 comments Page 1 of 1.

Deepak Pariyar said:   5 months ago
We have given an octal number is 3137,
we change into decimals,
3 * 8^3 + 1 * 8^2 + 3 * 8^1 + 7 * 8^0,
= 3 * 512 + 1 * 64 + 3 * 8 + 7 * 1 [because 8^0=1]
= 1536 + 64 + 24 + 7,
= 1631 base 10.

Post your comments here:

Your comments will be displayed after verification.