1.3.1 Flashcards

1
Q

Compression

A

The process used to reduce the storage space that a file needs

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

Lossy Compression

A

Reduces the file size by removing non-essential information

Pro : Lowers file size more than lossless
Con : Original file cannot be restored

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

Lossless Compression

A

Reduces the size of a file without losing any information by recording patterns in data rather than the actual data

Pro : Compressed image comes out with exact accuracy and no data is lost
Con : Larger file size compared to if lossy compression had been used

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

Run Length Encoding ( RLE )

A

Compresses by recording every pixel in a sequence , recording its value and the number of times it’s repeated

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

Dictionary Based Encoding

A

The compression algorithm searches through the text to find suitable entries in its own dictionary and translates the message accordingly

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

Encryption

A

Used to keep data secure when it is being transmitted

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

Symmetric Encryption

A

Private key

It uses the same key to encrypt and decrypt meaning the key must also be transmitted along with the data

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

Asymmetric Key

A

Private key and public key

A public key is made public so anyone wishing to send you data can use the public key to encrypt there data and the private key is only known by the one receiving the data so that they can decrypt the message

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

Hashing

A

A one way encryption system which is particularly useful for storing pins and passcodes as the encrypted data cannot be decrypted without the hash function

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