Data Representation: Encryption and Databases Flashcards

1
Q

Name 3 modern methods of data encryption

A
  • Asymmetric encryption
  • Symmetric encryption
  • Caesar Cipher
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

what is asymmetric encryption?

A

this method encrypts and decrypts data using two different keys

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

what is symmetric encryption?

A

this method encrypts and decrypts information using the same key

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

Define Database

A

an organized store of data

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

Define entity

A

something that is recognized in being capable of an independent existence. It is usually a physical object, but it can also be a concept

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

Define attribute

A

an item of data stored about an entity

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

What is a primary key?

A

a unique identifier for each record in a table; usually a field that is guaranteed to hold unique information for each record

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

Define foreign key

A

a field in one table that uniquely identifies with another table

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

What is a relational database?

A

a database that allows data elements in one table to be related to any piece of data in another table as long as both tables contain a common element

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