Data Flashcards
Why is hexadecimal notation used?
To help humans cope with long strings of binary digits
How does 24-bit colour depth represent colours in an image?
Each pixel is represented by three 8-bit numbers (can be simplified to hexadecimal) which represent the amount of red, green and blue
What is a character set?
The list of binary codes that can be recognised by the computer hardware and software
Define resolution
The number of pixels per inch
What’s sound sampling?
Taking digital samples of an analogue waveform at regular fixed intervals
What is the bit depth of an audio recording?
The number of bits used to encode each sample
How does lossless compression compress?
Looks for redundancy where the same data is stored many times and groups this data as one reference
How does lossy compression compress images?
Algorithms analyse the image and find areas with slight difference. They assign these the same value so they can rewrite the file with fewer bits.
How does lossy compression compress digital sound recordings?
Very small variations in frequency, tone and volume are removed to reduce file size, as human ears cannot detect these differences
How does asymmetric encryption work?
An algorithm called a cipher uses keys to carry out encryption. Every user has two keys. They encrypt the data using the recipients public key, and the data is decrypted using the recipients private key.