Storage of data Flashcards
What is MIDI?
Musical Instrument Digital Interface is a communication protocol that allows electronic musical instruments to interact with each other.
What is MPEG-3?
It is a software that uses audio compression algorithms to convert music into MP3 file format.
How are file sizes reduced by up to 90%?
Through use of Perceptual Music Shaping, which removes sounds that the human ear cannot perceive.
What is MPEG-4?
File format that permits storage of multimedia, more than just music.
What is JPEG?
Format for compressing image files.
How is text compressed?
It is stored in an ASCII format.
What is lossy compression?
Type of file compression in which the compression algorithm eliminates the bits of data that are unnecessary. It is not possible to get the original file back.
What is lossless compression?
Type of file compression in which no bits of data are eliminated, and all data from the original file is reconstructed after the file is uncompressed.
What are some examples of lossy compression?
MP3, MP4, JPEG
What are some examples of lossless compression?
Compression of text and number files (ASCII format), ZIP file format
What is primary storage/memory?
Primary storage is the location where data is stored for immediate access by the computer’s processor, generally in the RAM.
What is secondary storage/memory?
It is the location where data is stored for long term use, and it stores data until it is deleted or overwritten.
What is offline storage/memory?
Storage medium that cannot be accessed by the computer once removed.
What is RAM and what are its features?
Random Access Memory is the primary storage for a computer.
- it is volatile/temporary memory - when the power is turned off, its contents are lost
- the contents of the memory can be changes, written to and read from
What is ROM and what are its features?
Read Only Memory is another form of primary storage for a computer.
- it is non-volatile/permanent memory - the contents are retained even if the power is switched off
- its contents cannot be changed, only read