Computer Science, asked by 1423n, 4 months ago

convert (3546)8 = ( )2

Answers

Answered by reliableboy2
0

Answer:

(3546)8 = (11101100110)2

Explanation:

Answered by pulakmath007
21

\displaystyle\huge\red{\underline{\underline{Solution}}}

FORMULA TO BE IMPLEMENTED

STEPS TO CONVERT A NUMBER FROM OCTAL TO BINARY :

  • STEP : 1 Convert each octal digit of the given number to its 3 digit binary representation. Each of the digits of the given number must be treated as a decimal value.

  • STEP : 2 Combine these binary to form a single binary number.

TO DETERMINE

Convert 3546 from octal to binary

CALCULATION

The given number is

 \sf{ \:( \red{3} \green{5} \blue{4} \pink{6})_8  \: }

 =  \sf{ \:(  | \red{3}|  \green{5} |  \blue{4}| \pink{6}| )_8 \: }

 =  \sf{ \:(  | \red{011}|  \green{101} |  \blue{100}| \pink{110}| )_2 \: }

 =  \sf{ \:( \red{11} \green{101} \blue{100} \pink{110})_2  \: }

━━━━━━━━━━━━━━━━

LEARN MORE FROM BRAINLY

What is the equivalent 2s complement representation for -15 in 16 bit hexadecimal representation

https://brainly.in/question/12961284

Similar questions