Computer Science, asked by sohailmohd805884, 5 months ago

convert the following binary numbers into octal and hexadecimal number​

Answers

Answered by nikhilvidyasoudha
0

Answer:

Explanation:

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.

Similar questions