Computer Science, asked by shishirsaroj62406, 6 months ago

write this binary number into its equivalent octal number(110101)

Answers

Answered by shambhavi12102005121
2

Example − Convert binary number 10010110 into octal number. First convert this into decimal number = (10010110)2 = 1x27+0x26+0x25+1x24+0x23+1x22+1x21+0x20 = 128+0+0+16+0+4+2+0 = (150)10 Then, convert it into octal number = (150)10 = 2x82+2x81+6x80 = (226)8

Answered by khushi02022010
0

Explanation:

Converting 110101 of Binary to Octal number system

Have translated: 110101 of Binary numeration system to Octal number system.

Date and time of calculation 2017-09-21 20:38 UTC

Enter number

110101

His numbering system

Binary

Ternary

Octal

Decimal

Hexadecimal

Binary - Decimal

Other

Converting to

Binary

Ternary

Octal

Decimal

Hexadecimal

Binary - Decimal

Other

Similar questions