topic 6- memory and data storages Flashcards
1
Q
MIDI (1)
A
-Standard adopted by the music industry for controlling devices such as synthesizers and sound cards.
2
Q
Mp3 (4)
A
- 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
3
Q
Differences between MIDI and Mp3 (7)
A
- 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
4
Q
Mp4(1)
A
its a video format lol mr thomas didnt write shit
5
Q
Jpeg(1)
A
Picture format
6
Q
Image capture(6)
A
- 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
7
Q
Types of file compression (2)
A
- Lossy
- Lossless
8
Q
File compression (1)
A
-Uses a compression algorithm
9
Q
Advantage of compressing(3)
A
- Smaller file to transmit
- File transmitted quicker
- Uses less bandwidth
10
Q
Lossless (6)
A
E.g. computer program
- 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
- Repeated words (are identified) and are replaced by an index
- The number of times the word appears is stored
11
Q
Lossy (4)
A
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
12
Q
Compressing text files (4)
A
- Use lossless
- Repeated words can be indexed
- Repeated words sections e.g. ‘ou’ can be replaced with numerical value
- Can be saved as zip file
13
Q
Ram types (2)
A
- DRAM
- SRAM
14
Q
DRAM(8)
A
- Constructed of tiny capacitors that leak electricity
- Requires a recharge every few milliseconds to maintain its data
- Inexpensive
- Slower SRAM
- Can store many bits per chip
- Uses less power
- Generates less heat
- Used for main memory
15
Q
SRAM(8)
A
- Constructed of circuits
- Hold its contents as long as power is available
- Expensive
- Faster than DRAM
- Can store many pits per chip
- Uses more power
- Generates more heat
- Used for cache