Decimal to Binary Conversion Quiz

Reviewed by Editorial Team
The ProProfs editorial team is comprised of experienced subject matter experts. They've collectively created over 10,000 quizzes and lessons, serving over 100 million users. Our team includes in-house content moderators and subject matter experts, as well as a global network of rigorously trained contributors. All adhere to our comprehensive editorial guidelines, ensuring the delivery of high-quality content.
Learn about Our Editorial Process
| By ProProfs AI
P
ProProfs AI
Community Contributor
Quizzes Created: 81 | Total Attempts: 817
| Questions: 15 | Updated: Apr 30, 2026
Please wait...
Question 1 / 15
🏆 Rank #--
0 %
0/100
Score 0/100

1. What is the decimal number 5 in binary?

Explanation

The decimal number 5 is represented in binary as 101. This is derived from the binary place values: 1 (2^2) + 0 (2^1) + 1 (2^0) equals 4 + 0 + 1, which totals 5. Each digit in binary corresponds to a power of 2, making 101 the correct representation.

Submit
Please wait...
About This Quiz
Decimal To Binary Conversion Quiz - Quiz

This Decimal to Binary Conversion Quiz helps you master converting decimal numbers to binary and understanding number systems. You'll practice essential skills like identifying place values, dividing by 2, and reading binary digits. Perfect for building confidence with computer science fundamentals and strengthening your number sense.

2. Convert the decimal number 12 to binary.

Explanation

To convert the decimal number 12 to binary, we divide the number by 2 and record the remainders. Starting with 12, we divide: 12 ÷ 2 = 6 (remainder 0), 6 ÷ 2 = 3 (remainder 0), 3 ÷ 2 = 1 (remainder 1), and 1 ÷ 2 = 0 (remainder 1). Reading the remainders from bottom to top gives us 1100.

Submit

3. What decimal number does the binary 1010 represent?

Explanation

The binary number 1010 is calculated in decimal by taking each bit from right to left, starting with 2^0. This gives: 0×2^0 + 1×2^1 + 0×2^2 + 1×2^3, which equals 0 + 2 + 0 + 8, resulting in 10. Thus, the binary 1010 represents the decimal number 10.

Submit

4. Convert 8 to binary.

Explanation

To convert the decimal number 8 to binary, we divide the number by 2 and record the remainders. Starting from 8, we divide: 8 ÷ 2 = 4 (remainder 0), 4 ÷ 2 = 2 (remainder 0), 2 ÷ 2 = 1 (remainder 0), and finally 1 ÷ 2 = 0 (remainder 1). Reading the remainders in reverse gives us 1000.

Submit

5. The decimal number 15 in binary is ____.

Explanation

To convert the decimal number 15 to binary, we divide by 2 and record the remainders. Starting from 15, the divisions yield remainders of 1 (for 15), 1 (for 7), 1 (for 3), and 1 (for 1). Reading the remainders from bottom to top gives us 1111, which represents 15 in binary.

Submit

6. What is 20 in binary?

Explanation

To convert the decimal number 20 into binary, we divide it by 2 and record the remainders. Starting with 20, we get remainders of 0, 0, 1, 0, and 1, which, when read in reverse order, gives us 10100. This binary representation accurately reflects the value of 20 in decimal.

Submit

7. Binary 11 equals what decimal number?

Explanation

Binary 11 represents the number in base 2. Each digit corresponds to a power of 2: the rightmost digit is 2^0 (1) and the next is 2^1 (2). Therefore, adding these values together, 1 (from the rightmost digit) + 2 (from the next digit) equals 3 in decimal.

Submit

8. Convert decimal 7 to binary.

Explanation

To convert the decimal number 7 to binary, we divide it by 2 and record the remainders. Dividing 7 by 2 gives a quotient of 3 and a remainder of 1. Dividing 3 by 2 gives a quotient of 1 and a remainder of 1. Finally, dividing 1 by 2 gives a quotient of 0 and a remainder of 1. Reading the remainders from bottom to top, we get 111.

Submit

9. The binary number 10000 equals ____ in decimal.

Explanation

The binary number 10000 represents a value in base 2, where each digit corresponds to a power of 2. Starting from the right, the digits are 0, 0, 0, 0, and 1, which translates to 1 × 2^4 = 16 in decimal. Thus, 10000 in binary equals 16 in decimal.

Submit

10. What is decimal 25 in binary?

Explanation

To convert the decimal number 25 to binary, divide the number by 2 repeatedly, noting the remainders. Starting with 25, the divisions yield remainders of 1, 0, 0, 1, and then 1, which read in reverse order gives 11001. Thus, the binary representation of decimal 25 is 11001.

Submit

11. Convert 18 to binary.

Explanation

To convert the decimal number 18 to binary, divide the number by 2 and record the remainder. Continuing this process, 18 divided by 2 gives a quotient of 9 and a remainder of 0. Repeating this until reaching 0, the remainders read in reverse order yield the binary representation: 10010.

Submit

12. Binary 1001 in decimal is ____.

Explanation

To convert the binary number 1001 to decimal, we evaluate it based on powers of 2. Starting from the right, the digits represent \(2^0\), \(2^1\), \(2^2\), and \(2^3\). Thus, \(1 \times 2^3 + 0 \times 2^2 + 0 \times 2^1 + 1 \times 2^0 = 8 + 0 + 0 + 1 = 9\).

Submit

13. What decimal number is 11011 in binary?

Submit

14. Convert 30 to binary.

Submit

15. The decimal 13 in binary is ____.

Submit
×
Saved
Thank you for your feedback!
View My Results
Cancel
  • All
    All (15)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
What is the decimal number 5 in binary?
Convert the decimal number 12 to binary.
What decimal number does the binary 1010 represent?
Convert 8 to binary.
The decimal number 15 in binary is ____.
What is 20 in binary?
Binary 11 equals what decimal number?
Convert decimal 7 to binary.
The binary number 10000 equals ____ in decimal.
What is decimal 25 in binary?
Convert 18 to binary.
Binary 1001 in decimal is ____.
What decimal number is 11011 in binary?
Convert 30 to binary.
The decimal 13 in binary is ____.
play-Mute sad happy unanswered_answer up-hover down-hover success oval cancel Check box square blue
Alert!