1.1.1 — Number representation
1.1.2 — Images
1.1.3 — Sound
1.1.4 — Video
1.1.5 — Compression techniques
If a binary sequence is notated as ‘two’s complement’, the left most bit determines the sign.
Also known as American Standard Code for Information Interchange.
Calculate the file size of the image if:
Working:
8-bit colour depth means there are 28 = 256 colours
There are 900x600 = 540000 pixels
Calculate the time taken to transfer an image if:
Working:
24-bit colour depth means there are 224 = 16777216 colours
There are 1600x900 = 1440000 pixels
Sound is represented as waves, meaning they have:
A sound encoder has 2 components:
Band limiting filter
Analogue-to-digital converter (ADC)
Whenever we increase the quality, meaning the:
The file size increases as a result, because we are storing more information about the sound in the form of bits.
This type of software typically have features for:
These features can be applied in:
This is the transmission of video data continuously.
These are illusionary methods of making a video appear to have a high refresh rate.
A video compression codec (an encoder and decoder) compares each frame to the previous one. The codec sends only the differences to the reference frame.
Areas with no movement
Sections move in a simple manner
These are file formats which describe how the data and metadata in a file work.
This is a form of data compression that allows the original data to be perfectly reconstructed from the compressed data.
Also irreversible compression, in which data is discarded for the sake of reducing space. The original data may not be reconstructed perfectly.