+ All Categories
Home > Documents > Continuation From Chapter From Chapter 1 Two Types of Approaches Data Oriented Approach Process...

Continuation From Chapter From Chapter 1 Two Types of Approaches Data Oriented Approach Process...

Date post: 25-Dec-2015
Category:
Upload: rosamond-hodges
View: 220 times
Download: 0 times
Share this document with a friend
Popular Tags:
41
Continuation From Chapter From Chapter 1 Two Types of Approaches Data Oriented Approach Process Oriented Approach
Transcript
Page 1: Continuation From Chapter From Chapter 1 Two Types of Approaches Data Oriented Approach Process Oriented Approach.

Continuation From Chapter From Chapter 1

Two Types of Approaches

Data Oriented Approach

Process Oriented Approach

Page 2: Continuation From Chapter From Chapter 1 Two Types of Approaches Data Oriented Approach Process Oriented Approach.

PayrollProcessing

System

ProjectManagement

System

TaxData

ProjectData

PersonnelData

PersonnelData

Process-Oriented Approach

Page 3: Continuation From Chapter From Chapter 1 Two Types of Approaches Data Oriented Approach Process Oriented Approach.

PayrollProcessing

System

ProjectManagement

System

TaxData

ProjectData

PersonnelData

Data-Oriented Approach

Page 4: Continuation From Chapter From Chapter 1 Two Types of Approaches Data Oriented Approach Process Oriented Approach.

Database and Application Independence

Database Shared collection of logically related data Centrally managed Designed around subjects

Customers Suppliers

Application Independence Separation of data and definition of data

from applications

Page 5: Continuation From Chapter From Chapter 1 Two Types of Approaches Data Oriented Approach Process Oriented Approach.

Key Differences Between Process- and Data-oriented Approaches

Characteristic Process-Orientation

Data-Orientation

Design focus What thesystem issupposed to doand when

The data thesystem needs tooperate

Page 6: Continuation From Chapter From Chapter 1 Two Types of Approaches Data Oriented Approach Process Oriented Approach.

Key Differences Between Process- and Data-oriented approaches

Characteristic Process-Orientation

Data-Orientation

System stability Limited, asbusinessprocesses andthe applicationsthat supportthem changeconstantly

More enduring,as the dataneeds of anorganization donot changerapidly

Orientation

Page 7: Continuation From Chapter From Chapter 1 Two Types of Approaches Data Oriented Approach Process Oriented Approach.

Key Differences Between Process- and Data-oriented approaches

Characteristic Process-Orientation

Data-Orientation

Dataorganization

Data filesdesigned foreach individualApplication(loosely coupled)

Data filesdesigned forthe enterprise(integrated)

Page 8: Continuation From Chapter From Chapter 1 Two Types of Approaches Data Oriented Approach Process Oriented Approach.

Key Differences Between Process- and Data-oriented approaches

Characteristic Process-Orientation

Data-Orientation

Data stored Too much,uncontrolledduplication

Limited,controlledduplication

Page 9: Continuation From Chapter From Chapter 1 Two Types of Approaches Data Oriented Approach Process Oriented Approach.

Systems Development Life Cycle (SDLC)

Project ID and Selection

Proj. Initiation & Planning

Analysis

Logical Design

Physical Design

Implementation

Maintenance

Page 10: Continuation From Chapter From Chapter 1 Two Types of Approaches Data Oriented Approach Process Oriented Approach.

Systems Development Life Cycle (SDLC)

Project ID and Selection

Proj. Initiation & Planning

Analysis

Logical Design

Physical Design

Implementation

Maintenance

Deliverable 1Project Proposal

Page 11: Continuation From Chapter From Chapter 1 Two Types of Approaches Data Oriented Approach Process Oriented Approach.

Systems Development Life Cycle (SDLC)

Project ID and Selection

Proj. Initiation & Planning

Analysis

Logical Design

Physical Design

Implementation

Maintenance

Deliverable 2Require. Analysis

(Pre-ERD)

Page 12: Continuation From Chapter From Chapter 1 Two Types of Approaches Data Oriented Approach Process Oriented Approach.

Systems Development Life Cycle (SDLC)

Project ID and Selection

Proj. Initiation & Planning

Analysis

Logical Design

Physical Design

Implementation

Maintenance

Deliverable 3New System Design

(ERD/DFD)

Page 13: Continuation From Chapter From Chapter 1 Two Types of Approaches Data Oriented Approach Process Oriented Approach.

Systems Development Life Cycle (SDLC)

Project ID and Selection

Proj. Initiation & Planning

Analysis

Logical Design

Physical Design

Implementation

Maintenance

Deliverable 4 DB Prototype

Page 14: Continuation From Chapter From Chapter 1 Two Types of Approaches Data Oriented Approach Process Oriented Approach.

Systems Development Life Cycle (SDLC)

Project ID and Selection

Proj. Initiation & Planning

Analysis

Logical Design

Physical Design

Implementation

Maintenance

Deliverable 5Final System &

Report

Page 15: Continuation From Chapter From Chapter 1 Two Types of Approaches Data Oriented Approach Process Oriented Approach.

Different Techniques to Improving Information Systems Development

Prototyping Building a scaled-down working version of the

system Advantages: users are involved in design, and

captures requirements in concrete form

Rapid Application Development (RAD) Utilizes prototyping to delay producing system

design until after user requirements are clear

Joint Application Design (JAD) Users, Managers and Analysts work together for

several days Structured meeting to review system requirements

Page 16: Continuation From Chapter From Chapter 1 Two Types of Approaches Data Oriented Approach Process Oriented Approach.

Systems analysts

Key individuals in the systems development process

Systems Analysts perform analysis and design based upon: Understanding of organization’s objectives,

structure and processes Knowledge of how to exploit information

technology for advantage

Page 17: Continuation From Chapter From Chapter 1 Two Types of Approaches Data Oriented Approach Process Oriented Approach.
Page 18: Continuation From Chapter From Chapter 1 Two Types of Approaches Data Oriented Approach Process Oriented Approach.

Chapter 2

Succeeding as a Systems Analyst

Page 19: Continuation From Chapter From Chapter 1 Two Types of Approaches Data Oriented Approach Process Oriented Approach.

Learning Objectives

Discuss analytical skills Describe technical skills Discuss management skills Discuss interpersonal skills Describe systems analysis profession

2.192.19

Page 20: Continuation From Chapter From Chapter 1 Two Types of Approaches Data Oriented Approach Process Oriented Approach.

Analytical Skills for Systems Analysis

Four Sets of Analytical Skills Systems Thinking Organizational Knowledge Problem Identification Problem Solving

2.202.20

Page 21: Continuation From Chapter From Chapter 1 Two Types of Approaches Data Oriented Approach Process Oriented Approach.

Systems Thinking

System A system is an interrelated set of business

procedures used within one business unit working together for a purpose

A system has nine characteristics A system exists within an environment A boundary separates a system from its

environment

2.212.21

Page 22: Continuation From Chapter From Chapter 1 Two Types of Approaches Data Oriented Approach Process Oriented Approach.

Characteristics of a System

Components Interrelated Components Boundary Purpose Environment Interfaces Input Output Constraints

2.222.22

Page 23: Continuation From Chapter From Chapter 1 Two Types of Approaches Data Oriented Approach Process Oriented Approach.

Important System Concepts Decomposition Modularity Coupling Cohesion Logical System Description Physical System Description

2.232.23

Page 24: Continuation From Chapter From Chapter 1 Two Types of Approaches Data Oriented Approach Process Oriented Approach.

Decomposition

The process of breaking down a system into smaller components

Page 25: Continuation From Chapter From Chapter 1 Two Types of Approaches Data Oriented Approach Process Oriented Approach.

ModularityProcess of dividing a system into modules of a relatively uniform size

2.252.25

Page 26: Continuation From Chapter From Chapter 1 Two Types of Approaches Data Oriented Approach Process Oriented Approach.

Coupling

Subsystems that are dependent upon each other are coupled

Page 27: Continuation From Chapter From Chapter 1 Two Types of Approaches Data Oriented Approach Process Oriented Approach.

Cohesion

Extent to which a subsystem performs a single function

Page 28: Continuation From Chapter From Chapter 1 Two Types of Approaches Data Oriented Approach Process Oriented Approach.

Logical System Description

Portrays the purpose and function of the system

2.282.28

Page 29: Continuation From Chapter From Chapter 1 Two Types of Approaches Data Oriented Approach Process Oriented Approach.

Physical System Description

Focuses on how the system will be materially constructed

Page 30: Continuation From Chapter From Chapter 1 Two Types of Approaches Data Oriented Approach Process Oriented Approach.

Systems Thinking -Benefits

ST leads to abstractionabstraction leads to essential characteristics Leads to insights into specific system to question assumptions, provide documentation and manipulate the system without disrupting the real situation

2.302.30

Page 31: Continuation From Chapter From Chapter 1 Two Types of Approaches Data Oriented Approach Process Oriented Approach.

Systems Thinking in Information systems

Information systems are subsystems in larger organizational systems

Data flow diagrams represent information systems as systems

Inputs Outputs System boundaries Environment Subsystems Interrelationship

2.312.31

Page 32: Continuation From Chapter From Chapter 1 Two Types of Approaches Data Oriented Approach Process Oriented Approach.

Problem Identification

Problem: Difference between an existing situation and a desired situationIdentification is process of defining differencesDifferences are defined by comparing the current situation to the output of a model that predicts what the output should be

2.322.32

Page 33: Continuation From Chapter From Chapter 1 Two Types of Approaches Data Oriented Approach Process Oriented Approach.

Problem Analyzing and Solving

Four Phases Intelligence

All relevant information is collected Design

Alternatives are formulated Choice

Best alternative solution is chosen Implementation

Solution is put into practice

2.332.33

Page 34: Continuation From Chapter From Chapter 1 Two Types of Approaches Data Oriented Approach Process Oriented Approach.

Technical Skills for Systems Analysis

Constant re-education is necessary as technology changes rapidly

Activities to keep skills up-to-date

Understanding of a wide variety of technologies is required

2.342.34

Page 35: Continuation From Chapter From Chapter 1 Two Types of Approaches Data Oriented Approach Process Oriented Approach.

Management Skills for Systems Analysis

Four categories Resource Management Project Management Risk Management Change Management

2.352.35

Page 36: Continuation From Chapter From Chapter 1 Two Types of Approaches Data Oriented Approach Process Oriented Approach.

Interpersonal Skills for Systems Analysis

Four types of skills: Communication skills Working alone and with a team Facilitating groups Managing expectations

2.362.36

Page 37: Continuation From Chapter From Chapter 1 Two Types of Approaches Data Oriented Approach Process Oriented Approach.

Communication Skills

Three types used by Systems Analyst Interviewing and Listening Questionnaires Written and Oral Presentation

2.372.37

Page 38: Continuation From Chapter From Chapter 1 Two Types of Approaches Data Oriented Approach Process Oriented Approach.

Facilitating Groups

Involves guiding a group without being a part of the group

Useful skill for sessions such as Joint Application Development (JAD)

Figure 2-9 lists guidelines for running a successful meeting

2.382.38

Page 39: Continuation From Chapter From Chapter 1 Two Types of Approaches Data Oriented Approach Process Oriented Approach.

Systems Analysis as a Profession

Standards have been established for education, training, certification and practice

Several aspects: Standards of Practice Ethics Career Path

2.392.39

Page 40: Continuation From Chapter From Chapter 1 Two Types of Approaches Data Oriented Approach Process Oriented Approach.

Standards of Practice

Development of a Common Language Common programming languages Common modeling languages, such as

Unified Modeling Language (UML)

Page 41: Continuation From Chapter From Chapter 1 Two Types of Approaches Data Oriented Approach Process Oriented Approach.

Career Paths

Consulting

Information Systems within a large corporation

Software vendors

Other opportunities outside of systems analysis

2.412.41


Recommended