Everything Flashcards
What is a byte?
8 bits.
What is analog data?
A continuous representation, analogous to the actual information it represents.
What digital data?
A discrete representation, breaking the information up into separate elements.
What does it mean to digitise?
To represent something (such as an image or sound) as a structured sequence of binary digits.
What does it mean to discretise?
To convert a continuous space into an equivalent discrete space, often for the purpose of easier calculation.
What is Data compression?
Reduction in the amount of space needed to store a piece of data?
What is the compression ratio and how do you calculate it?
The size of the compressed data is divided by the size of the original data.
compression ratio = size (compressed data) / size (data)
What lossless compresssion?
Once compressed data can be retieved without any loss of original information. For example texts
What is lossy compression?
Once compressed some information may be lost in the process of compression. An example is sound and images
What is Pulse Coded Modulation?
The process of digitising an analogue signal:
sampling: periodically reading the signal value
quantisation: discretise value
What is colour depth?
THe number of bits used to encode colours in the RBG model varies.
What is a pixel?
A dot with a colour in an image, or on a screen.
What is resolution?
The number of pixels in an image.
What are raster graphics?
IMages encoded pixel by pixel.
What are vector graphics?
Images described as a collection of geometricals objects.
What is a video codec?
An encoder/decoder. A software or hardware that compresses and decompresses digital video. The compression is typically lossy.
What is a gate?
A device that performs a basic operation on electrical signals.
What is a circuit?
Gates combined to perform more complicated tasks.