DB Managment Ch9
DB Managment Ch9
An information system is a system that provides the conditions for data collection,
storage, and retrieval. Facilitates the transformation of data into information. And,
provides management of both data and information.
An information system is composed of hardware, software (DBMS and
applications), the database(s), procedures, and people.
Good decisions are generally based on good information. Ultimately, the purpose
of an information system is to facilitate good decision making by making relevant
and timely information available to the decision makers.
2. How do systems analysis and systems development fit into a discussion about
information systems?
Both systems analysis and systems development constitute part of the Systems
Development Life Cycle, or SDLC. Systems analysis, phase II of the SDLC,
establishes the need for and the extent of an information system by establishing
end-user requirements, evaluating the existing system, and developing a logical
systems design.
Systems development, based on the detailed systems design found in phase III of
the SDLC, yields the information system. The detailed system specifications are
established during the systems design phase, in which the designer completes the
design of all required system processes.
3. What does the acronym SDLC mean, and what does an SDLC portray?
SDLC is the acronym that is used to label the System Development Life Cycle.
The SDLC traces the history of an information system from its inception to its
obsolescence. The SDLC is composed of six phases: planning, analysis, detailed
system, design, implementation and maintenance.
4. What does the acronym DBLC mean, and what does a DBLC portray?
DBLC is the acronym that is used to label the Database Life Cycle. The DBLC
traces the history of a database system from its inception to its obsolescence. Since
the database constitutes the core of an information system, the DBLC is concurrent
to the SDLC. The DBLC is composed of six phases: initial study, design,
Database Management Ch9 Garcia 2
The minimal data rule specifies that all the data defined in the data model are
actually required to fit
present and expected future data requirements. This rule may be phrased as All
that is needed is there, and all that is there is needed.
7. Discuss the distinction between top-down and bottom-up approaches in
database design.
Top-down database design involves starting with a general overview of the system
and gradually refining the design to include more detail. Bottom-up database
design involves starting with specific details and gradually building up to a more
Database Management Ch9 Garcia 3
general overview. Both approaches have advantages and disadvantages and the
choice between them depends on the specific needs of the organization.
8. What are business rules? Why are they important to a database designer?
11. List and briefly explain the activities involved in the verification of an ER
model.