Binary to Decimal Quiz - GR8 - F2

Binary to Decimal Quiz - GR8 - F2

8th Grade

40 Qs

quiz-placeholder

Similar activities

Computing Final Quiz

Computing Final Quiz

6th - 8th Grade

35 Qs

Number systems

Number systems

4th - 12th Grade

35 Qs

Logic Gates

Logic Gates

8th - 12th Grade

42 Qs

Computer Quiz - Kelab Komputer / ICT

Computer Quiz - Kelab Komputer / ICT

3rd - 10th Grade

45 Qs

Data Representation 1 Month Quiz

Data Representation 1 Month Quiz

6th - 8th Grade

42 Qs

24-25-G8-Fall-Mid-Exam

24-25-G8-Fall-Mid-Exam

8th Grade

42 Qs

9 ComSci Binary Quiz

9 ComSci Binary Quiz

8th - 9th Grade

45 Qs

Year 8 Binary Assessment

Year 8 Binary Assessment

6th - 8th Grade

42 Qs

Binary to Decimal Quiz - GR8 - F2

Binary to Decimal Quiz - GR8 - F2

Assessment

Quiz

Computers

8th Grade

Hard

Created by

Rex Educator

Used 2+ times

FREE Resource

40 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Choose the correct decimal value of each binary. 00000001

0

1

2

4

Answer explanation

The binary number 00000001 represents the decimal value 1. Each binary digit (bit) corresponds to a power of 2, and in this case, only the last bit is '1', which equals 1 in decimal.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Choose the correct decimal value of each binary. 00001010

5

8

10

12

Answer explanation

The binary number 00001010 converts to decimal by calculating 0*2^7 + 0*2^6 + 0*2^5 + 0*2^4 + 1*2^3 + 0*2^2 + 1*2^1 + 0*2^0, which equals 8 + 2 = 10. Thus, the correct answer is 10.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Choose the correct decimal value of each binary. 00010101

20

21

22

25

Answer explanation

The binary number 00010101 converts to decimal by calculating (0*2^7 + 0*2^6 + 0*2^5 + 1*2^4 + 0*2^3 + 1*2^2 + 0*2^1 + 1*2^0) = 16 + 4 + 1 = 21. Thus, the correct answer is 21.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Choose the correct decimal value of each binary. 00111111

63

31

127

15

Answer explanation

The binary number 00111111 converts to decimal by calculating 0*2^7 + 0*2^6 + 1*2^5 + 1*2^4 + 1*2^3 + 1*2^2 + 1*2^1 + 1*2^0, which equals 63. Thus, the correct answer is 63.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Choose the correct decimal value of each binary. 01111000

120

112

124

126

Answer explanation

The binary number 01111000 converts to decimal by calculating (0*2^7 + 1*2^6 + 1*2^5 + 1*2^4 + 1*2^3 + 0*2^2 + 0*2^1 + 0*2^0) = 64 + 32 + 16 + 8 = 120. Thus, the correct answer is 120.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Choose the correct decimal value of each binary. 10101010

160

170

180

190

Answer explanation

The binary number 10101010 converts to decimal by calculating: 1*2^7 + 0*2^6 + 1*2^5 + 0*2^4 + 1*2^3 + 0*2^2 + 1*2^1 + 0*2^0 = 128 + 32 + 8 + 2 = 170. Thus, the correct answer is 170.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Choose the correct decimal value of each binary. 11111111

254

255

256

257

Answer explanation

The binary number 11111111 equals 2^7 + 2^6 + 2^5 + 2^4 + 2^3 + 2^2 + 2^1 + 2^0, which sums to 255 in decimal. Therefore, the correct answer is 255.

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?