A. Subtraction
B. Division
C. Addition
D. Multiplication
🧠 Explanation:
To convert a decimal to binary, use repeated division. Divide the number by 2, note the remainder (0 or 1), and repeat until the quotient is 0. The remainders form the binary number. This method is key for students learning computer science or number systems.