Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

A Level - Data representation Revision quiz

Total questions: 74

Worksheet time: 37mins

Name
Class
Date
1.

A hexadecimal value is much easier to read and remember than a string of binary digits

a)

True

b)

False

2.

Using hex is quicker to write or type, since a hex digit takes up only one character, not four

a)

True

b)

False

3.

Hex is used to define colours, in MAC addresses, in ........ languages and machine code

a)

event driven

b)

alternative

c)

assembly

4.

There is more chance of making an error when typing hex characters than a string of 1s and 0s.

a)

True

b)

False

5.

Why is the answer to 24 significant?

a)

Represents a maximum number of 16 if 1111 are occupied! 4

b)

Represents a maximum number of 16 if 1111 are occupied! 2

c)

Represents a maximum number of 16 if 1111 are occupied! 16

6.

Hexadecimal uses letters for the values 10 to 15

a)

8 to 15

b)

12 to 15

c)

10 to 16

d)

10 to 15

7.

Which numbering system is known as base 8?

a)

Octal

b)

Hex

c)

binary

8.

Decimal numbers are easy to understand but they are not easy to use in electronics. Also

a)

they can store less numbers in binary.

b)

they can store more numbers in binary.

c)

they can store more unlimited numbers in binary.

9.

Rational numbers (Q) include values that can be expressed as fractions or ratios

a)

values that can be expressed as whole numbers or ratios

b)

values that can be expressed as fractions or negative numbers

c)

values that can be expressed as fractions or ratios

10.

Any whole number that can be written as a fraction.

a)

rational number

b)

order number

c)

un ordered number

d)

irrational number

11.

Errors when a datatype used to store data wasn't big enough to hold data.

a)

ultraflow

b)

underflow

c)

overflow

d)

sideflow

12.

ASCII stands for:

a)

American Standard Cover for Information Interchange

b)

American Structural Code for Information Interchange

c)

American Standard Code for Information Interface

d)

American Standard Code for Information Interchange

13.

Is it any good for the variety of symbols in other languages.

a)

Yes

b)

No

14.

Transission errors are when:

a)

errors can cause bits to flip
from 1s to 0s and 0s to 0s

b)

errors can cause bits to flip
from 1s to 1s and 0s to 1s

c)

errors can cause bits to flip
from 1s to 0s and 0s to 1s

15.

Which of the following is not a way of checking for error detection:

a)

Parity bits

b)

Majority voting

c)

Checksums

d)

Party bits

16.

With majority voting:

a)

Each bit of a message is sent twicw

b)

Each bit of a message is sent once

c)

Each bit of a message is sent three times

d)

Each bit of a message is sent 8 times

17.

With a checksum:

a)

The receiving computer recalculates the checksum based on the data it received and compares it with the checksum received or a known, unexpected value.

b)

The receiving computer recalculates the checksum based on the data it received and compares it with the checksum received or a known, expected value.

c)

The receiving computer recalculates the checksum based on the no data it received and compares it with the checksum received or a known, expected value.

18.

With a checksum:

a)

it is given the value 4 in binary and sent with the real data

b)

it is given the value 8 in binary and sent with the real data

c)

it is given the value 16 in binary and sent with the real data

d)

it is given the value 32 in binary and sent with the real data

19.

With a checksum: I send this coded message to you: We agree on a divisor of 16 (Means that ..... possibilities can be wrong)

a)

15

b)

16

c)

16

d)

32

20.

In an odd parity scheme, what would be the correct parity bit for the binary string:
1101 0001

a)


1101 0001 0

b)

0 1101 0001

c)

0101 0001

d)


1 1101 0001

21.

Left shifts:

a)

Divide

b)

Subtract

c)

Multiply

22.

Complete a 2 place right shift on the binary number:

a)

1 1 1 0 1 0 0 1

b)

0 1 1 0 1 0 0 0

c)

1 0 1 0 0 0 0 0

d)

0 0 0 1 1 0 1 0

23.

Which statement is true?

a)

The 1's complement of a binary number is obtained by inverting all its bits. The 2's complement of a binary number is obtained by adding 1 to the 1's complement of the number.

b)

The 1's complement of a binary number is obtained by inverting all its bits. The 2's complement of a binary number is obtained by multiplying 1 to the 1's complement of the number.

24.

Which statement is true?

a)

The two’s complement of a signed binary value is found by flipping all of the bits and adding one.

b)

The two’s complement of a signed binary value is found by flipping all of the signed bits and adding one.

c)

The two’s complement of a signed binary value is found by flipping all of the bits and subtracting one.

d)

The two’s complement of a signed binary value is found by flipping all of the bits and adding two.

25.

I need to find -77 in two’s complement. How?

a)

Find the negative value first:

b)

Find the positive value first:

c)

Find the last value first:

26.

A 16 bit binary allows for 65,536 unique values. If sign is included, then you lose a bit giving 32,768 values. The issue is '0'. If you have a sign bit, then you could have positive and negative 0.

a)

True

b)

False

27.

With floating point, he higher the number/range of fractional bits the less accuracy can be gained.

Lower range leads to reduced accuracy.

a)

True

b)

False

28.

1 0 0 0 0 + 1 0 1 1 0

a)


100110

b)

100000

c)

111011

d)

110110

29.

1 0 0 1 1 1 - 1 0 0 1

a)

1 0 1 1 0

b)

1 1 1 1 0 0

c)

1 1 1 1 1

d)


1 1 1 1 0

30.

Complete a 1 place right shift on the binary number:

a)

1 0 0 0 0 0 1 0

b)

0 0 0 0 0 1 0 0

c)


0 0 0 0 0 0 1 1

d)

0 0 0 0 0 0 1 0

31.

Resolution doesn’t define the actual physical size of an image.

a)

True

b)

False

32.

Using one bit per pixel allows only 2 values, 0 and 1

a)

True

b)

False

33.

3bits per pixel equates to  1, 4, 8, 16 colours per pixel in an image.3bits per pixel equates to ...... colours per pixel in an image.

a)

2

b)

4

c)

8

d)

16

34.

In 32-bit colour what are the last 8 bits for? opacity/transparency. 

a)

Varied colours

b)

Less colours.

c)

More colours.

35.

An image is captured on a 2 megapixel camera

Image captured with a 24 bit colour depth

Which is the correct answer for calculating the file size?

a)

6,000,054 bytes

b)


6,000,000 bytes

c)

6,200,000 bytes

36.

A raster graphic is composed of

a)

shapes

b)

colours.

c)

pixels 

37.

Vector files are

a)

lousy

b)

lossless

c)

Lossy

38.

Whilst bitmap graphics will often pixelate as you enlarge them, vectors are not mathematically redrawn at whatever size they are set to.

a)

True

b)

False

39.

Which image type is best used for simple shapes or unrealistic images?

a)

Vector

b)

Bitmap

40.

Which image type keeps the same image quality when expanded in size?

a)

Vector

b)

Bitmap

41.

When an analogue signal is measured at regular periods, the amplitude (or voltage of the analogue signal at that point in time) is referred to as the

a)

alternate resolution

b)

perfect resolution

c)

sample resolution

42.

More bits used per sample enables the height of the wave to be more accurately measured but increases file size.

a)

True

b)

alse

43.

Resolution is measured in

a)

Seconds

b)

Megabytes

c)

Bits

d)

Bytes

44.

The frequency or ……. per second affects the level of detail in the digital representation

a)

Sound sample

b)

Bit rate

c)

Sound rate

d)

Sample rate

45.

For calculating a sound file size which of the following is correct?

a)

File size =

sample rate x resolution x length in seconds

 

Nearly all signal that can be sampled are this.  Analogue

b)

File size =

sample rate x resolution x length in bits

c)

File size =

sample rate / resolution x length in seconds

46.

Nearly all signal that can be sampled are this.  

a)

Digital

b)

Analogue

47.

In Nyquist Theorem, because sound is made up of many components each at different frequencies, samples must be ……… the highest frequency in order to replicate the original sound wave.

a)

Once

b)

Twice

c)

Eight times

48.

What is the sample rate measured in? Hz BPS

a)

BPS

b)

Hz

49.

What is the standard Sample Rate for recording a song?

a)

44KHz 

b)

8Kz 

c)

92Kz

50.

Which of these is true?
Increasing the Sample Rate/ Bit Rate increases the ______

a)

Accuracy

b)

Detail

c)

File size

d)

All of the others

51.

What specifically is used to Covert a Binary data to an analogue sound?

 

 

a)

ADC

b)

DAC 

c)

Microphone

d)

Computer

52.

Which statement best describes lossy.

a)

Lossless: Patterns in the data are spotted and summarised in a shorter format without permanently removing any information.

b)

Non-essential data is permanently removed, for example, different shades of the same colour in an image or frequencies of sound outside the range of human hearing.

53.

Lossless compression tries to reconstruct an image without the missing data

a)

True

b)

False

54.

Lossy compression removes data permanently to reduce file size

a)

True

b)

False

55.

Lossy compression keeps the sounds in the frequency ranges that we can’t so easily hear or that least affect the perceived playback quality

a)

True

b)

False

56.

It’s a bit like having codes like having abbreviations for words.  They can later be expanded into the same thing. Another is like having a paragraph to do with types of fruit and having each fruit represent ted by a thumb nail image. Easy to get it back to the original.  Lossy good for software files, easy to transfer in short space of time. Large reduction in file size is most useful. Something called dictionaries are used here. More in this video on the next slide.

a)

Is this Lossy?

b)

Lossless?

57.

A basic method of compression that summarises consecutive patterns of the same data. What is the correct answer?

a)

ERL

b)

ELR

c)

RLE

58.

Dictionary compression spots regularly occurring data and stores it separately in a dictionary. Which of the following is incorrect.

a)

The reference to the entry in the dictionary is stored in the main file thereby reducing the original data stored

b)

Even though the dictionary produces additional overheads the space saving negates this problem.

c)

Even though the dictionary does not produce additional overheads the space saving negates this problem.

59.

In a document the word ‘because’ requires 56 bits of data (7 letters x 8 bits). How many occurances of because have we saved?

a)

54

b)

52

c)

50

d)

49

60.

How many bits was it reduced by?

a)

50

b)

54

c)

58

d)

60

61.

Vernam cyphers. Choose the incorrect answer.

a)

Shared with the recipient by hand, independently of the message and stored immediately after use.

b)

A truly random sequence greater or equal in length than the plaintext and only ever used once.

c)

Shared with the recipient by hand, independently of the message and destroyed immediately after use.

62.

With fixed point numbers, if we want to hold larger numbers, the point must be set further to ..

a)

The right

b)

The left

63.

With 4.6 the closest you can get in fixed point is:

a)

4.1

b)

4.4

c)

4.6

d)

4.5

64.

Whats this number in fixed point? 3.7510

a)

11.00

b)

11.01

c)

10.11

d)

11.11

65.

•The number 75,000 can be represented as

a)

0.75 x 10 Exp5

b)

0.75 x 10 Exp5

c)

0.75 x 10 Exp5

d)

0.70 x 10 Exp5

66.

0.1011010 0011

What is this number in floating point?

a)

0.1011010 x 2 Exp3 1

b)

0.1011010 x 2 Exp3 1

c)

0.1011010 x 2 Exp3  

d)

0.1011011 x 2 Exp3  

67.

For floating point to binary to decimal:

You need to....

Convert 0.1101100 0100 to decimal, assuming an 8-bit mantissa and 4 bit exponent

Write down the mantissa, 0.1101100

Translate the exponent from binary to decimal; 0100 = 4

The binary point of the mantissa has to be moved 4 places right to multiply it by 24

What is the correct answer?

a)

01101.100

b)

01101.101

c)

0110.1100

d)

11101.100

68.

For negative binary to decimal we need to:

1.0010100 0011

Which is incorrect?

a)

The binary point of the mantissa moves 3 places to the right.

b)

Translate the positive exponent to .....

c)

Find the twos complement of the mantissa

d)

Convert the exponent to a negative number.

69.

The twos complement of 1.0010100 is

a)

0.1101101

b)

0.1101110

c)

0.1101100

d)

0.1111100

70.

The number 1.0010100 0011 has a negative mantissa and a positive exponent. What is the number in decimal?

a)

-6.45

b)

6.76

c)

6.75

d)

-6.75

71.

Binary to decimal the point always moves to the...

a)

Right

b)

Left

72.

In floating point if the exponent is negative the point must be moved to the .....

a)

Right

b)

Left

73.

To normalise this number 0.0011010  0100

a)

The binary point needs to move 2 places to the right so that there is a 0 following the binary point

b)

The binary point needs to move 2 places to the left so that there is a 1 following the binary point

c)

The binary point needs to move 2 places to the right so that there is a 1 following the binary point

d)

The binary point needs to move 4 places to the right so that there is a 1 following the binary point

74.

From decimal to normalised binary floating point: 01011000

a)

Move point 7 place left

b)

Move point 7 places right