Math, asked by GothaalaSheoran7151, 7 months ago

Decimal conversions
Please explain

Answers

Answered by nalinipriyadharshini
0

Answer:

A repeated division and remainder algorithm can convert decimal to binary, octal, or hexadecimal.

Divide the decimal number by the desired target radix (2, 8, or 16).

Append the remainder as the next most significant digit.

Repeat until the decimal number has reached zero.

Step-by-step explanation:

An easy method of converting decimal to binary number equivalents is to write down the decimal number and to continually divide-by-2 (two) to give a result and a remainder of either a “1” or a “0” until the final result equals zero. So for example. Convert the decimal number 29410 into its binary number equivalent.

Similar questions