KLC Revision

KLC Revision
8.2 KLC REVISION
1 / 22
suivant
Slide 1: Diapositive
ComputingUpper Secondary (Key Stage 4)Lower Secondary (Key Stage 3)

Cette leçon contient 22 diapositives, avec quiz interactifs et diapositives de texte.

Éléments de cette leçon

KLC Revision
8.2 KLC REVISION

Slide 1 - Diapositive

Why is it important to have smaller file sizes?

How do we achieve this?

Lossy vs lossless

Lossy compression is a data compression method that deletes some information to achieve an even smaller file size than lossless compression. It is used on video, audio, and many types of image files.

Slide 2 - Diapositive

Slide 3 - Diapositive

In Audio there is data recorded at level humans cannot hear so these are removed, however in documents like Word there is no redundant data therefore they are lossless.

Slide 4 - Diapositive

Image formats

Bitmaps - BMP. It is Lossless (no image data is lost on save) but there's also little to no compression at all, meaning saving as BMP results in VERY large file sizes.

JPG / JPEG - Joint Photographic Experts Group Jpeg format is used for color photographs, or any pictures with many blends or gradients.  it's a Lossy format, and saving the same file over and over will result in more data being lost over time.

GIF - Graphics Interchange Format. Gif format is best used for text, line drawings, screenshots, cartoons, and animations. Gif is limited to a total number of 256 colors or less. GIF uses lossless compression, meaning that you can save the image over and over and never lose any data. The file sizes are much smaller than BMP, because good compression is actually used, but it can only store an finite palette.

Slide 5 - Diapositive

Slide 6 - Diapositive

Smallest
Largest
Organise the objects by size from smallest to largest
Megabyte
Terabyte
Gigabyte
Kilobyte
Byte

Slide 7 - Question de remorquage

How many bits are in a byte?
A
1
B
2
C
4
D
8

Slide 8 - Quiz

Images are made up of bits of data called pixels. Pixels are the smallest unit of a digital image. Each pixel is a small square that contains a colour.
The combination of pixels creates the whole image.

Slide 9 - Diapositive

The number of pixels is called the resolution. The resolution of an image is calculated the same way as the area of a square:
width * height


12 * 19 = 
resolution of 

Slide 10 - Diapositive

Color depth, also known as bit depth, refers to the number of bits used to represent the color of a single pixel in an image or on a display. 

Slide 11 - Diapositive

Slide 12 - Diapositive

What is the resolution of Mario?
A
11
B
12
C
23
D
132

Slide 13 - Quiz

What is the colour depth?
A
4
B
2
C
12
D
132

Slide 14 - Quiz

What colour is 11?
A
White
B
Red
C
Blue
D
Black

Slide 15 - Quiz

Slide 16 - Diapositive

How do we get 91 ?

Slide 17 - Question ouverte

What is 11011101 in denary?
A
201
B
221
C
255
D
8

Slide 18 - Quiz

How do we solve this?

Slide 19 - Diapositive

What does 1 + 1 = in binary
A
0
B
1
C
2
D
0 carry 1

Slide 20 - Quiz

1010 + 0001

A
1011
B
1111
C
10110
D
1001

Slide 21 - Quiz

How do we check 1010 + 0001?

Slide 22 - Question ouverte