Database Systems In The Organization Flashcards

Database Managment and Desgin Book (Gary&James)

1
Q

Database

A

A collection of interrelated, shared, and controlled data

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

Data Integration

A

Combining data for common use.

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

Electronic data processing

A

Computer automation of paperwork at the operational level of an organization.

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

Decision support system

A

Automated system providing strategic information to senior managment.

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

Distributed database system

A

A database system is made of several systems at local sites connected by communication lines.

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

Database planning

A

Strategic effort to determine information needs for an extended period.

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

Database development life cycle(DDLC)

A

A process for designing implementing and maintaining a database.

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

Database administration

A

Personnel with responsibility for controlling and protecting the database.

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

Conceptual database design

A

Identification of data elements, relationships, and constraints for a database.

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

Value constraint

A

A rule defining the permissible values for a specific data item

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

Physical database design

A

Determination of storage devices, access methods, and indexes for using a database.

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

View

A

A definition of a restricted portion of the database is also called a data view.

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

Schema

A

A definition of the logical structure of the entire database.

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

Information center

A

An area where users have facilities to do their computing

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

Retrieve only access

A

Database access with no update allowed

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

Data integrity

A

Accuracy and consistency of data values in the database.

17
Q

Three level architecture

A

Standard database structure consisting of conceptual, external and internal levels

18
Q

Conceptual level

A

Database structural level defining the logical schema of the database.

19
Q

External level

A

Database structural level defining user views.

20
Q

Internal level

A

Database structural level defining physical view of the database.

21
Q

Database development life cycle(DDLC)

A

A process for designing implementing and maintaining a database system.

22
Q

System development life cycle(SDLC)

A

A process for system development.

23
Q

Function-oriented approach

A

Views a system from the perspective of the functions it should perform

24
Q

Data-oriented approach

A

Focuses on the analysis of data used by functions.

25
Q

Preliminary planning

A

Planning for a database that occurs during the strategic database planning process.

26
Q

Feasibility study

A

A portion of the DDLC that determines the technological operational and economic feasibility of the database.

27
Q

Technological feasibility

A

Determination of hardware and software availability for database system.

28
Q

Operational feasibility

A

Determination of availability of expertise and personnel needed for the database system.

29
Q

Economic feasibility

A

Cost-benefit study of proposed database system.

30
Q

Requirements definition

A

Determination of management and fun

31
Q

Conceptual Design

A

Creation of conceptual level schema for database

32
Q

Database Implementation

A

The steps required to change a conceptual design to a functioning database.