yp
What are the steps to convert a decimal number to a number of another
base? Show by converting the number 9 to binary.
Answers
Answered by
1
Answer:
Divide the number by 2.
Get the integer quotient for the next iteration.
Get the remainder for the binary digit.
Repeat the steps until the quotient is equal to 0
Similar questions