3.3 Fundamentals Of Data Representation Flashcards

1
Q

What is a bitmap image?

A

Image of grid of pixels, that’s a picture element, smallest area or bitmap graphic
Each pixel represented by bit pattern (colour)
Image size = WxH of pixels
File size = colour depth x image size

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

Affecting factors of file size

A

More colours more colour depth more storage
More pixels higher resolution more storage

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

Finding colour depth

A

Eg 20 colours
20-1 =19
19 in binary = 1111
= 4 bits to represent

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

Storing analogue sounds

A

microphone
Transducer converts analogue sound into electrical signals
Then converted to digital binary values (=sampling)

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

File size of sound

A

In bits
Sampling rate per second x sample resolution x seconds

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

Data compression define
Why?

A

Modify data to Reducing file size
Less storage capacity, Less time to transfer, less network bandwidth consumption

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

Two kinds of compression

A

Lossy and lossless
Lossy is irreversible and data is lost

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

Example of lossless compression

A

Run length encoding eg (4 1), (2 0) 111100
Huffman coding those tree graphs + freq table

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

why is ASCII limited?

A

ASCII only has 7 bits so can only code for latin alphabet, 128 characters , so other alphabets are not represented for

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

why is unicode more accessible

A

unicode codes for 8 or 16 bits, so maximum can code for 65536 characters, more universal to represent for other alphabets beyond latin

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

how is analogue sound recorded

A

microphone picks up sound waves
converted to an electrical analogue signal
value read and rounded
binary representation stored

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

why a sound recordin with high sample rate normally result in better quality recording

A

more measurements taken
= less missing parts of original sound
= more accurate

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

stages in converting sound to a digital form

A
  1. microphone picks up sound waves, sampling rates at regular intervals
  2. converted to electrical analogue signal
  3. value read at specific point and rounded to a level
  4. binary values stored
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

define sample resolution

A

number of bits to represent a sound sample

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

define sampling rate

A

number of samples taken per second

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

why must a sound be converted to a digital format before it can be stored on a computer system?

A

computer systems use binary storage
sound is analogue / continuous