Unit 1 Flashcards

1
Q

Formula for file size in an image

A

Image resolution x colour depth

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

Define bitmap image

A

Image made of 2-D matrix of pixels

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

Define pixel

A

Smallest element used to make an image (single element of bitmap image)

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

Define colour depth

A

The number of bits used to represent the colours of a pixel

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

Define screen resolution

A

Total number of pixels on a screen (HxL)

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

Define Image resolution

A

Total number of pixels per inch in an image

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

What is the relationship between image quality and colour depth and image resolution?

A

If you increase colour depth or/and image resolution, the image quality increases

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

What is the relationship between file size and colour depth and image reoslution?

A

If you increase colour depth or/and image resolution, the file size increases

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

Define sampling rate

A

how many samples are collected in 1 second

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

Define sample resolution

A

How much memory (bits) needed for 1 sample

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

Formula for file size in an audio

A

Sample rate x Sample resolution x Length of audio

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

Sample rate units

A

Hz (hertz)

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

Sample resolution units

A

Bits

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

File size units in an audio

A

Bits

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

Define Lossy compression

A

If you compress and file, you lose some portion of it (portion of file is lost) (lose samples, colour depth, pixels, etc…)

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

Define Lossless compression

A

If you compress a file, you lose nothing. When you decompress the file, you get everything back (Nothing is lost when file is compressed)

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

Is audio compression lossy or lossless?

A

lossy compression

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

In what ways is audio compressed?

A

-Take away samples (reduce sample rate)
-Reduce sample resolution
-Cut frequency (Hz) lower and higher than human hearing range (remove frequency out of range)
-If there is a smaller, similar sound, get rid of it because you can’t hear it anyways (remove softer sound)

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

What is compressing audio called?

A

Perceptual music shaping

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

Is video compression lossy or lossless?

A

Lossy compression

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

In what ways can you compress a video?

A

-reduce quality
-compress all audio (reduce sampling rate and sample resolution
-reduce the number of frames
-reduce pixels on frames
-reduce frame rate

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

Is image compression lossy or lossless?

A

Lossy compression

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

In what ways can you compress an image?

A

-Crop image (remove part of image)
-Reduce colour depth
-Reduce bit depth
-Reduce image resolution

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

Define run-length encoding

A

Encoding running characters. A lossless file compression technique used to reduce the size of text and photo files in particular

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
Is run-length encoding lossy or lossless compression?
Lossless compression
26
What is the order of Denary Units from smallest to biggest?
bits -> bytes -> KB -> MB -> GB ->TB -> PB
27
What is the order of Binary Units from smallest to biggest?
bits -> bytes -> KiB -> MiB -> GiB -> TiB -> PiB
28
By how much does Binary Units increase by?
1024 (2 to the power of 10)
29
By how much does Denary Units increase by?
1000 (10 to the power of 3)
30
By how much does Hertz increase by?
1000 (10 to the power of 3)
31
What is the order of Hertz from smallest to biggest?
Hz -> KHz -> MHz -> GHz -> THz -> PHz
32
What is the safe method for converting units in audio?
Sample Rate -> Hertz (Hz) Sample Resolution -> Bits Time -> Seconds
33
What is the relationship between audio quality and sample rate and sample resolution and file size?
If the sample rate and/or sample resolution increases, the audio quality increases and the file size increases
34
What is 30 frames per second?
30 colours showed in a second in a single pixel
35
What is the relationship between pixel number and image quality and file size?
If the number of pixels increases, the image quality increases and the file size increases
36
How many bits is 1 byte?
8
37
Define information
Processed data (look at data and generate it)
38
Define data
Raw. Just there. (Images, videos, audio, text)
39
Do you use lossy or lossless compression when compressing a text file?
Lossless compression
40
If you know the upper case letter, how do you find the lower case letter?
Add 32
41
When shifting does not work out, what is it called?
An error as the numbers overflowed. Not enough space in the register to store this data. OVERFLOW ERROR
42
When you shift to the left 3 times, how many times is the number multiplied?
8
43
When you shift to the right 2 times, how many times is the number divided?
4
44
When you increase the unit (KB/KiB), do you divide or multiply?
divide
45
Define bit
Binary digit
46
Give 2 reasons why computers use binary numbers rather than denary numbers
Computer circuits are made up of switches/transistors that can be on (1) or off (0)
47
Give 3 reasons why it is necessary to reduce the size of a file
-Save storage -Reduce file size to be able to send it -Faster to upload/download file
48
Explain the difference between lossy and lossless file compression
Lossless compression can be reconstructed to the original file when its uncompressed but lossy compression cannot be reconstructed to the original file once it has been compressed
49
Explain the difference between ASCII code and Unicode
ASCII code is a 7-bit code that has 32 control characters and is found in the standard keyboard. there is also an Extended ASCII code that uses a 8-bit code for non-english users. It also uses 1 byte for 1 character. Unicode represents all languages and the first 128 characters are the same with ASCII code but Unicode can support thousands of more different characters. It also uses 4 bytes for 1 character
50
In a binary number, what is the right most bit called?
Least significant bit
51
In a binary number, what is the left most bit called?
Most significant bit
52
What is shifting binary numbers called?
Logical shift
53
Define ASCII code
7-bit code character set used to represent all characters found on a standard keyboard and 32 control codes
54
Define Unicode
A character set which represents all the languages of the world (the first 128 characters are the same as ASCII code) It also uses 4 bytes for 1 character
55
How does lossless compression compress a text file?
A compression algorithm called Run length encoding is used and any repeating words/characters/phrases/patterns are identified and indexed with their number of occurrences and their position
56
What are temporary files where no compression has been applied called?
Raw bitmap files
57
How are texts converted to binary to be processed by the computer?
Each character has a unique binary value so a character set is used such as Unicode or ASCII code and then converted.
58
How is a file compressed using lossless compression?
Repeated words/patterns are indexed and replaced with numerical values. No data is lost in the process
59
1 example of the use of lossless file compression
Run length encoding
60
1 example of the use of lossy file compression
Mpeg3
61
What are 2 benefits using hexadecimal instead of binary values?
-Easier to debug -Easier to represent