Hex And Binary Conversions

Approved & Edited by ProProfs Editorial Team
The editorial team at ProProfs Quizzes consists of a select group of subject experts, trivia writers, and quiz masters who have authored over 10,000 quizzes taken by more than 100 million users. This team includes our in-house seasoned quiz moderators and subject matter experts. Our editorial experts, spread across the world, are rigorously trained using our comprehensive guidelines to ensure that you receive the highest quality quizzes.
Learn about Our Editorial Process
| By ELENWorkgroup
E
ELENWorkgroup
Community Contributor
Quizzes Created: 5 | Total Attempts: 2,761
Questions: 14 | Attempts: 1,629

SettingsSettingsSettings
Binary Quizzes & Trivia

Some practice converting Hex to Decimal, Decimal to Hex, Decimal to Binary, etc.


Questions and Answers
  • 1. 

    Convert DEC32 to Hex

    Explanation
    To convert a decimal number to hexadecimal (base 16), we can use the repeated division-by-16 method.
    DEC32 in decimal is equivalent to 20 in hexadecimal.
    Explanation: 32 divided by 16 equals 2 with a remainder of 0. So, the hexadecimal representation is 20.

    Rate this question:

  • 2. 

    DEC31 to Hex

    Explanation
    The given answer "1F, 1f" is the hexadecimal representation of the decimal number 31. In hexadecimal, the digits range from 0 to 9, followed by A to F representing the values 10 to 15. The uppercase "F" and lowercase "f" both represent the value 15 in hexadecimal. Therefore, "1F" and "1f" are both valid representations of the decimal number 31 in hexadecimal.

    Rate this question:

  • 3. 

    BIN 11001 = ? DEC

  • 4. 

    BIN 1110011 = ? DEC

    Explanation
    The given binary number 1110011 can be converted to decimal by multiplying each digit by the corresponding power of 2 and adding the results. In this case, starting from the rightmost digit, we have 1 * 2^0 + 1 * 2^1 + 0 * 2^2 + 0 * 2^3 + 1 * 2^4 + 1 * 2^5 + 1 * 2^6 = 1 + 2 + 0 + 0 + 16 + 32 + 64 = 115. Therefore, the decimal equivalent of the given binary number is 115.

    Rate this question:

  • 5. 

    BIN 111 = ? DEC

  • 6. 

    BIN 11101 = ? DEC

    Explanation
    The given binary number "BIN 11101" can be converted to decimal by multiplying each digit with its corresponding power of 2 and adding them together. In this case, starting from the rightmost digit, we have 1*2^0 + 0*2^1 + 1*2^2 + 1*2^3 + 1*2^4 = 1 + 0 + 4 + 8 + 16 = 29. Therefore, the decimal equivalent of "BIN 11101" is 29.

    Rate this question:

  • 7. 

    BIN 1010101 = ? DEC

    Explanation
    The given binary number 1010101 can be converted to decimal by multiplying each digit with the corresponding power of 2 and then adding them together. In this case, the calculation would be: (1*2^6) + (0*2^5) + (1*2^4) + (0*2^3) + (1*2^2) + (0*2^1) + (1*2^0) = 64 + 0 + 16 + 0 + 4 + 0 + 1 = 85. Therefore, the correct answer is 85.

    Rate this question:

  • 8. 

    BIN 100011 = ? DEC

    Explanation
    The given binary number, 100011, can be converted to decimal by multiplying each digit by its corresponding power of 2 and then adding the results. In this case, starting from the rightmost digit, we have 1*2^0 + 1*2^1 + 0*2^2 + 0*2^3 + 0*2^4 + 1*2^5 = 1 + 2 + 0 + 0 + 0 + 32 = 35. Therefore, the decimal equivalent of the binary number 100011 is 35.

    Rate this question:

  • 9. 

    BIN 1101 = ? DEC

  • 10. 

    BIN 1111 = ? DEC

    Explanation
    The given question asks for the decimal equivalent of the binary number "BIN 1111". The binary number "1111" represents the decimal number 15. Therefore, the correct answer is 15.

    Rate this question:

  • 11. 

    BIN 100000 = ? DEC

    Explanation
    The question asks for the decimal equivalent of the binary number 100000. In binary, each digit represents a power of 2, starting from the rightmost digit as 2^0. So, in this case, the binary number 100000 represents 2^5, which is equal to 32 in decimal.

    Rate this question:

  • 12. 

    BIN 10000 = ? DEC

  • 13. 

    DEC 32 = ? BIN

  • 14. 

    DEC 7 = ? BIN

    Explanation
    The given question is asking for the decimal equivalent of the binary number 111. In binary, each digit can have a value of either 0 or 1, and the place values increase by powers of 2 from right to left. So, in this case, the binary number 111 represents 1*2^2 + 1*2^1 + 1*2^0 = 4 + 2 + 1 = 7 in decimal. Therefore, the correct answer is 111.

    Rate this question:

Quiz Review Timeline +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Mar 13, 2024
    Quiz Edited by
    ProProfs Editorial Team
  • Dec 04, 2010
    Quiz Created by
    ELENWorkgroup
Back to Top Back to top
Advertisement
×

Wait!
Here's an interesting quiz for you.

We have other quizzes matching your interest.