Quiz # 1 Concepts Flashcards

1
Q

What are the THREE development stage models?

A

Conceptual model

Logical Model

Physical Model

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

What are the THREE development stage models?

A

Conceptual model

Logical Model

Physical Model

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

What are the THREE development stage models?

A

Conceptual model

Logical Model

Physical Model

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

What are some advantages of Databases?

A

-Prevent redundancy, improve consistency
-Program-Data Independence(they are separate)
-Improved data-sharing
-Enforcement of standards
-Reduced program maintenance
-Improved decision support

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

What is the Range of Database applications?

A

-Personal Databases

-Multitier Client/Server Databases

-Enterprise Applications(
* Enterprise Resource Planning
* Data Warehousing)

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

What are the elements of the database approach?

A

Data models
 Graphical system capturing nature
and relationship of data
 Enterprise Data Model–high-level
entities and relationships for the
organization
 Project Data Model–more detailed
view, matching data structure in
database or data warehouse

Entities
 Noun form describing a person,
place, object, event, or concept
 Composed of attributes

Relationships
 Between entities
 Usually one-to-many (1:M) or many-
to-many (M:N)

Relational Databases
 Database technology involving tables
(relations) representing
entities and primary/foreign keys
representing relationships

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

Disadvantages of File Processing?

A

Duplication of Data

Limited Data Sharing

Lengthy Development Times

Excessive Program Maintenance

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

Problems with Data Redundancy?

A

The biggest problem:
 Data changes in one file could cause
inconsistencies
 Compromises in data integrity

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

Problems with Data Dependency?

A

Each application programmer must maintain his/her own data

Lack of Coordination and Central Control

Non-standard file formats

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

Costs and Risks of Database Approach?

A

New, specialized personnel

Installation and management cost and
complexity

Conversion costs

Need for explicit backup and recovery

Organizational conflict

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

What is the Database Approach?

A

Central repository of shared data

Data is managed by a controlling agent

Stored in a standardized, convenient
form

Requires a Database Management System (DBMS)

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