How to Convert Decimal Numbers into Binary Numbers

 

How to Convert Decimal Numbers into Binary Numbers

The decimal to binary conversion involves dividing the decimal number by 2 repeatedly and recording the remainders. The binary number is obtained by reading the remainders from bottom to top.

Steps for Decimal to Binary Conversion

  1. Divide the decimal number by 2.
  2. Record the remainder (0 or 1).
  3. Divide the quotient by 2 again.
  4. Repeat until the quotient becomes 0.
  5. Read the remainders from bottom to top to get the binary equivalent.

Example 1: Convert 25₁₀ to Binary

Step-by-step Calculation

Division by 2QuotientRemainder
25 ÷ 2121
12 ÷ 260
6 ÷ 230
3 ÷ 211
1 ÷ 201

Final Answer: 25₁₀ = 11001₂

Example 2: Convert 43₁₀ to Binary

Division by 2QuotientRemainder
43 ÷ 2211
21 ÷ 2101
10 ÷ 250
5 ÷ 221
2 ÷ 210
1 ÷ 201

Final Answer: 43₁₀ = 101011₂

MCQs on Decimal to Binary Conversion

1. What is the binary equivalent of 10₁₀?

a) 1010₂

b) 1100₂

c) 1001₂

d) 1110₂

✅ Answer: a) 1010₂

2. What is the binary equivalent of 18₁₀?

a) 10010₂

b) 10100₂

c) 10011₂

d) 11000₂

✅ Answer: a) 10010₂

3. What is the binary equivalent of 50₁₀?

a) 110010₂

b) 101010₂

c) 100110₂

d) 111100₂

✅ Answer: a) 110010₂

4. The binary equivalent of 7₁₀ is:

a) 101₂

b) 110₂

c) 111₂

d) 100₂

✅ Answer: c) 111₂

5. Which of the following decimal numbers is represented as 1000₂ in binary?

a) 4₁₀

b) 6₁₀

c) 8₁₀

d) 10₁₀

✅ Answer: c) 8₁₀

Comments

Popular posts from this blog

Shortcut Tricks for Average

Types of Averages

Problems on Averages