unit 3 - data representation

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/58

flashcard set

Earn XP

Description and Tags

exported from anki for the eoy grind

Last updated 10:13 AM on 6/18/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

59 Terms

1
New cards

what are examples of bitmap image file formats?

bmp, jpg, gif, png, tiff

2
New cards

why do we have different image file formats?

for different amounts of storage and different uses

3
New cards

what are bitmap images made up of?

pixels

4
New cards

what is a pixel?

the smallest identifiable area of an image

5
New cards

what is stored in each pixel?

a single colour represented by a binary value

6
New cards

how can a pixel’s colour be changed?

by changing its binary value

7
New cards

what is image resolution?

the concentration of pixels within a specific area

8
New cards

how is image area defined?

by image width and height in pixels

9
New cards

give an example of image dimensions in pixels.

1920 x 1080

10
New cards

what does ppi stand for?

pixels per inch

11
New cards

what does dpi stand for?

dots per inch

12
New cards

what is a typical screen resolution?

72 ppi

13
New cards

what is print quality resolution?

300 dpi

14
New cards

how is a bitmap image created?

each pixel is given a binary value representing a colour

15
New cards

if one bit per pixel is used, how many values are possible?

2 values (0 and 1)

16
New cards

with 1 bit per pixel, what does 1 represent?

black

17
New cards

with 1 bit per pixel, what does 0 represent?

white

18
New cards

how many colours can 1 bpi represent?

2 colours

19
New cards

how many colours can 2 bpi represent?

4 colours

20
New cards

how many colours can 3 bpi represent?

8 colours

21
New cards

what is the formula to calculate number of colours from bits per pixel?

2^number of bits

22
New cards

what happens to file size if the number of colours increases?

file size increases

23
New cards

what happens to file size if the number of pixels increases?

file size increases

24
New cards

what happens to file size if the physical size increases but pixel count stays the same?

no change in file size

25
New cards

what is compression

name given to algorithms which reduce file size

26
New cards

what is decompression

the process where compressed data is restored to original format

27
New cards

what are the two compression types

  • lossy
    - lossless

28
New cards

is lossy better than lossless + why

no as it permanently loses some data

29
New cards

what are lossy comrpession artefacts

small artefacts like pixellation

30
New cards

how does lossless image compression work

the algorithm finds groups of repeating data and records the data once along with the number of repetitions

31
New cards

lossless compression types

RLE and huffman trees

32
New cards

what does RLE stand for

run length encoding

33
New cards

to be deleted

okay

34
New cards

how does lossless text compression work

uses repeated patterns in the original text and encodes each pattern in a dictionary

35
New cards

dyk huffman trees

yes

36
New cards

why do we use compression

"

    37
    New cards
    • download times are reduced

    38
    New cards
    • data allowances go further

    39
    New cards
  • possible to transmit video and music data streams as fast as they are playing
  • "
    40
    New cards

    when does buffering happen

    video or music streaming causes buffering if the download speed is slower than the playback speed

    41
    New cards

    compressed file formats

    • jpg
      - png
      - gif
      - avi
      - zip
      - mp3

    42
    New cards

    to be deleted

    okay

    43
    New cards

    nibble

    4 bits

    44
    New cards

    byte

    8 bits

    45
    New cards

    kilobyte

    8000 bits or 1000 bytes

    46
    New cards

    what type of compression is JPG

    lossy

    47
    New cards

    what type of compression is png

    lossless

    48
    New cards

    what type of compression is zip

    lossless

    49
    New cards

    what type of compression is gif

    lossy

    50
    New cards

    what type of compression is mp4

    lossy

    51
    New cards

    what type of compression is mp3

    lossy

    52
    New cards

    what type of compression is FLAC/ALAC

    losslesswha

    53
    New cards

    what is JPEG used for

    photoswh

    54
    New cards

    what is png used for

    images that may include transparency

    55
    New cards

    what is zip used for

    document compression

    56
    New cards

    what is gif used for

    simple images that may include animation

    57
    New cards

    what is mp4 used for

    video file formatw

    58
    New cards

    what is mp3 used for

    music format

    59
    New cards

    what is FLAC/ALAC used for

    lossless music format