Data Flashcards

1
Q

Why is hexadecimal notation used?

A

To help humans cope with long strings of binary digits

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How does 24-bit colour depth represent colours in an image?

A

Each pixel is represented by three 8-bit numbers (can be simplified to hexadecimal) which represent the amount of red, green and blue

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is a character set?

A

The list of binary codes that can be recognised by the computer hardware and software

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Define resolution

A

The number of pixels per inch

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What’s sound sampling?

A

Taking digital samples of an analogue waveform at regular fixed intervals

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the bit depth of an audio recording?

A

The number of bits used to encode each sample

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How does lossless compression compress?

A

Looks for redundancy where the same data is stored many times and groups this data as one reference

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

How does lossy compression compress images?

A

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 well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

How does lossy compression compress digital sound recordings?

A

Very small variations in frequency, tone and volume are removed to reduce file size, as human ears cannot detect these differences

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

How does asymmetric encryption work?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly