Storing data Flashcards
what are all the measures of data going from smallest to largest
Bit
Nibble
Byte
Kilobyte
megabyte
gigabyte
terabyte
petabyte
how do computers store data
using ones and zeroes
what 2 types of data storage are used by computers
Binary
Hexadecimal
what is a character set
a collection of characters a computer recognises from their binary representation
what are the 2 main characters’ sets
ASCII
Unicode
how are images stored
images are stored as bitmaps which are made up of pixels
the colour of each pixel is presented by binary code
why is Unicode better than ASCII
it is larger so it covers more languages and symbols
what 2 factors affect the filesize of an image
colour depth
resolution
what is the colour depth of an image
the number of bits that is used to represent the colour for each pixel
what is the resolution of an image
the number of pixels
what is metadata and what is its purpose
data about an image that helps the computer recreate the image on the screen from the binary data
what are 4 examples of metadata
file format
location
date
height
width
colour depth
how is sound sampled
- a microphone records the sound as an analogue signal
- the analogue signal needs to be converted into digital data so that computers can read and store sound files.
- this is done by sampling where at regular intervals the computer will take a reading of the wave of information such as amplitude. this can be converted into binary data
what are 2 factors that affect the quality of a sound file
sample rate
bit depth
what is the formula for the bit rate
sample rate/bit depth