1.3.1 Compression, Encryption and Hashing Flashcards

1
Q

What name is given to the public and
private keys used in asymmetric
encryption?

A

Key pair

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

Name the two categories of
compression

A

Lossy and lossless

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

In which type of compression is the
quality of a file not degraded?

A

Lossless

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

What is the purpose of encryption?

A

To keep data secure during transmission

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

Name one type of lossless compression

A

One from:
1. Run length encoding
2. Dictionary encoding

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

In which form of encryption do the
sender and receiver share the same
private key?

A

Symmetric encryption

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

How many keys are used in asymmetric
encryption?

A

Two (one public and one private)

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

If person A wants to send a message to person B
using asymmetric encryption, which key should
they use to encrypt the message?
A: A’s public key
B: A’s private key
C: B’s public key
D: B’s private key

A

C: B’s public key
A message encrypted with B’s public key can only be
decrypted with B’s private key, which only B has access to

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