wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

quizname = str(Data Representation)

Total questions: 21

Worksheet time: 25mins

Name
Class
Date
1.

Choose the correct option. (Be careful, tricks are everywhere!)

a)

Hexadecimal is base 10

b)

Binary is base 2

c)

Binary is base 2 and decimal isn't base 10

d)

Binary is base 1

2.

Which of the following numbers is written in binary?

a)

011334000

b)

10110010

c)

'This is a binary number'

d)

10000&00

3.

What is 1001010 in hexadecimal?

a)

4A

b)

4B

c)

74

d)

112

4.

Why is hexadecimal better for programmers?

a)

e = Mc^2

b)

A binary number of length 8 would be 2 digits in hexadecimal

c)

Its base 10 so more number options

d)

What are you saying? Denary is easier!

5.

What is 142 in binary AND hexadecimal? (Binary first)?

a)

1001 1010 and 8E

b)

1000 1110 and 7E

c)

0100 1110 and 8E

d)

1000 1110 AND 8E

6.

Convert 8B to decimal format?

a)

139

b)

138

c)

1000 1011

d)

213

7.

What is a Gigabyte in terms of Kilobytes? (assume 1000KB = 1MB e.t.c.)?

a)

1,000,000,000,000 bytes

b)

10^9

c)

1,000,000 KB

d)

8,000,000,000 Bits

8.

What is the file extension for a JPEG file?

a)

example.jpg

b)

example.JQG

c)

example.jpeg

d)

example.imovietrailer

9.

What is 1001 1010 added to 0101 0101?

a)

1010 0001

b)

0101 1110

c)

1010 0010

d)

I don't know

10.

What is 'G' in ASCII, if 'H' is 0100 1000?

a)

0100 0111

b)

0100 0001

c)

1000 1110

d)

0010 1110

11.

How many bits is extended-ASCII?

a)

16 bits

b)

32 bits

c)

8 bits

d)

7 bits

12.

How many bits is Unicode UTF-32?

a)

32 bits obviously

b)

8 bits

c)

doesn't exist

d)

16 bits

13.

Do you prefer Unicode or ASCII?

a)

Unicode

b)

ASCII

c)

Extended ASCII

d)

I don't have a favourite.

14.

How many colours can a 16 bit image display?

a)

256

b)

65,536

c)

100,000

d)

128

15.

In what format do computer's store sound files?

a)

Digital

b)

Decimal

c)

Analogue

d)

CISW (Computer Interpretation of Sound Waves)

16.

How do you calculate the Bit Rate?

a)

Bit Rate = Sampling Rate * Sampling Resolution.

b)

Bit Rate (amount of Bits per second) = Sampling Rate / Sampling Resolution.

c)

Bit Rate (amount of Bits per second) = Sampling Rate + Sampling Resolution.

d)

Bit Rate = Sampling Rate * Sampling Resolution.

17.

Calculate the file size of 10 seconds of audio at 8,000 Hz with a 4-bit sample resolution.

a)

8000 * 4 * 10

b)

32000 Bits

c)

30000 KB

d)

40 MB (assuming 1000KB = 1 MB)

18.

What type of compression loses no part of the detail of the file?

a)

Lossy

b)

Lose-All-The-Detail

c)

Apple Loseless iTunes

d)

Loseless

19.

What is Run Length Encoding?

a)

aaaaabbbbccc --> 5a4b3c

b)

RLE

c)

aaaaabbbbccc --> 4a3b3c

d)

hello --> he2lo

20.

Can you use RLE to compress an image?

a)

No

b)

Yes

c)

Maybe

d)

I don't know

21.

Did you enjoy the quiz? (1 is not at all and 5 is really fun.)

a)

5

b)

4

c)

3

d)

2

e)

1