Computer Science, asked by jaykumar9132, 1 year ago

Do as directed :
(a) Convert the Decimal number 781 to its Binary equivalent.
(b) Convert Binary number 101101.001 to its decimal equivalent.
(c) Convert Octal number 321.7 into its Binary equivalent.

Answers

Answered by 16shots
9

\huge\boxed{\fcolorbox{black}{pink}{Hello!}}

(a) 0b1100001101

(b) 45.0125

(c) 011010001.111

Answered by Anonymous
2
  • The decimal number 781 upon converting to its Binary equivalent becomes:

       1100001101 ( Here, 781 (Base 10) is converted to base 2 (Binary). )

  • The binary number 101101.001 upon converting to its Decimal equivalent becomes :

        45.0125  ( Here, 101101.001 (Base 2) is converted to base 10 (Decimal). )

  • The octal number 321.7 upon converting to its Binary equivalent becomes :

        011010001.111   ( Here, 321.7 (Base 8) is converted to base 2 (Binary). )

Similar questions