Computer Science, asked by sshabejahmed, 2 months ago

what method will you used to convert binary number to decimal numbers

Answers

Answered by WaLuigi
2

Answer:

The are mainly two methods to convert a binary number into a decimal number, using positional notation and using doubling.

Answered by sohilmohd623
1

Answer:

by multiplication

Explanation:

multiply each digit from right by 2 withe increasing base.and sum all the number.

Similar questions