Binary and Hexadecimal to Decimal

Binary and Hexadecimal to Decimal

Assessment

Flashcard

Mathematics

12th Grade

Easy

Created by

Quizizz Content

Used 1+ times

FREE Resource

Student preview

quiz-placeholder

15 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What is the decimal equivalent of the hexadecimal number 1A?

Back

26

2.

FLASHCARD QUESTION

Front

How do you convert the binary number 11111 to decimal?

Back

To convert binary to decimal, multiply each bit by 2 raised to the power of its position (from right to left, starting at 0). For 11111: (1*2^4) + (1*2^3) + (1*2^2) + (1*2^1) + (1*2^0) = 16 + 8 + 4 + 2 + 1 = 31.

3.

FLASHCARD QUESTION

Front

What is the decimal equivalent of the binary number 10101?

Back

21

4.

FLASHCARD QUESTION

Front

Explain the process of converting the binary number 110010 to decimal.

Back

To convert binary to decimal, multiply each bit by 2 raised to the power of its position. For 110010: (1*2^5) + (1*2^4) + (0*2^3) + (0*2^2) + (1*2^1) + (0*2^0) = 32 + 16 + 0 + 0 + 2 + 0 = 50.

5.

FLASHCARD QUESTION

Front

What is the decimal equivalent of the hexadecimal number 9B?

Back

158

6.

FLASHCARD QUESTION

Front

What is the base of the hexadecimal number system?

Back

The base of the hexadecimal number system is 16.

7.

FLASHCARD QUESTION

Front

What digits are used in the hexadecimal number system?

Back

The hexadecimal number system uses the digits 0-9 and the letters A-F, where A=10, B=11, C=12, D=13, E=14, and F=15.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?