Answer:
Steps To Convert From Base 10 to Base 2-
Divide the given number (in base 10) with 2 until the result finally left is less than 2.
Traverse the remainders from bottom to top to get the required number in base 2.
Hope this helps you get the answers!