U4 - GRAPHICS & SOUND Flashcards
NAME THE 5 DATA TYPES ?
Boolean
Float / Real
Integer
Character
String
WHAT ARE RASTER IMAGES MADE ?
Raster images are made from a dot matrix of data representing a grid of pixels
PROS / CONS OF RASTER
- Pixels can be individually edited
- Lose quality when scaled up
- Take up more storage space
WHAT ARE VECTORS IMAGES ?
- Graphics made using mathematical formulas
- Popular in logo design
PROS / CONS OF VECTOR
- Can be scaled up without a loss of quality
- Smaller amount of memory needed to store
- More complicated to make
WHAT IS RESOLUTION ?
- The number of dots/ pixels per inch (dpi)
- The greater the image the more defined an image is but also more file space needed
HOW DO YOU CALCULATE IMAGE SIZE ?
Colour Depth x Img Height x Img Width
COLOUR DEPTH
How many bits a colour pixel is
HOW MANY BITS ARE TRUE COLOUR DISPLAYS ?
24 BITS (RGB Colour Sliders)
WHY IS SOUND CONVERTED FROM ANALOGUE TO DIGITAL ?
Computers cannot understand analogue sound. It must be converted into discrete digital data through sampling
WHAT IS SAMPLING ?
The amplitude of an analogue sound is sampled at set intervals and recorded as digital data.
WHAT IS SAMPLING RATE ?
The number of times a sound is sampled per SECOND (Hz)
WHAT IS BIT DEPTH ?
Number of bits used to store each sample.
WHAT IS DURATION ?
How many seconds of audio in a file
HOW DO YOU CALCULATE SOUND FILE SIZE ?
Sample Rate (Hz) x Bit Depth (bits) x Duration (s)