How do we convert any decimal number into its binary equivant?
Answers
Answer:
How to Convert Decimal Number System to Binary Number System?
To convert Decimal to binary numbers, the following steps should be followed:-
1. Take any decimal number and divide it by “2". After dividing, you will get some results along with the remainder.
2. If the decimal number chosen by you is even, then the result will be in a whole number and it will give the remainder 0.
3. If the decimal number chosen by you is odd, then the number will not be divided fully and you will get the remainder “1”.
4. Continue dividing the number till you get the quotient 0
5. Now place all the remainders in the series of Least Significant Bit (LSB) at the top and the Most Significant bit (MSB) at the bottom.
hope its helpful
mark me as brainliest