Unit 4.1 Flashcards
What is information System?
Resources that enable collection…dissemination of info throughout an organization.
SDLC?
structured project management model that outlines the phases required to build an IS.
Phases of SDLC
planning, system analysis, system design ,development/ implement, integration and testing, operation and maintenance.
Database DLC
Plan, study, design, implement and load, test and eval, operate and maintain.
Specification?
Formal representation of what a system should do,in terms independent of how it may be realized.
Database initial study
collect requirements, define problems and objectives, define scope and boundaries
Methods used in database initial study:
Interviewing end users individually and in a group
Questionnaire survey
Direct observation
Examining different documents like forms, reports, receipts, invoices
How do you analyze a company’s situation
Database designer examines its operational components, organizational structure, mission, and their interactions.
What are the requirements in the analyzing stage ?
Functional: desired functionality of the database, including
data entry, storage, retrieval, and reporting.
Non- functional: specify any constraints or performance expectations, such as security, scalability, and response time
What is a problem? Problem definition? Problem statement?
difference between actual and desired situation.
Definition is when there is a summarized problem statement followed by a series of issues.
Statement outlines the negative points and why it matters.
In which stage should initial objective be addressed along with system interface sharing data with other existing or future systems be addressed?
Defining objectives: help solve at least the major problems
Scope/boundary definition means
extent of the design and its requirements or the conceptual line that divides the system under study from ‘everything else’.
Database Designing phases
Conceptual: constructing a model of the data used in an enterprise,
independent of all Technical /physical considerations.
Logical: 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.
Physical: producing a description of the implementation of the database on secondary storage; it describes the base relations, file organizations, and indexes
design used to achieve efficient access to the data, and any associated integrity constraints and security measures
Implementing database:
Select and Install the DBMS
Create the Database(s)
Load or Convert the Data
Testing a database:
Does it preform as expected.
Integrity, physical and password security, access rights, data encryption, backup and recovery plans are tested.