how to convert a binary no. to a decimal no. plz give a full explanation
Answers
Answered by
1
Answer
- Binary to Decimal ConversionN = 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
7
Answer:
This is the answer......
Attachments:
Similar questions