10. Data Storage Flashcards
1
Q
What is a database?
A
A database is a coherent collection of data organized around its inherent meaning.
2
Q
What are some database components?
A
- Stored Data Accessor
- Query Parse
- Transaction Manager
3
Q
What are database roles?
A
- Modeler
- Designer
- Implementer
- User
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.
5
Q
What is CAP Theorem?
A
Consistency, Availability, and Partition tolerance should be guaranteed.
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.