Memory & Data Storage Flashcards
MIDI
Musical Instrument Digital Interface
Standard adopted by the music industry for controlling devices such as synthesizers and sound cards and electronic instruments.
Stores commands on how to play sounds – NOT SOUNDS
Mp3
File compression system for music which does not noticeably affect the quality of the sound
Removes sound humans can’t hear well
If two sounds playing at the same time the softer sound is removed
Uses perceptual music shaping
Differences between MP3 and MIDI
MP3 a digital recording of sound Mp3 produced by recording software Mp3 a compressed file format MIDI Instructions of how to make sound MIDI Non-audio recording MIDI File created using digital musical instruments MIDI Produced by synthesizer
Image Capture
Image converted from analogue to digital (ADC) Image turned into pixels Each pixel given binary value Each pixel given a colour Pixels form a grid Pixels stored in sequence
File Compression
Can be lossless or lossy
Uses a compression algorithm
Advantages of Compression
Smaller file to transmit
File transmitted quicker
Uses less bandwidth
Lossless
Code must be exactly the same as the original
If not the same as original file will not work
A (compression) algorithm is used
No data is removed in the process
Used for Programs & Text Files
Repeated words (are identified) and are replaced by an index
The number of times the word appears is stored
Lossy
E.g. Video file (Mpeg)
Makes the file smaller than lossless
Quality can be reduced but the file will still run
Redundant data can be removed
Used when no requirement for file to be exactly same as original
Text File Compression
Use lossless
Repeated words can be indexed
Repeated words sections e.g. ‘ou’ can be replaced with numerical value
Can be saved a s a zip file
Primary
RAM (Random Access Memory)
ROM (BIOS)
DRAM
- Tiny capacitors that leak electricity
- Requires a recharge every few milliseconds
- Inexpensive
- Slower than SRAM
- Can store many bits per chip
- Uses less power
- Generates less heat
- Used for main memory
SRAM
- Circuits similar to D flip flops
- Holds content as long as power is available
- Expensive
- Faster than DRAM
- Cannot store many bits per chip
- Uses more power
- Generates more heat
- Used for cache
ROM (BIOS)
Non-volatile memory chip
Primary memory
In a microprocessor holds the BIOS
Can’t be written to
PROM (Programmable read-only memory)
It can be programmed by user. Once programmed, the data and instructions in it cannot be changed.
PROM (Erasable Programmable read only memory)
It can be reprogrammed. To erase data from it, expose it to ultra violet light. To reprogram it, erase all the previous data.