wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Data Representation

Total questions: 20

Worksheet time: 49mins

Name
Class
Date
1.

Convert the following binary numbers to denary.

0000 1011 __

0010 1101 __

0000 1110 __

(a)  

2.

Convert the twos complement binary to denary number

1111 1001

(a)  

3.

Convert the following hexadecimal number to binary number

6E 25 ____ ____ ____ ____

(a)  

4.

Please select the data that is most commonly written in hexadecimal numbers.

a)

Colour code

b)

IPv4

c)

IPv6

d)

MAC address

e)

File size

5.

An ________ error will occur if the value is greater than ___ in an 8-bit register.

(a)  

6.

1 PiB = __ Bytes

a)

2302^{30}

b)

2402^{40}

c)

2502^{50}

d)

2602^{60}

e)

πr2\pi r^2

7.

1 Nibble = __ Byte

a)

0.1

b)

0.5

c)

2

d)

4

e)

8

8.

There are two types of character sets, _____ for common characters and _______ for a greater range of characters.

(a)  

9.

Which metadata is the two images mainly different from?

a)

Sample Resolution

b)

Sample Rate

c)

Resolution

d)

Colour Depth

e)

Format

10.

What is sample resolution?

a)

the number of samples taken in a second

b)

the number of bits per sample

c)

the number of pixels in the image

d)

the number of bits used to represent each colour

e)

Obtuse Angle

11.

Calculate the size of image before compression. 8-bit colour depth, 1024x600 resolution. Give your answer in Kib and round to the nearest whole number.

(a)  

12.

Calculate the file size, for a 1 minute audio, with sample resolution 16 bit and sample rate 44100HZ. Round the file size to the nearest MiB.

(a)  

13.

An audio file has a sample rate 96000Hz, sample resolution 8 bits recorded in stereo channel. Duration of audio is 2 minutes. What is the size of the uncompressed file?

a)

10MiB

b)

11MiB

c)

20MiB

d)

21MiB

e)

22MiB

14.

There are two types of file compression methods, _____ and ________ compression.

(a)  

15.

Which compression type reduce more file size? (length of answer is not fixed)

(a)   compression

16.

Which compression type has better quality? (length of answer is not fixed)

(a)   compression

17.

What is colour depth?

a)

the number of samples taken in a second

b)

the number of bits per sample

c)

the number of pixels in the image

d)

the number of bits used to represent each colour

e)

obtuse angle

18.

Name the term representing the number of pixels in the image.

(a)  

19.

Name the term describing the number of bits per sample.

(a)  

20.

Finish the following code

________ myfile.txt ___ _____

_________ myfile.txt "hello"

_________ myfile.txt

(a)