Correct option is D
To convert the decimal number 35 into binary:
1. Divide 35 by 2:
35 ÷ 2 = 17 with a remainder of 1
Write down the remainder (1).
2. Divide 17 by 2:
17 ÷ 2 = 8 with a remainder of 1
Write down the remainder (1).
3. Divide 8 by 2:
8 ÷ 2 = 4 with a remainder of 0
Write down the remainder (0).
4. Divide 4 by 2:
4 ÷ 2 = 2 with a remainder of 0
Write down the remainder (0).
5. Divide 2 by 2:
2 ÷ 2 = 1 with a remainder of 0
Write down the remainder (0).
6. Divide 1 by 2:
1 ÷ 2 = 0 with a remainder of 1
Write down the remainder (1).
Reading the remainders from bottom to top gives the binary representation of 35: 100011 (in binary)
Thus, the correct binary representation of 35 is 100011.