Computer Science, asked by vaibhav271181, 6 months ago

explain binary to octal conversion with example​

Answers

Answered by maryamfatma034
1

Answer:

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 which is answer.

Answered by basaksarbhandar2020
0

_______________________

Conversion from Binary to Octal number system

Conversion from Binary to Octal number systemYou can convert using direct methods or indirect methods. .

.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 which is answer.

  • I HOPE IT HELPS YOU :)
  • LIKE,VOTE,FOLLOW PLEASE :)
  • MARK MY ANSWER BRAINLIST PLEASE :)
  • GIVE AND TAKE ⬇️⬇️⬇️
Attachments:
Similar questions