Week 3 Flashcards

1
Q

Database System Development Lifecycle

A

Database planning
System definition
Requirements collection and analysis
Database design
DBMS selection (optional)
Application design
Prototyping (optional)
Implementation
Data conversion and loading
Testing
Operational maintenance

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

Management activities that allow stages of database system development lifecycle to be realized as efficiently and effectively as possible.

Must be integrated with overall IS strategy of the organization.

A

Database planning

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

_______for the database project defines major aims of database application.

Those driving database project normally define the _
_______ .

A

database planning - mission statement

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

_______ helps clarify purpose of the database project and provides clearer path towards the efficient and effective creation of required database system.

A

Mission statement

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

Once mission statement is defined, _____ are defined.

Each ______ should identify a particular task that the database must support.

May be accompanied by some additional information that specifies the work to be done, the resources with which to do it, and the money to pay for it all.

A

mission objectives

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

Database planning should also include development of standards that govern:

A

how data will be collected,
how the format should be specified,
what necessary documentation will be needed,
how design and implementation should proceed.

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

Describes scope and boundaries of database system and the major user views.

User view defines what is required of a database system from perspective of:
a particular job role (such as Manager or Supervisor) or
enterprise application area (such as marketing, personnel, or stock control).

A

system definition

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

Database application may have one or more _____

Identifying ______ helps ensure that no major users of the database are forgotten when developing requirements for new system.

____ also help in development of complex database system allowing requirements to be broken down into manageable pieces.

A

User views

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

Process of creating a design for a database that will support the enterprise’s mission statement and mission objectives for the required database system.

A

database design

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

Main approaches in database design nclude:

A

Top-down
Bottom-up
Inside-out
Mixed

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

Main purposes of data modeling include:

A

to assist in understanding the meaning (semantics) of the data;
to facilitate communication about the information requirements.

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

Building data model requires answering questions about __,____, and ____

A

entities, relationships, and attributes.

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

A data model ensures we understand:

A
  • each user’s perspective of the data;
  • nature of the data itself, independent of its physical representations;
  • use of data across user views.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Criteria to Produce an Optimal Data Model

A

structural validity
simplicity
expressibility
nonredundancy
shareability
extensibility
integrity
diagrammatic representation

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

Three phases of database design:

A

Conceptual database design
Logical database design
Physical database design.

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

Process of constructing a model of the data used in an enterprise, independent of all physical considerations.

Data model is built using the information in users’ requirements specification.

A

conceptual database design

17
Q

_____ is source of information for logical design phase.

A

Conceptual data model

18
Q

Process of constructing a model of the data used in an enterprise based on a specific data model (e.g. relational), but independent of a particular DBMS and other physical considerations.

A

Logical database design

19
Q

Conceptual data model is refined and mapped on to a _____.

A

logical data model

20
Q

Process of producing a description of the database implementation on secondary storage.

Describes base relations, file organizations, and indexes used to achieve efficient access to data. Also describes any associated integrity constraints and security measures.

Tailored to a specific DBMS system.

A

Physical Database Design

21
Q

Selection of an appropriate DBMS to support the database system.
Undertaken at any time prior to logical design provided sufficient information is available regarding system requirements.

A

DBMS Selection

22
Q

Main steps to selecting a DBMS:

A

define Terms of Reference of study;
shortlist two or three products;
evaluate products;
recommend selection and produce report.

23
Q

Design of user interface and application programs that use and process the database.

Database design and application design are parallel activities.

A

Application design

24
Q

Includes two important activities in application design:

A

transaction design;
user interface design.

25
Q

Building working model of a database system.

Purpose
to identify features of a system that work well, or are inadequate;
to suggest improvements or even new features;
to clarify the users’ requirements;
to evaluate feasibility of a particular system design.

A

prototyping

26
Q

Physical realization of the database and application designs.

Use DDL to create database schemas and empty database files.
Use DDL to create any specified user views.
Use 3GL or 4GL to create the application programs. This will include the database transactions implemented using the DML, possibly embedded in a host programming language.

A

Implementation

27
Q

Transferring any existing data into new database and converting any existing applications to run on new database.

Only required when new database system is replacing an old system.

DBMS normally has utility that loads existing files into new database.

May be possible to convert and use application programs from old system for use by new system.

A

Data Conversion and Loading

28
Q

Process of running the database system with intent of finding errors.

Use carefully planned test strategies and realistic data.

_______ cannot show absence of faults; it can show only that software faults are present.

Demonstrates that database and application programs appear to be working according to requirements.

Should also test usability of system.

Evaluation conducted against a usability specification.

A

Testing

29
Q

Examples of criteria in testing include

A

Learnability;
Performance;
Robustness;
Recoverability;
Adaptability.

30
Q

Process of monitoring and maintaining database system following installation.

Monitoring performance of system.
if performance falls, may require tuning or reorganization of the database.

Maintaining and upgrading database application (when required).

Incorporating new requirements into database application.

A

operational maintenance

31
Q

_____ and _____ are responsible for managing and controlling the corporate data and corporate database, respectively.

A

The Data Administrator (DA) and Database Administrator (DBA)

32
Q

______ is more concerned with early stages of database system development lifecycle

A

DA

33
Q

and ____ is more concerned with later stages.

A

DBA

34
Q

Management of data resource including: (DA)

A

database planning,
development and maintenance of standards, policies and procedures, and conceptual and logical database design.

35
Q

Management of physical realization of a database system including: (DBA)

A

physical database design and implementation,
setting security and integrity controls,
monitoring system performance, and reorganizing the database.

36
Q

The formal process of using techniques such as interviews and questionnaires to collect facts about systems, requirements, and preferences.

A

Fact-finding techniques

37
Q

When Are Fact-Finding Techniques Used?

A

Fact-finding used throughout the database application lifecycle. Crucial to the early stages including database planning, system definition, and requirements collection and analysis stages.

Enables developer to learn about the terminology, problems, opportunities, constraints, requirements, and priorities of the organization and the users of the system.

38
Q

A database developer normally uses several fact-finding techniques during a single database project including:

A

examining documentation
interviewing
observing the organization in operation
research
questionnaires

39
Q

Examining documentation can be useful to:

A

to gain some insight as to how the need for a database arose.
to identify the part of the organization associated with the problem.
To understand the current system.