Chapter 1 Flashcards

(10 cards)

1
Q

Define the difference between data and information

A

Data are raw facts, unprocessed and unformatted. Information is the result of processing data, giving it meaning. Information enables decision-making and leads to actionable knowledge.

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

Describe what a database is and why it’s valuable for decision making

A

A database is a shared, integrated structure storing end-user data and metadata. It enables quick, secure data access and supports decision-making by transforming data into usable information.

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

What are the types of databases by number of users?

A

Single-user: one user at a time (e.g., desktop DB). Multiuser: many users concurrently. Workgroup DB (<50 users), Enterprise DB (>50 users).

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

What are the types of databases by location of data?

A

Centralized: data at one site. Distributed: data across several sites. Cloud: maintained via cloud services like AWS/Azure, with no local infrastructure management.

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

What are the types of databases by type of data stored?

A

General-purpose: wide range of data across disciplines. Discipline-specific: focused data for academic/research use.

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

What are the types of databases by intended data usage?

A

Operational (OLTP): supports daily transactions. Analytical: supports decision-making, includes data warehouses and OLAP tools.

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

What are the types of databases by structure of data?

A

Unstructured: raw format. Structured: tabular, relational format. Semistructured: partially formatted (e.g., HTML). XML DBs and NoSQL DBs handle flexible formats and big data.

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

Explain the importance of database design

A

Good design ensures correct data storage and accurate results. Poor design causes errors and redundancy. Design should match use (transactional vs analytical) and minimize anomalies/nulls.

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

How did modern databases evolve from file systems?

A

File systems had separate files, limited data sharing, and inconsistency. DBMSs replaced them with integrated, logical data repositories, eliminating many issues and enabling better data control.

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

What were the flaws of file system data management?

A

Problems included long development times, structural and data dependence, poor security, redundancy, and data anomalies (e.g., update, insertion, deletion anomalies).

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