Contains the program that runs when the computer boots
Loads the OS from storage onto RAM
Secondarystorage
Large non-volatile, long term storage for programs and data
Secondarystorage
May be used as virtualmemory when RAM is full
Magnetic - reliable, large capacity, not durable
Optical - portable, reliable, not durable
Solidstate - fast read/write speeds, durable, expensive
Data units
Bit
Nibble
Byte
Kilobyte
Megabyte
Gigabyte
Terabyte
Petabyte
Binary addition: 1+1=1 carry 1, 1+1+1=1 carry 1
Characters
ASCII - 8 bits per character, 256 characters
Unicode - can represent thousands of characters
Images
Resolution - number of pixels
Colourdepth - number of bits per pixel
Metadata
Data about data: height, width, colourdepth, filetype, cameramodes, date
Sound
Analogue sound converted to digital by taking samples of the amplitude at regular intervals
Samplerate (Hz) - number of samples per second
Bitdepth - number of bits per sample
Compression
Lossy - deletes part of the file, reduces file size but loses quality
Lossless - represents the file more efficiently without deleting any data
Lossy compression is effective but means a loss of quality, not a big deal with images and sound.Lossless compression can't be used on text files and program files as all data is important.