1.3 InfoRepr&Multimedia.compression Flashcards

(26 cards)

1
Q

What is lossless file compression?

A

A compression method where the original file can be fully restored after decompression.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is lossy file compression?

A

A compression method where some original data is lost during compression, making it impossible to fully restore the file.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is JPEG compression based on?

A

The inability of the human eye to notice certain colour changes and hues.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What type of files use MP3/MP4 compression?

A

Music and multimedia files

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is audio compression?

A

A method to reduce sound file size using perceptual music shaping.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is perceptual music shaping?

A

A technique that removes sounds outside the normal human hearing range to reduce file size.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is bit rate?

A

The number of bits per second that can be transmitted over a network, measuring data transfer speed.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is Run-Length Encoding (RLE)?

A

A lossless file compression technique used to reduce text and photo file sizes.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Why is file compression important?

A

To save storage space and reduce transmission or streaming time.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Why is lossless compression used for critical data files?

A

Because it preserves all original data, ensuring no loss of important information.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

How does lossy compression decide which data to remove?

A

Algorithms determine which parts of the file are essential and which can be discarded without significant impact.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is MP3 compression used for?

A

MP3 compression is used to reduce the size of music and sound files by about 90% while maintaining acceptable quality.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

How does MP3 compression achieve such high size reduction?

A

It uses perceptual music shaping to remove frequencies outside human hearing and eliminate quieter overlapping sounds.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Why is MP3 considered a lossy compression format?

A

Because some original data is permanently lost during compression, meaning the original file cannot be fully reconstructed.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is bit rate in MP3 compression?

A

The number of bits per second used when creating the file, typically ranging from 80 to 320 kbps, affecting sound quality.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is the main difference between MP3 and MP4 formats?

A

MP3 stores only sound files, while MP4 supports multimedia, including music, videos, photos, and animations.

17
Q

How does MP4 compression benefit video streaming?

A

It allows videos to be streamed over the internet without significant loss of quality.

18
Q

What is the impact of JPEG compression on images?

A

JPEG compression reduces both the file size and image quality by a factor of 5 to 15, depending on the original quality.

19
Q

Why is JPEG compression considered lossy?

A

Because once the compression algorithm is applied, the original image cannot be reconstructed.

20
Q

Can vector graphics be compressed?

A

Yes, scalable vector graphics (.svg) can be compressed as they are defined in XML text files.

21
Q

What is Run-Length Encoding (RLE)?

A

A form of lossless file compression that reduces the size of repeated adjacent data by encoding them into two values: count and data item.

22
Q

When is RLE most effective?

A

When there are long runs of repeated data, such as consecutive identical pixels in an image or repeated characters in text.

23
Q

How does RLE work with text data?

A

It replaces sequences of repeated characters with a count and the character itself, reducing storage requirements.

24
Q

How does RLE work with images?

A

It replaces consecutive identical pixels with a count and the pixel value, reducing image file size.

25
What are general methods to reduce movie file size?
Reduce sampling rate, sampling resolution, and frame rate.
26
What are general methods to reduce image file size?
Crop the image, decrease the colour/bit depth, and reduce the image resolution.