wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

iGCSE Computer Science: Data

Total questions: 69

Worksheet time: 42mins

Name
Class
Date
1.
Which of these input signals is a digital quantity?
a)
thermometer
b)
light sensor
c)
live music
d)
webcam
2.
Computers use binary to represent data and programs because ...
a)
CPUs have millions of transistors which have two possible states
b)
Boolean logic only has two possible states
c)
Alan Turing suggested that in an academic paper
d)
it's a simpler system than decimal
3.

What is the binary number 10101 in decimal?

a)

1000

b)

8

c)

21

d)

15

4.

Computers use binary to represent data and programs because ...

a)

CPUs have millions of transistors which have two possible states

b)

Boolean logic only has two possible states

c)

Alan Turing suggested that in an academic paper

d)

it's a simpler system than decimal

5.

Which is the binary version of 13?

a)

1111

b)

1110

c)

1101

d)

1001

6.

With 6 bits of data how many different items of data can be represented?

a)

64

b)

32

c)

128

d)

6

7.

How many bits are there in one byte of data?

a)

8

b)

2

c)

10

d)

1000

8.

How many bits of data do you need to represent 512 different values?

a)

9

b)

512

c)

8

d)

10

9.

Which is the character set of the hexadecimal number system?

a)

0, 1

b)

0, 1, 2, 3, 4, 5, 6, 7, 8, 9

c)

0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16

d)

0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F

10.

Why is the hexadecimal number system useful in Computer Science?

a)

Because 16 is a power of 2

b)

Because it shortens binary data by 75%

c)

Because computers originally only understood hexadecimal

d)

Because it's easier to do calculations in hexadecimal than binary

11.

Select all answers that correctly define one byte of data

a)

8 bits

b)

1/1024 of a Kibibyte

c)

0 or 1

d)

2 nybbles

e)

Amount of storage space required by one character in the Extended ASCII system

12.

What is 00001101 + 10101010

a)

10110111

b)

11110101

c)

10111000

d)

01001000

13.

In what ways is Sign and Magnitude representation different from Two's complement?

a)

More than one way to represent zero

b)

Binary addition does not always give correct result

c)

Takes up more storage space

d)

Can represent a smaller range of values

14.

In any binary number, what is the Most Significant Bit (MSB)?

a)

Bit with the highest place value

b)

Most important bit

c)

Bit furthest to the right

d)

Bit furthest to the left

15.

What is the 8-bit Two's complement representation of -28?

a)

11100100

b)

11100101

c)

00011010

d)

11001100

16.

What is the hexadecimal number for the binary number 10111001

a)

B9

b)

A9

c)

B10

d)

9B

17.

Where are hexadecimal numbers used (select all that apply)

a)

IPv4 addresses

b)

IPv6 addresses

c)

MAC addresses

d)

24 bit RGB colours

e)

Memory dumps

18.

What is the largest number that can be represented by two digits in hexadecimal?

a)

AA

b)

FF

c)

255

d)

4

19.

Which is the odd one out?

a)

a nybble

b)

1110

c)

half a byte

d)

4 bits

e)

4

20.

ASCII is an encoding system for text. What does ASCII stand for?

a)

American Standard Code for Information Interchange

b)

All System Code In Internet

c)

American Simple Code for Interesting Information

d)

Alpha Super Code Input Information

21.

How many bits was used to encode the original ASCII character set?

a)

7

b)

8

c)

16

d)

4

22.

What type of data is stored in the first 32 ASCII codes?

a)

Control codes

b)

Letters A-Z

c)

Numbers

d)

Punctuation symbols

23.

The Extended ASCII system uses 8 bits per character instead of 7 bits. How many different characters can be represented in 8 bits?

a)

1024

b)

8

c)

128

d)

256

24.

If 01000001 (65) is the ASCII code for the letter 'A' what is the binary code for 'E'?

a)

01000011

b)

01000101

c)

01000110

d)

01000111

25.

If 065 is the ASCII code for 'A' and 097 is 'a', what text is encoded by: 085 110 105 099 111 100 101 032 097 110 100 032 065 083 067 073 073

a)

Compute the codes

b)

Unicode and ASCII

c)

ASCII is for text

d)

Computing is cool

26.

If 097 is the ASCII code for lower case 'a', which is the correct encoding of the text "The quick brown fox"

a)

084 104 101 032 113 117 105 099 107 032 098 114 111 119 110 032 102 111 120

b)

067 117 114 105 111 117 115 032 103 114 101 101 110 032 105 100 101 097 115

c)

067 111 109 112 117 116 105 110 103 032 105 115 032 099 111 111 108 033 033

d)

084 104 101 032 115 108 111 119 032 111 108 100 032 104 111 114 115 101 032

27.

How many characters are currently represented (in 2017) by the Unicode system?

a)

21,977

b)

1,250,569

c)

75,004

d)

136,690

28.

UTF-8 is the most common encoding system on the web for Unicode. What does UTF stand for?

a)

Universal Text Format

b)

Unicode Transformation Format

c)

Unicode Text Free

d)

Use The Force

29.

What version is the latest and most current version of Unicode?

a)

9.0

b)

10.0

c)

12.0

d)

5.0

30.

Pixels get their colour from a combination of which colours?

a)

cyan magenta yellow black

b)

red green blue

c)

primary colours

d)

black white

31.

Which factors affect the file size of a bitmap image? (select all that apply)

a)

pixel density

b)

image dimensions

c)

colour depth

d)

software used to create it

e)

format of image meta-data

32.

If an image has a colour depth of 8 bits then the number of possible colour shades is ... ?

a)

256

b)

8

c)

16

d)

2014

33.

If an image has a colour depth of 65,536 colours, then the number of bits used to represent each pixel is ...

a)

64

b)

10

c)

8

d)

16

34.

The True Color bitmap standard uses 24 bits to represent every pixel. How many possible colour shades does this allow?

a)

16,777,216

b)

65,536

c)

24

d)

48

35.

Which of these image file formats involves lossy compression?

a)

.gif

b)

.png

c)

.jpg

d)

.bmp

36.

Which of these image file formats involves lossless compression? (select all that apply)

a)

.gif

b)

.png

c)

.jpg

d)

.bmp

37.

Which image file format is uncompressed?

a)

.bmp

b)

.png

c)

.jpg

d)

.gif

38.

The density of pixels in an image is measured by ...?

a)

pixels per inch

b)

dots per cm

c)

pixels per cm

d)

width * height

39.

What is the correct term for the amount of pixels that make up a digital image?

a)

pixellation

b)

resolution

c)

resolvation

d)

density

40.

Pixels are normally stored using three RGB colour values that can range from 0 up to ...

a)

7

b)

256

c)

255

d)

16,700,000

41.

What are the smallest elements of a digital image called?

a)

colors

b)

bits

c)

dots

d)

pixels

42.

What piece of hardware is used to sample a sound wave?

a)

Digital-analogue converter

b)

Wave synthesizer

c)

Microphone

d)

Analogue-digital converter

43.

What does the bit rate of a sampled sound refer to?

a)

The number of bits used for 1 second of audio

b)

The number of bits used for every sample

c)

The final file size of the sampled sound

d)

The speed at which the sampled sound is played back

44.

What is the standard sampling frequency for CD audio?

a)

20,000 Hz

b)

44,100 Hz

c)

33,300 Hz

d)

96,000 Hz

45.

What is the main uncompressed audio file format?

a)

.mp3

b)

.mp4

c)

.wav

d)

.mov

46.

What is most commonly used compressed audio file format?

a)

.wav

b)

.mp3

c)

.mp4

d)

.ogg

47.

One factor that affects the quality of digital audio is the bit depth. What does this refer to?

a)

The number of bits used to store each sample

b)

The overall size of the sampled sound

c)

The number of bits needed for 1 second of audio

d)

The number of samples taken every second

48.

Which of these are factors in determining the amount of storage needed for a digitally sampled sound? (select all that apply)

a)

The number of samples taken per second

b)

The bit depth per sample

c)

The length of the sampled sound

d)

The range of wave frequencies present in the sound

e)

The type of audio sampled (voice, music, etc)

49.

Which of these are factors in determining the quality of a sampled sound? (select all that apply)

a)

The number of samples taken per second

b)

The number of bits used to store each sample

c)

The length of the sampled sound in seconds

d)

The range of wave frequencies present in the sound

50.

Which of these variables affect the file size of a sampled sound? (select all that apply)

a)

the bit depth

b)

the sampling frequency

c)

the bit rate

d)

the length of the sampled sound

e)

the type of sound (speech, music etc)

51.

What is the name of a popular freeware audio manipulation software?

a)

Soundshop

b)

Sonacity

c)

Audacity

d)

Wave Studio

52.

Which of these are recognised types of file compression? (select all that apply)

a)

lossless

b)

lossy

c)

superchannel

d)

standard

e)

redundant

53.

What are the main reasons to compress data? (select all that apply)

a)

To reduce secondary storage space

b)

To maximise the available RAM memory

c)

To speed up network transmission times

d)

To optimise the data

e)

To reduce packet congestion on networks

54.

Which of these are recognised lossless compression algorithms? (select all that apply)

a)

RLE

b)

LZ-77 (dictionary coder)

c)

Caesar cipher

d)

Merges sort

55.

What is the correct Run-length encoding for the data: cccmmmmmsssssdcccccc

a)

3c5m5s1d6c

b)

c3m5s5d1c6

c)

cmsdc35516

d)

cccmmmmmsssssdcccccc

56.

Which of these image file formats support lossless compression techniques? (select all that apply)

a)

JPG

b)

PNG

c)

GIF

d)

BMP

e)

SVG

57.

Which of these audio file formats support lossy compression?

a)

FLAC

b)

MP3

c)

WAV

d)

OggPCM

e)

WMA

58.

What is the correct order of memory storage units from smallest to largest?

a)

KiB MB MiB GB TiB

b)

KiB MiB MB TiB GB

c)

MB MiB KB GB TiB

d)

KB GB MB MiB TiB

59.

What is the name of the lossy compression algorithm used in JPG image compression?

a)

Discrete Cosine Transform

b)

Abstract Sinusoidal Mutation

c)

Run-length encoding

d)

LZ-77

60.

On which of these data strings would you expect a dictionary-based lossless compression algorithm like LZ-77 to achieve the highest compression ratio?

a)

This is an endless loop. This is an endless loop. This is an endless loop. This is an endless loop. This is an endless loop. This is an endless loop. This is an endless loop. This is an endless loop.

b)

lpumf yxidt mgcwo aiyfj nqyuj znhja vjacx vewcf jmxgy suqwj dvnzq zcops gpsbz rgxox sxypw mvvun cxxda dfixa burli sitbh ljprx uqehk aggap btnep ispxx zmuus ndbyd hwplq zbwgd pznkr zkdbp ssedo

c)

Grumpy wizards make toxic brew for the evil Queen and Jack

d)

Old MacDonald had a farm

E-I-E-I-O

And on his farm he had a cow

E-I-E-I-O

With a moo-moo here

And a moo-moo there

Here a moo, there a moo

Everywhere a moo-moo

Old MacDonald had a farm

E-I-E-I-O

61.

On which piece of data would you expect the run-length encoding algorithm to achieve the highest compression ratio?

a)

Nellie the Elephant packed her trunk

And said goodbye to the circus

Off she went with a trumpety-trump

Trump, trump, trump

b)

Computer Science is great Computer Science is great Computer Science is great Computer Science is great Computer Science is great Computer Science is great Computer Science is great

c)
d)
62.

What type of modelling is being exploited in mp3 audio lossy compression?

a)

psychological

b)

psychokinetic

c)

physiological

d)

psychoacoustic

63.

Asymmetric encryption is when ...

a)

a message is encrypted and decrypted using two different keys: a public one and a private one

b)

only one message can be encrypted at a time

c)

An encrypted message is received, but there is no requirement to return an encrypted message

d)

There is no key available to decrypt an encrypted message that has been received

64.

Which of these encryption algorithms do you need to know about for iGCSE Computer Science? (select all that apply)

a)

Caesar

b)

Pigpen

c)

Vigenère

d)

Rail-fence

e)

Vernam

65.

Which is a Caesar cipher?

a)
b)
c)
d)
66.

Which is a Vigenère cipher?

a)
b)
c)
d)
67.

Which is a Pigpen cipher?

a)
b)
c)
d)
68.

Which is a rail-fence cipher?

a)
b)
c)
d)
69.

Select all the statements that are true about the Caesar cipher

a)

It was first used by Roman Emperor Julius Caesar

b)

It is a very secure form of encryption

c)

It does not provide much information 'leakage' for a cryptographer

d)

It can be easily cracked using frequency analysis techniques

e)

It is an example of a substitution cipher