4.5.6 Representing images, sound and other data Flashcards
(47 cards)
What is a Bitmap Image made up of?
Bitmap images are made up of pixels.
Define Pixel.
The smallest unit of an image, representing a single point with a specific colour and brightness.
What is the equation for image file size?
image file size = colour depth x image height(px) x image width(px)
Define Analogue Data?
Data whose values can vary continuously and take on any value between two extremes.
Define Digital Data?
Data whose values can vary discretely and can only take on one of a finite number of values between two extremes.
Define Analogue Signals.
A transmission of a set of analogue data structures, that varies with time, between computational processes.
Define Digital Signals.
A transmission of a set of digital data structures, that varies with time, between computational processes.
Define Analogue to Digital Converter (ADC).
An integrated circuit capable of converting continuous analogue data to discrete digital data for a computer.
Define Digital to Analogue Converter (DAC).
An integrated circuit capable of converting discrete digital data from a computer to continuous analogue data.
Define Bitmapped Graphics.
An image composed of an array of pixels each with an allocated number of bits, arranged to form an image. Also known as raster graphics.
What is the Bitmap storage requirements?
The amount of storage required for a bitmapped image is at least its image size x colour depth.
Define Colour Depth.
A measure of the amount of colour used in an image, expressed in terms of the number of bits per pixel, used to represent the colour of each pixel in an image.
What is the number of colours that can be represented in a colour depth of 4? And how many bits are used?
2^4 = 16 colours
2^2 = 4, so 2 bits.
Define Image size.
The total number of pixels in an image expressed in terms of its dimensions: width in pixels x height in pixels.
Define Metadata.
Data related to the image file data itself. e.g width, height, colour depth
Define Resolution.
A measure of the total number of pixels in an image, typically expressed in terms of the number of dots/pixels per inch.
How do you add more colours to an image?
Add more bits per pixel.
Define Vector Graphics.
An image composed from mathematical coordinates and functions (lines and curves).
Define Sample Resolution.
The number of bits used to represent a single sample.
Define Sampling Rate.
The numbers of samples taken per second/over a given period of time.
The frequency at which samples are taken.
On the x axis.
Define Sound Sampling.
The process of converting analogue sound waves to a digital waveform, by storing a finite number of readings in binary.
Define Audio Bit Depth.
The number of bits used to represent the amplitude of each audio sample, affecting the sound quality and dynamic range.
On the y axis.
Define Amplitude.
The height of a sound wave, determining the loudness of the sound.
Define Frequency.
The number of cycles of a sound wave per second, determining the pitch of the sound.