Computer Science, asked by rajibsarma1967, 5 hours ago

Explain how to convert a binary number to a decimal number in Computer science? Please​

Answers

Answered by shristymaurya
1

Answer:

Binary to Decimal Conversion

i) N = bn qn… b3 q3 + b2 q2 + b1 q1 + b0 q0 + b-1 q-1 + b-2 q-2… etc.

ii) 6000 + 100 + 60 + 3 = 6163.

iii) ( 6×1000 ) + ( 1×100 ) + ( 6×10 ) + ( 3×1 ) = 6163.

iv) ( 6×103 ) + ( 1×102 ) + ( 6×101 ) + ( 3×100 ) = 6163.

Answered by vinodkushawahaji124
1

Answer:

above figure is your answer

Attachments:
Similar questions