Database Systems: Lesson 1 Flashcards

1
Q

What is data?

A

Data is raw facts, it is unprocessed information.

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

What is information?

A

It is the data processed to reveal meaning.

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

What is the key to making good decisions?

A

Accurate and relevant information

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

What is a database and what does it store?

A

It is a very large integrated computer structure that stores end-user data and metadata.

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

What is meta data?

A

It is data about data

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

What does DBMS stand for?

A

Database management system

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

List 2 advantages of the DBMS

A

Users have access to more and better managed data.

Probability of data inconsistency is greatly reduced.

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

List the 5 types of databases

A
  1. single user
  2. desktop
  3. multi user
  4. workgroup
  5. enterprise
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What are the 2 databases that are classified by location?

A

Centralized and distributed

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

What are the 2 types of databases that are classified by use?

A

Transactional(production) and data warehouse.

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

List 2 reasons why database design is important

A

To avoid redundant data and a poorly designed database can cause errors that lead to bad decisions.

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

When converting from manual to computer systems, who should you hire?

A

Data processing specialist

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

What is structural dependence?

A

Access a file depends on its structure

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

What is data dependence?

A

Changes in the data storage characteristics without affecting the application program’s ability to access the data

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

What is logical data format?

A

How the human being views the data

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

What is physical data format?

A

How the computer sees the data

17
Q

What is data redundancy?

A

It exist when the same data is stored unnecessarily at different places.

18
Q

Uncontrolled data redundancy sets a stage for what 3 things?

A

Data inconsistency, poor data security and data anomalies.

19
Q

What are the 3 different anomalies?

A

Update anomalies, insertion anomalies and deletion anomalies.

20
Q

A database system is composed out of 5 components, what are they?

A

Hardware, software, people, procedures and data

21
Q

What are the 5 types of users in a database system

A

System administrator, database administrator, database designer, system analyst and programmers, end users

22
Q

What are the 9 functions of the DBMS

A
  • -Data dictionary management
  • -data storage management
  • -data transformation and presentation
  • -security management
  • -multi-user access control
  • -backup and recovery management
  • -data integrity management
  • -database access languages and application programming interfaces
  • -database communication interfaces