wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Binary Numbers Review

Total questions: 14

Worksheet time: 23mins

Name
Class
Date
1.

The block of code below is supposed to display "Multiple of 5" if the positive number value is in fact a multiple of 5. Which of the following could be placed in the "hexagon" so the code will execute as intended?

a)

b)

c)

d)

2.

Which of the following decimal (base-10) values is equivalent to the binary (base-2) value 10110?

a)

15

b)

22

c)

44

d)

90

3.

Which of the following decimal (base-10) values is equivalent to the binary (base-2) value 1010111?

a)

70

b)

85

c)

87

d)

165

4.

Which of the following decimal (base-10) values is equivalent to the binary (base-2) value 11111?

a)

31

b)

32

c)

33

d)

34

5.

Convert 54 from decimal (base-10) to binary (base-2).

a)

11011

b)

111111

c)

110110

6.

Convert 37 from decimal (base-10) to binary (base-2).

a)

100101

b)

101101

c)

1100100

7.

Which of the following is an example of a byte?

a)

001011

b)

101010101001

c)

00110011

8.

If you have 4 binary digits ( ____ ), how many different numbers can you encode with 0's and 1's?

a)

4

b)

8

c)

16

d)

32

9.

What is the equivalent of the binary number 01101110 in decimal?

a)

31

b)

46

c)

94

d)

110

10.

What is the equivalent of the binary number 00001011 in decimal?

a)

7

b)

11

c)

15

d)

19

11.

What is the equivalent of the decimal number 32, expressed as a byte in binary?

a)

00000010

b)

00100000

c)

00001000

d)

10000000

12.

What is the equivalent of the decimal number 51, expressed as a byte in binary?

a)

11001100

b)

01010101

c)

00110011

d)

10101010

13.

Convert 128 from decimal (base-10) to binary (base-2).

(a)  

14.

Reorder the following sets of binary numbers from smallest to biggest.

a)

00001110

b)

00001111

c)

00010000

d)

00010001

1)
2)
3)
4)