CameraIcon
CameraIcon
SearchIcon
MyQuestionIcon
MyQuestionIcon
1
You visited us 1 times! Enjoying our articles? Unlock Full Access!
Question

How to convert 65 into binary ?


Open in App
Solution

Converting 65 into binary

  1. Divide the number by 2 and if it is completely divisible then the remainder is 0 else 1.This will be LSB (Least Significant Bit).
  2. Make the Quotient obtained as the next Dividend.
  3. Now divide the Quotient obtained by 2 and note the remainder again.
  4. Repeat the steps 2 and 3 until the new Dividend becomes 0.
  5. When the process terminates report the answer from MSB to LSB.

DivisorDividendRemainder265123202160280240220211-0-

Hence, the binary representation of 65 is 10000012.


flag
Suggest Corrections
thumbs-up
8
Join BYJU'S Learning Program
similar_icon
Related Videos
thumbnail
lock
Formation of Algebraic Expressions
MATHEMATICS
Watch in App
Join BYJU'S Learning Program
CrossIcon