Data representation Flashcards

(8 cards)

1
Q

Image file size formula in bytes

A

(resolution x bit depth) / 8

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

Why is data converted to binary in a computer

A

Computers use logic gates/switches that only process the values 1 and 0

They can only understand 2 states (on and off)

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

Why is hexadecimal used

A

It is easier/quicker to read/understand/debug

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

Why may lossless be used

A

Can revert and access the og file
Is higher quality (bigger tho)
Lossy bad (sometimes)

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

How many bits does ASCII use

A

8

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

How many bits does Unicode use

A

16

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

Sample resoultion

A

The number of bits that are used per sample that provides the variation in amplitude that can be stored for each
sample

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

How does lossless compression work

A

Uses a compression algorithm (RLE)
Repeating words/characters/phrases are identified // Patterns are identified and indexed with number of occurrences and their position

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