10. Data Storage Flashcards

1
Q

What is a database?

A

A database is a coherent collection of data organized around its inherent meaning.

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

What are some database components?

A
  • Stored Data Accessor
  • Query Parse
  • Transaction Manager
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are database roles?

A
  • Modeler
  • Designer
  • Implementer
  • User
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the goal of Object-Relational Mapping (ORM)

A

To create a consistent mechanism for translating objects into stored data and vice versa.

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

What is CAP Theorem?

A

Consistency, Availability, and Partition tolerance should be guaranteed.

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

What is K-Anonymity?

A

k-Anonymity protects against hackers or malicious parties using ‘re-identification,’ or the practice of tracing data’s origins back to the individual it is connected to in the real world.

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