Computer Science, asked by viveksain8417, 11 months ago

बाइनरी संख्या से ऑक्टल संख्या में तथा ऑक्टल संख्या से बाइनरी संख्या में बदलने की विधि समझाइए ।

Answers

Answered by rimpakaur107
1

Answer:

don't know,.................

Answered by qwchair
1

1.conversion of binary no to octal number

Take binary number

Divide the binary digits into groups of three (starting from right) for integer part and start from left for fraction part.

Convert each group of three binary digits to one octal digit.

2.conversion of octal to binary:

Take Octal number as input

Convert each digit of octal into binary.

That will be output as binary number.

Attachments:
Similar questions