4. Change each base 10 number to a binary number by the division method :
1)39
Answers
Answered by
1
Answer:
Converting decimal integer to binary
To convert integer to binary, start with the integer in question and divide it by 2 keeping notice of the quotient and the remainder. Continue dividing the quotient by 2 until you get a quotient of zero. Then just write out the remainders in the reverse order
Similar questions