Computer Science, asked by Vaishvi5920, 7 months ago

Convert -49 decimal to binary in computer science

Answers

Answered by sam44257
1

Answer:

Converting Decimal to Binary

  • Divide the decimal number by 2.
  • If the number will not divide equally by 2, then round down the answer to the nearest whole number (integer).
  • Keep a note of the remainder, it should be either 0 or 1.
  • Keep repeating the above steps, dividing each answer by 2, until you reach zero.
Similar questions