Chapter 1 - Fundamentals of Data Representation Flashcards

Suck me hard boiiiiiiii (70 cards)

1
Q

What is needed to convert a file size from bytes to kb or kb to mb?

A

Divide by 1024

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

What is lossless compression?

A

A form of compression that preserves data so that no data is lost. Every bit is retained

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

What image file is lossless?

A

PNG, GIF

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

What is bit rate?

A

The amount of bits that are processed per second

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

What is lossy compression?

A

A loss in data and a loss of quality from the original. parts of the file are deleted selectively

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

What is an advantage of a higher bit depth?

A

A higher sample rate, therefore a higher quality sound.

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

what happens when a bitmap image is enlarged?

A

it becomes pixilated as it gets bigger

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

Name an advantage of Vector images

A

1) Uses less storage

2) Better zoom quality (not pixilated)

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

How do you find the colour depth?

A

2^n

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

What effect will a lower sample rate have?

A

The quality will be lower

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

How do you figure out how many bit combinations to get the full English keyboard (ASCCI)?

A

2^n

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

What is the bit depth definition in regards to sound?

A

The amount of bits assigned to represent a sample.

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

How do you find bits used using ASCII (7 bit)

A

total characters * 7 (7 bit)

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

How many bytes in a terabyte (tB)?

A

1000000000000 10^12 bytes

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

What is index colour?

A

A colour which has been assigned to a binary number and then pulled from the pallet

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

Name two vector file types

A

AI, SVG, SWF

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

Name two bitmap file types

A

GIF, PNG, JPEG, BMP

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

What could a binary pattern represent?

A

On/off

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

What bit depth is described as CD?

A

16

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

What is the conversion method of Analouge to Digital sound waves?

A

This happens as a sound is recorded, goes into a converter (Analogue to Digital converter – ADC) and then changes to a Digital. At regular intervals, the sound will be recorded. At each measured point at the wave there will be a binary number that stores the sound.

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

What is resolution?

A

The concentration of pixels (cells) in an image after it has been split

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

What numbers are the control characters in ASCCI?

A

0-31 are characters like tab, enter and escape.

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

What process must happen for a sound to be played back through speakers?

A

Conversion process

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

How do you convert to hexadecimal?

A

Split the 8 bit binary number into two 4 bit numbers, you then you convert judging on the number headings. If your number reaches above 9 then take down a letter (A-F for 10-15). Do this on both sides, your answer should look like this: B6

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
What is needed in a device for the conversion process to occur?
sound card
26
What colour depth is described as true colour?
24
27
What is an analogue sound wave?
A sound that is played, recorded and played back without loosing any data
28
What is a sample rate?
The sample rate is the number of samples carried per second.
29
What is a sample?
A value or a set of values at a certain point in time.
30
How many combinations are needed for ASCCI?
128 as there is only 110 characters
31
How can fffffffuuuuuuuuuuuu be represented?
f7u12
32
How many bytes in a megabyte (mB)
1000000 bytes or 1000 kB
33
What is a nibble?
4 binary bits
34
How is the resolution of an image measured?
DPI (dots per inch) | PPI (Pixels per inch)
35
What is sample rate measured in?
It is measured in Hz or kHz.
36
Why is a digital sound wave less accurate?
A digital representation is less accurate as it only takes a recording at a certain interval meaning it misses out on parts of the sound.
37
What audio file is lossy?
MP3, MP4, OGG
38
What is the amplitude?
The height of the wave. It determines how high or low the pitch is.
39
What is standard bit rate for CD quality?
1,411,200
40
What is a right shift?
It is like dividing a deanery number by 10?
41
What is metadata?
Additional information about the images resolution. This can change the orientation
42
What is a byte?
8 binary bits
43
What is a disadvantage of a higher bit rate?
Takes up more space
44
What base is hexadecimal?
Base 16
45
What is hexadecimal used for?
Error codes
46
What is the process of sampling a sound called
Sampling
47
How many bytes is in a kilobyte (kB)?
1000 bytes
48
What is the equation for bit rate?
Bit depth * sample rate * number of channels (Answer in BPS)
49
What is a disadvantage of a higher bit depth?
This creates a higher sampling rate which requires more space.
50
Name an advantage of Bitmap images
1) Quicker to create an image | 2) Used widly
51
What is 243 in binary?
11110011
52
What is MSB (most significant but)
The biggest number in the binary headings bit that can fit into the number your converting.
53
Name a disadvantage of Vector Images
1) Can not be edited at the same level of bitmap images 2) Have to write a draw list 3) Lacks photo realistic qualities
54
What image file is lossy?
JPG
55
What is an advantage of a higher bit rate?
1) Higher bit rate has a clearer sound playback (better quality) 2) More accurate audio
56
Name a disadvantage of Bitmap Images
1) Large file size 2) Must be rectangular 3) Pixilated when zoomed in
57
What is direct colour?
A colour got form a combination of RGB. Every colour can be made from this.
58
What is 243 in hexadecimal?
F3
59
What audio file is lossless?
FLAC, ALAC
60
What is the formula to find the file size of a bitmap image?
Length * width * dpi * dpi *bit depth / 8 (for bytes)
61
What does the LSB show on binary?
If the number is odd or even
62
What is a left shift?
It is like multiplying a number by 10.
63
Why do we use binary
It’s easy as there is only two possible answers, yes or no.
64
What is compression?
Compression is the method computers use to make files smaller by reducing the number of bits used to store the information.
65
What is a pixel?
A small part of an image which can be changed by using binary and a different number or cominations
66
What is a vector image?
An image made up of mathematical sequences and commands. They are sizeable and drawn of a drawing list.
67
What is LSB (least significant bit)
The smallest possible but, 1
68
What base is binary?
Base 2
69
What are bitmap images formed of?
Pixles
70
How do you convert from gigabytes to megabytes?
Multiply by 1024