Chapter 1 - Fundamentals of Data Representation Flashcards
Suck me hard boiiiiiiii
What is needed to convert a file size from bytes to kb or kb to mb?
Divide by 1024
What is lossless compression?
A form of compression that preserves data so that no data is lost. Every bit is retained
What image file is lossless?
PNG, GIF
What is bit rate?
The amount of bits that are processed per second
What is lossy compression?
A loss in data and a loss of quality from the original. parts of the file are deleted selectively
What is an advantage of a higher bit depth?
A higher sample rate, therefore a higher quality sound.
what happens when a bitmap image is enlarged?
it becomes pixilated as it gets bigger
Name an advantage of Vector images
1) Uses less storage
2) Better zoom quality (not pixilated)
How do you find the colour depth?
2^n
What effect will a lower sample rate have?
The quality will be lower
How do you figure out how many bit combinations to get the full English keyboard (ASCCI)?
2^n
What is the bit depth definition in regards to sound?
The amount of bits assigned to represent a sample.
How do you find bits used using ASCII (7 bit)
total characters * 7 (7 bit)
How many bytes in a terabyte (tB)?
1000000000000 10^12 bytes
What is index colour?
A colour which has been assigned to a binary number and then pulled from the pallet
Name two vector file types
AI, SVG, SWF
Name two bitmap file types
GIF, PNG, JPEG, BMP
What could a binary pattern represent?
On/off
What bit depth is described as CD?
16
What is the conversion method of Analouge to Digital sound waves?
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.
What is resolution?
The concentration of pixels (cells) in an image after it has been split
What numbers are the control characters in ASCCI?
0-31 are characters like tab, enter and escape.
What process must happen for a sound to be played back through speakers?
Conversion process
How do you convert to hexadecimal?
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
What is needed in a device for the conversion process to occur?
sound card
What colour depth is described as true colour?
24
What is an analogue sound wave?
A sound that is played, recorded and played back without loosing any data
What is a sample rate?
The sample rate is the number of samples carried per second.