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
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.
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:
Quick links
Quantitative Aptitude
Verbal (English)
Reasoning
Programming
Interview
Placement Papers