wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

1.2.4 Data Storage - number bases conversions & calculations

Total questions: 20

Worksheet time: 14mins

Name
Class
Date
1.
State the denary representation for the binary number 0011 1101
a)
60
b)
61
c)
62
d)
63
2.
Convert the hexadecimal number C9 to binary
a)
1100 1001
b)
1100 1000
c)
1100 1010
d)
1100 0101
3.
What letters does hexadecimal use?
a)
A-F
b)
A-D
c)
P-W
d)
A-Z
4.
How many hexadecimal digits is equal to one nibble of binary?
a)
1
b)
2
c)
3
d)
4
5.
How many bits is a nibble made up of?
a)
1
b)
2
c)
3
d)
4
6.
What does 'F' equal in denary?
a)
14
b)
15
c)
16
d)
17
7.
What does 'A' equal in denary?
a)
8
b)
9
c)
10
d)
11
8.

What is the denary number 26 in binary form?

(a)  

9.

What is the denary number 13 in binary form?

(a)  

10.

What is the denary number 150 in binary form?

(a)  

11.

What is the binary number 111 in denary form?

(a)  

12.

What is the denary number 27 in binary form?

(a)  

13.

what is 0110 + 1001?

a)

1111

b)

0111

c)

1110

d)

1011

14.

What is 1 + 1 + 1?

a)

0, carry 1

b)

0, carry 0

c)

1, carry 1

d)

1, carry 0

15.

What is the effect of applying a binary left shift 1 on a binary number?

a)

Double the number

b)

Halve the number

c)

Decreases the number by 2

d)

Increases the number by 2

16.

What is the effect of applying a binary right shift 2 on a binary number?

a)

Multiply by 4

b)

Divide by 4

c)

Decreases the number by 4

d)

Increases the number by 4

17.

State the result (in binary) of 00010100 divided by 10

(a)  

18.

State the result in binary of 1000 x 100

(a)  

19.

Which of the following statements about hex is NOT true?

a)

Images are stored as / processed as hexadecimal in a computer

b)

Hex is used to represent colours in image editing software

c)

Hexadecimal numbers require less memory to store than binary numbers

d)

Hex numbers are easier for humans to remember than binary

20.

What is the binary number 1011111 in denary form?

(a)