98.0k views
4 votes
Sally needs to teach her class how to convert a decimal number to a binary number. What is the first step she should take to start the process? A. divide the decimal number by the base value 2 B. collect the digits in the reverse order C. note the remainder separately D. divide by 2 until she gets 0 as the remainder

1 Answer

0 votes

Answer:

  • A. divide the decimal number by the base value 2
  • C. note the remainder separately
  • D. divide by 2 until she gets 0 as the remainder
  • B. collect the digits in the reverse order

Step-by-step explanation:

When we want to convert decimal number to a binary number first we have divide the given number by 2. The next step is to note the reminder of the number in the side every division so that the reminder value is the binary value. Repeat this until an zero is encountered.

We have to collate all the remainders from last of first and then the collated number is the answer for the given problem.

So the given option can be ordered as,

  • A
  • C
  • D
  • B
User Klamann
by
5.9k points