Computer Science, asked by paul60126, 7 months ago


To convert a Decimal number into a Binary number, divide the number by
a.2
b.8
c.10

Answers

Answered by sachin143277
2

Answer:

I think

To convert a decimal number into a binary number, divide the number by 2

Answered by arpitmenon07
1

Answer: 2

Explanation: Take the quotient, and keep dividing it by 2, until you reach zero. Each time you perform this division, take note of the remainder. Now reverse the remainders list, and you get the number in binary form.

Similar questions