Hex And Binary Conversions

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 ELENWorkgroup
E
ELENWorkgroup
Community Contributor
Quizzes Created: 5 | Total Attempts: 3,667
| Attempts: 2,286 | Questions: 14
Please wait...
Question 1 / 14
0 %
0/100
Score 0/100
1. BIN 111 = ? DEC

Explanation

not-available-via-ai

Submit
Please wait...
About This Quiz
Decimal Operations Quizzes & Trivia

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

2. BIN 1101 = ? DEC

Explanation

not-available-via-ai

Submit
3. 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.

Submit
4. BIN 10000 = ? DEC

Explanation

not-available-via-ai

Submit
5. 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.

Submit
6. 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.

Submit
7. BIN 11001 = ? DEC

Explanation

not-available-via-ai

Submit
8. 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.

Submit
9. BIN 1110011 = ? DEC

Explanation

Submit
10. 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.

Submit
11. DEC 32 = ? BIN

Explanation

not-available-via-ai

Submit
12. 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.

Submit
13. 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.

Submit
14. 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.

Submit
View My Results

Quiz Review Timeline (Updated): Aug 18, 2024 +

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

  • Current Version
  • Aug 18, 2024
    Quiz Edited by
    ProProfs Editorial Team
  • Dec 04, 2010
    Quiz Created by
    ELENWorkgroup
Cancel
  • All
    All (14)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
BIN 111 = ? DEC
BIN 1101 = ? DEC
BIN 1111 = ? DEC
BIN 10000 = ? DEC
BIN 11101 = ? DEC
BIN 100011 = ? DEC
BIN 11001 = ? DEC
BIN 1010101 = ? DEC
BIN 1110011 = ? DEC
BIN 100000 = ? DEC
DEC 32 = ? BIN
DEC 7 = ? BIN
DEC31 to Hex
Convert DEC32 to Hex
Alert!

Advertisement