Unit 4 - Exchanging Data Flashcards

1
Q

Why use compression?

A

Reduce the storage space of files on disk

Makes transferring data and sharing data easy

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

Lossy compression

A

Works by removing non-essential information. But one has been heavily compressed, display untidy and blocky compression artefacts as a consequence. Compresses at the cost of quality.

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

Lossless compression

A

Works by recording patterns in data rather than the actual data. Using these patterns and a set of instructions and a set of instructions on how to use them. Groups similar pieces of information together. Much larger file than the lossy but still significantly less than the original.

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

Encryption.

A

Encryption is the transformation of data from one form to another to prevent an unauthorised third party. The original message is known as plaintext. The encrypted data is known as ciphertext. The encryption method or algorithm is known as the cypher, and the secret information to lock or unlock the message is known as a key.

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

Hashing

A

A function provides a mapping between an arbitrary length input and a usually fixed length or smaller output. Unlike the encryption techniques, you can’t go back to the original.

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

Normalization

A

No data is unnecessarily duplicated.
Data is consistent throghout the database a costumer is not recorded as having different addresses in different tables.
The structure of each table is flexible enough to allow you to enter as many or as few items as required.
The structure should enable a user to make all kinds of complex queries testing data from different tables

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

First normal form

A

First normal form (1NF) if it contains no repeating attribute of groups and attributes

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

Modelling data requirements

A

Consists of a single file. It might be a suitable structure to hold the name and address of all components.

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