Digital Electronics - Number Systems and Codes - Discussion

Discussion Forum : Number Systems and Codes - General Questions (Q.No. 61)
61.
The binary number 101110101111010 can be written in octal as ________.
515628
565778
656278
565728
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
1 comments Page 1 of 1.

Arvind said:   8 years ago
Binary number: 101 110 101 111 010 (Group of 3 bits).

Octal number: 000->0, 001->1, 010->2, 011->3, 100->4, 101->5, 110->6 & 111->7.

So, Result: 56572 (in Octal).

Post your comments here:

Your comments will be displayed after verification.