1.2: MEMORY AND STORAGE 4.0 Flashcards
what is metadata?
data about data
why does a computer require meta data? (2)
- computer needs to know the size of the image in terms of height, width and colour depth in bits per pixel and format
- this allows the computer to recreate the image from binary.
examples of metadata:
Height / width / resolution / dimensions of image Colour depth Resolution Details of hardware/software used Date / time created
EQ: show how an input is represented in ASCII/Unicode (2)
- each character would be represented by one/two bytes by its binary ASCII/Unicode value
- written in the same order that the characters are entered in
how must analogue sounds be recorded? and in what form?
analogue sounds must be digitally recorded in binary
what is amplitude?
height of the sound wave
Explain how sampling is used to store audio recordings: (2)
- an analogue-to-digital converter will measure the amplitude of the sound wave emitted and store it in binary/digital form.
- measurements are taken at regular time intervals
what is sample rate?
number of samples recorded in any given period of time
what is sample rate measured in?
Herts (Hz)
what is bit depth?
number of bits used to record each sample
what is the correlation between sample rate and sound quality?
The higher the sample rate, the closer the recorded signal is to the original.
what is the correlation between bit depth and sound accuracy? and how does this affect file size?
- the higher the bit depth, the more accurately a sound can be recorded
- the larger the file size would be
what is bit rate?
a measure of how much data is processed for each second of sound
what is bit rate usually measured in?
kbps
equation for calculating bit rate?
Sample rate × bit depth
what is the correlation between bit rate and sound quality
the higher the bit rate, the better the quality of the recorded sound will be
Advantages and Disadvantages of taking LESS samples: (2)
A-smaller file size as less data is stored
DA-sound will lose some quality and not be as accurate
Advantages and Disadvantages of taking MORE samples: (2)
A-sound will be more accurate and have a better quality
DA- larger file size as more data is stored
compare the use of ASCII and Unicode: (2)
- Unicode uses more bits(16), whereas ASCII uses less bits(8)
- Unicode can represent more character, whereas ASCII can represent fewer characters
ADVANTAGES of LOSSY compression: (3)
Advantages:
- file size is reduced so it is quicker to upload / download
- takes up less storage space on hard drive// space on the web server
- uses less bandwidth /mobile data
DISADVANTAGES of LOSSY compression: (3)
- quality of image is reduced because data is lost.
- reduction is permanent / not reversible.
- the decompressed file is not identical to the original
ADVANTAGES of LOSSLESS compression: (3)
- file is compressed without the loss of data.
- No bits are lost after the image has been restored.
- crucial for files where missing data would result in a negative impact eg; missing text from source code