Write the steps to conuert Binary number to its decimal equivalent
Answers
Answered by
5
Answer:
Binary to Decimal Conversion
N = bn qn… b3 q3 + b2 q2 + b1 q1 + b0 q0 + b-1 q-1 + b-2 q-2… etc.
6000 + 100 + 60 + 3 = 6163.
( 6×1000 ) + ( 1×100 ) + ( 6×10 ) + ( 3×1 ) = 6163.
( 6×103 ) + ( 1×102 ) + ( 6×101 ) + ( 3×100 ) = 6163.
Answered by
8
{ Binary to decimal conversion}
Attachments:
Similar questions