Section 3 - Data Representation - Part 2 Flashcards
What is a pixel?
The smallest identifiable area of an image. Each pixel is given a binary value which represents a single colour
What is a bitmap/raster image?
An image made up of many pixels
What is the equation for the resolution of an image?
Width in pixels * Height in pixels
What is the effect of an increased resolution?
Assuming the physical size of the image stays constant, a greater resolution means there are more pixels and therefore the image will be sharper
What is PPI?
Pixels per inch, a method of expressing resolution
What is color depth?
The number of bits per pixel. N bits give 2^N combinations
How can you calculate image file size?
Resolution * Color depth, however this does not account for metadata
What is metadata?
Data contained by a file, about the other data in that file.
What would the metadata of an image contain?
Image size and color depth
What are vector graphics?
Images made up of geometric shapes and objects. A vector file will store the properties of each shape in order to redraw the object when the file loads
What are vector drawing lists?
Where the properties of each vector image component are stored
What happens when an image is resized?
The computer will adjust the position and dimensions of the image properties to redraw the image perfectly each time. Regardless of the size the image will always be sharp and the amount of data required to store the image will not change
What are the advantages of vector images?
- They require less storage space
- They transmit faster
- They load quicker
Why are bitmap images used?
- Vector images cannot easily replicate an image with continuous areas of changing colors (e.g a photograph)
- Individual pixels can be manipulated within a bitmap image, making is easier to do slight modifications
What form are sound waves found naturally?
In a continuous, analogue form
How can sounds be represented in a computer?
The analogue sounds waves must be converted into a digital format. Recordings of the amplitude of the sound ware are took at given time intervals
What is frequency?
The rate at which samples are taken. It is measured in hertz, with the higher the frequency the more accurate the sound
What is the audio bit depth?
The number of points of amplitude. A greater audio bit depth results in a more accurate sound recording
What is the sampling rate?
The frequency with which you record the amplitude of the sound
What is the advantage of a high sampling rate?
The playback will sound smoother
What is the disadvantage of a high sampling rate?
The audio file size will be larger, taking up more storage space
How can you calculate the size of sounds samples?
sampling rate * audio bit depth * length in seconds