Digital Electronics - Number Systems and Codes - Discussion

Discussion Forum : Number Systems and Codes - General Questions (Q.No. 18)
18.
Convert the following binary number to octal.
0101111002
1728
2728
1748
2748
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
3 comments Page 1 of 1.

P.shanthi said:   1 decade ago
In binary to octal conversion first group the three bits from right to left in any conversion we group the bits from right to left. Here simply 274 is get the answer.

NEHAL ALAM said:   1 decade ago
First of all group the binary number into a three group each group contain three digits. Convert the each group into equivalent decimal number.

Aswathy j said:   8 years ago
000 - 0.
001 - 1.
010 - 2.
011 - 3.
100 - 4.
101 - 5.
110 - 6.
111 - 7.

Group the binary numbers in three bit binary then the corresponding octal number. Group 3 bit from right to left.
(1)

Post your comments here:

Your comments will be displayed after verification.