Representing Images, Sound and other data Flashcards
What are analogue sounds?
Analogue data and signals vary in a continuous way.
For example, the output from a microphone into a tape recorder is an analogue signal that varies as a function of the pressure of the sound.
What is a bit pattern?
A bit pattern is an arrangement of binary digits arranged in a sequence; they can be used to represent text (ASCII and Unicode) as well as images (bitmaps and vector graphics), video and sound.
What are Digital sounds?
Digital data and signals consist of discrete discontinuous binary digits or a sequence of 0s and 1s.
For example, a sound wave is sampled at certain times and stored as a series of numbers in a digital device
Why is it important to convert ADC to digital?
It is necessary to convert analogue signals using an analogue-to-digital converter (ADC) into a digital format so that they can be input and processed in a computer. The output from a computer may need to be converted into an analogue signal using a
digital-to-analogue converter (DAC) to interface with an analogue device
How do you convert analogue to digital? - (ADC)
Analogue to digital converters (ADCs) receive signals input via an analogue sensor in the form of voltage waveforms which are converted into a digital format so they can be read into a computer.
How do you convert digital to analogue? - (DAC)
Digital to analogue converters convert a discrete digital signal into a continuously varying analogue signal; most commonly, this is to an analogue sound signal that is used to drive audio speakers.
What are Digital images composed of?
Digital images are composed of a series of pixels or dots, so a pixel is the smallest element in a digital image
What is colour depth?
Colour depth is the number of bits used for each pixel, where 1 bit is black and white and 8 bits will give 256 colours.
How is Image Resolution calculated?
Image resolution is calculated using the pixel dimensions (height x width).
What is display resolution?
Display Resolution is the number of dots per inch (DPI).
More dots per inch give a better image resolution.
What is Metadata?
Metadata is ‘data about data’; metadata in an image file provides details of properties such as the image dimensions and colour depth.
Why is metadata used by a computer?
Metadata is used by the computer to help it interpret an image file, since all data is basically stored in binary format
How do you calculate image storage?
Storage = width (pixels) x height (pixels) x colour depth (bits per pixel)
What are vector graphics?
Vector graphics are produced in graphics packages and are created using a series of objects and their coordinates.
What are Objects?
Objects are made up of a series of geometric shapes and a set of coordinates for the object.
How do you edit objects with the images?
- Shape of the object
- Colour of lines or fill in an object
- Size of object and thickness of lines
- Reference position, by dragging the object to a new position in the editor
What are bitmapped graphics?
-Bitmap is created from rows of different colored pixels that together form an image.
- Bitmap images store individual pixels.
- Where bitmapped images are resized, the image quality is degraded and can appear fuzzy.