Data Flashcards
1
Q
Lossy Compression
A
- Reduces file size by removing some information
- Original file can not be recreated
2
Q
Lossless Compression
A
- Does not lose any original information
- Allows the original file to be recreated
3
Q
Run Length Encoding (RLE)
A
- Basic method of compression that summarizes consecutive patterns of the same data
- Works well with image and sound data where data could be repeated many times
4
Q
Encryption
A
A way of making sure data cannot be understood. Used to keep data secure
5
Q
Caesar cipher
A
Letters of the alphabet are shifted by a consistent amount
6
Q
Symmetric encryption
A
- The same private key is used by sender and receiver
- The same key is used to encrypt an decrypt data
- Key exchange is used to share the key
- Key can be intercepted
7
Q
Asymmetric encryption
A
- Uses two keys
- Two keys are related
- Public key used to encrypt data
- Private key is used to decrypt data