01b- Representing Sound Flashcards
Define pixels.
A pixel is the smallest unit of an image. Usually represented by a dot.
Define colour depth.
Colour depth refers to the number of bits to represent a specific colour.
What is true colour?
Twenty-four bits
What is the relation between the number of colours that can be stored depending on the number of bits used for each colour.
The number of bits indicates how many colours are available for each pixel.
How do you calculate the colour depth?
E.g. 2 bits per pixel:
4 colours (2^2)
8 bits per pixel:
256 colours (2^8)
Define resolution.
Resolution is a measurement of the clarity and quality of the image.
How do you get a higher resolution?
The greater the number of pixels in the smaller the space will lead to a higher resolution. Measured in PPI (Pixels Per Inch)
What are the effects of higher resolution images?
- Large number of pixels in small spaces
- Clear and realistic images can be stored
- Larger File Size as every pixel’s colour code has to be saved
- Higher resolution image
- Longer loading and processing time on the computer
What is a Bitmap?
- Bitmap graphic is stored as a grid of pixels.
- You need to store the binary colour code, the width, height and colour depth
- Stored as a grid of pixels. All components of the image are deconstructed into pixel patterns.
- When stretched the image can become blurred
- Bitmap files take a long time to load
- Typical uses of Bitmaps:
Most web graphics
HI-RES Files
What is a Vector?
- Vectors are made up of lines, curves and points. Object is defined by mathematical equations
- Can be resized without becoming blurry
- Typical uses of Bitmaps:
For logos
Charts
Icons
Define buffering?
An intermediate storage area used to hold the download segments of a video file that haven’t been played.
Define streaming?
A process that allows videos to be viewed without having to wait for the full video to download.
Explain Analogue to Digital Conversion.
- Microphone measures the change in air pressure
- The Microphone translates the air pressure into a sound wave
- An Analogue-Digital Converter will sample the sound wave at intervals, storing each sample in a number of bits. The amount of samples that are taken is called the Sample Rate and the number of bits used for each sample is known as the Bit Depth.
- A computer will understand and can display the digital information for playback or manipulation.
Define Sample Rate.
The amount of samples that are taken is called the Sample Rate. (measured in hertz)
Define Bit Depth.
The amount of bits used for each sample.