Search Header Logo
Autumn mocks revision

Autumn mocks revision

Assessment

Presentation

Computers

9th Grade

Medium

Created by

Roy Duguid

Used 5+ times

FREE Resource

48 Slides • 23 Questions

1

media

Teams > Revision
> Revision Autumn 2> Do Now

2

Revision for Autumn Mocks

  • Binary conversion

  • Hexadecimal conversion

  • Binary Addition

  • Binary Shifts

  • Character sets

  • Units of information

  • Sound

  • Images

  • Compression (lossy and lossless)

3

media

4

media

5

​Hexadecimal numbers are a base-16 system as there are 16 digits.
The first ten digits are 0 to 9, and the remaining 6 digits are represented by the letters A, B, C, D, E and F. It is used in computing as each 8-bit binary number needs only two hexadecimal digits, and is much easier to write.

6

Hex is useful because large numbers can be represented using fewer digits. For example, colour values and MAC addresses are often represented in hex.

Additionally, hex is easier to understand than binary. Programmers often use hex to represent binary values as they are simpler to write and check than when using binary.

7

media

8

Why use Hex?

A byte of data like 10110111 can be written as B7 in hexadecimal.

9

media

10

media

​01011100

11

media

​0101 1100

12

media

1100

​0101 1100

​0101

13

media

1100

​0101 1100

​0101

​8 4 2 1

​8 4 2 1

14

media

1100

​0101 1100

​0101

​8 4 2 1

​8 4 2 1

​5

​12

15

media

1100

​0101 1100

​0101

​8 4 2 1

​8 4 2 1

​5

​12

​5

C

16

media

17

media

18

media

19

media

20

media

21

media

22

media

23

media

24

media

25

media

26

media

27

media

28

media

29

​Calculating file size

​Size of sample =

(number of samples per second) x (number of bits per sample) x (length of sample in seconds)

sample rate x bit depth x time​

media

30

​Calculating file size

​Size of sample =

(number of samples per second) x (number of bits per sample) x (length of sample in seconds)

sample rate x bit depth x time​

media

31

​Calculating file size

​Size of sample =

(number of samples per second) x (number of bits per sample) x (length of sample in seconds)

sample rate x bit depth x time​

​Calculate the file size in bits for a 0.5 minute sound recording that has used a sample rate of 500 Hertz (Hz) and a sample resolution of 4 bits.  

32

media

33

Pixel

Picture Element

A single point (of colour) in an image

media

34

media

35

media

​0 = White
1 = Black

36

media

37

media
media

38

media

39

media

​image file size=
resolution x bit depth



image file size = colour depth x image height (px) x image

width (px)

File size

40

media
media

The image on the right-hand side was
originally 1.53 megabytes.

Lossy compression: image example

41

media
media

When this bitmap image file
is compressed, the size reduced from 1.53
megabytes to 252 kilobytes.
Achieving a reduction in file size
of around 90%.

This is a huge difference in file size,
yet the pictures look very similar to
the human eye.

Lossy compression: image example

42

media

Lossy compression:
image example

43

media
media

Another example of lossy compression is
MP3.

When sound is recorded, it will include
samples of sounds that the human ear
cannot hear. (very high-pitched sounds
or very low-pitched sounds)

When a WAV file is compressed to
create an MP3 file, the compressed file
is typically 90% smaller than the original.

Think of how long podcasts / audiobooks can be and the amount of sound that is recorded but unneeded / unheard

Lossy compression: sound example

44

media

45

media

46

media

47

media

48

media

49

Multiple Choice

Calculate the binary addition:
01
11
Use binary addition rules + whiteboards!
1
101
2
11
3
111
4
100

50

Multiple Choice

Calculate the binary addition:
01111
11011
Use binary addition rules + whiteboards!
1
101010
2
11101001
3
11001011
4
1010101111

51

Multiple Choice

Question image
Calculate the binary addition:
Use binary addition rules + whiteboards!
1
10100100
2
10010100
3
11000100
4
01011110

52

Multiple Choice

Convert 128 into 8 bit Binary

1

1000 0000

2

0100 0000

3

1111 1111

4

1280 0000

53

Multiple Choice

Convert 20 into 8 bit Binary

1

0001 0100

2

10100

3

0010 0100

4

0000 0010

54

Reorder

Reorder the following from smallest to largest

bit

Byte

Kilobyte

Megabyte

Gigabyte

1
2
3
4
5

55

Dropdown

To get from Terabytes to megabytes you ​
by 1000 then​
​ by 1000

56

Fill in the Blanks

Type answer...

57

Fill in the Blanks

Type answer...

58

Multiple Choice

What is the possible effect of a binary right-shift operation?

1

Loss of precision

2

Increased precision

3

Loss of bits

4

Increased number of bits

59

Multiple Choice

How many bits are used in (standard) ASCII? (1-4

1
16
2
1
3
7
4
8

60

Multiple Choice

What is a benefit of extended ASCII?

1

All major languages can be represented

2

Many European languages can be represented as accents are included

3

Nothing as it just uses more space to store each letter

61

Multiple Choice

The more often you record a sample the ___________ the playback will sound

1

Lower

2

Worse

3

Louder

4

Smoother

62

Multiple Choice

The number of samples taken per second is called

1

sample rate

2

frequency rate

3

analogue rate

4

digital conversion rate

63

Multiple Choice

The amount of bits allocated per sample is called the

1

bit rate

2

sample rate

3

bit depth

4

bit sample

64

Multiple Choice

The bit rate is calculated using..

1

Sampling Frequency x Sample Size

2

Whole sample size x sample depth

3

sample height x width

65

Multiple Choice

The calculation to get the file size is...

1

sample rate(bits) x bit depth(Hz) x time(s)

2

sample rate(Hz) x bit depth(bits) x time(hours)

3

sample rate(s) x bit depth(Hz) x time(s)

4

sample rate(Hz) x bit depth(bits) x time(s)

66

Multiple Choice

A pixel is...

1
a type of computer software for image editing.
2
a color filter used in photography.
3
the smallest unit of a digital image or display.
4
the largest unit of a digital image or display.

67

Multiple Choice

Colour depth is...

1
the resolution of a digital image
2
the size of the image file in bytes
3
the total number of colors in an image
4
the number of bits used to represent the color of a single pixel in a digital image

68

Multiple Choice

If an image has only the colours black and white how many bits are needed to store the colours?

1
2 bits
2
1 bit
3
8 bits
4
4 bits

69

Multiple Choice

If 4 bits are used how many colours can be stored in an image?

1
16
2
32
3
4
4
8

70

Multiple Choice

The formula to work out image resolution is...

1
Width + Height in pixels
2
Width - Height in pixels
3
Width x Height in inches
4
Width x Height in pixels

71

Multiple Choice

Metadata is...

1
Data about images.
2
Data about users.
3
Data about files.
4
Data about data.
media

Teams > Revision
> Revision Autumn 2> Do Now

Show answer

Auto Play

Slide 1 / 71

SLIDE