SlideShare uma empresa Scribd logo
1 de 60
Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall
Understanding and Modeling
Organizational Systems
Systems Analysis and Design, 8e
Kendall & Kendall
2
Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-2
Learning Objectives
• Understand that organizations and their
members are systems and that analysts need
to take a systems perspective.
• Depict systems graphically using context-
level data flow diagrams, and entity-
relationship models, use cases, and use case
scenarios.
• Recognize that different levels of
management require different systems.
• Comprehend that organizational culture
impacts the design of information systems.
Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-3
Three Main Forces Interacting to
Shape Organizations
• Levels of management
• Design of organizations
• Organizational cultures
Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-4
Organizations Are Composed of
Interrelated Subsystems
• Influenced by levels of management
decision makers that cut horizontally
across the organizational system
• Operations
• Middle management
• Strategic management
• Influenced by organizational cultures
and subcultures
Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-5
Major Topics
• Organizations as systems
• Depicting systems graphically
• Data flow diagram
• Entity-relationship model
• Use case modeling
• Levels of management
• Organizational culture
Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-6
Organizations as Systems
• Conceptualized as systems designed to
accomplish predetermined goals and
objectives
• Composed of smaller, interrelated
systems serving specialized functions
• Specialized functions are reintegrated
to form an effective organizational
whole.
Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-7
Interrelatedness and
Independence of Systems
• All systems and subsystems are interrelated
and interdependent.
• All systems process inputs from their
environments.
• All systems are contained by boundaries
separating them from their environments.
• System feedback for planning and control
• An ideal system self-corrects or self-regulates
itself.
Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-8
System Outputs Serve as Feedback that
Compares Performance with Goals (Figure 2.1)
Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-9
Organizational Environments
• Community
• Physical location
• Demographic profile (education, income)
• Economic
• Market factors
• Competition
• Political
• State and local government
• Legal
• Federal, state, regional, local laws, and guidelines
Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-10
Openness and Closedness
• Open
• Free flow of information
• Output from one system becomes input to
another
• Closed
• Restricted access to information
• Limited by numerous rules
• Information only on a “need to know” basis
Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-11
Virtual Organizations and Virtual
Teams
• A virtual organization has parts of the
organization in different physical
locations.
• Computer networks and
communications technology are used to
bring virtual teams together to work on
projects.
Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-12
Benefits of Virtual Organizations
and Teams
• Possibility of reducing costs of physical
facilities
• More rapid response to customer needs
• Helping virtual employees to fulfill their
familial obligations to children or aging
parents
Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-13
Taking a Systems Perspective
• Allows system analyst to understand
businesses before they begin their tasks
• It is important that members of subsystems
realize that they are interrelated with other
subsystems.
• Problems occur when each manager thinks
that his/her department is the most important.
• Bigger problems may occur when that
manager rises through the ranks.
Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-14
Taking a Systems Perspective
(Figure 2.2)
Outputs from one
department serve as
inputs for another such
that subsystems are
interrelated.
Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-15
Perspective of Functional
Managers (FIGURE 2.3)
Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-16
Enterprise Resource Planning
• Enterprise Systems or Enterprise
Resource Planning (ERP) describes an
integrated organizational information
system.
• Software that helps the flow of
information between the functional
areas within the organization
Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-17
Depicting Systems Graphically
• Context-level data flow diagrams
• Entity-relationship model
• Use case modeling
Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-18
Context-Level Data Flow
Diagrams
• Focus is on the data flowing into and
out of the system and the processing of
the data.
• Shows the scope of the system:
• What is to be included in the system.
• The external entities are outside the scope
of the system.
Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-19
The Basic Symbols of a Data
Flow Diagram (Figure 2.4)
Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-20
Airline Reservation System
(Figure 2.5)
A context-level data
flow diagram
for an airline
reservation system
Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-21
Entity-Relationship Model
• Focus is on the entities and their
relationships within the organizational
system
• Another way to show the scope of a
system
Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-22
Relationships
• Relationships show how the entities are
connected.
• Three types of relationships:
• One-to-one
• One-to-many
• Many-to-many
Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-23
Entity-Relationship Example
(Figure 2.7)
An entity-
relationship
diagram
showing a many-
to-one
relationship
Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-24
Examples of Different Types of
Relationships in E-R Diagrams (Figure 2.8)
Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-25
Entities
• Fundamental entity
• Associative entity
• Attributive entity
Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-26
Three Different Types of Entities
Used in E-R Diagrams (Figure
2.9)
Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-27
Attributes
• Data attributes may be added to the
diagram.
Patron
Patron Name
Patron address
Patron phone
Patron credit card
Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-28
Creating Entity-Relationship
Diagrams
• List the entities in the organization.
• Choose key entities to narrow the
scope of the problem.
• Identify what the primary entity should
be.
• Confirm the results of the above
through data gathering.
Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-29
A More Complete E-R Diagram Showing Data
Attributes of the Entities (Figure 2-12 )
Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-30
Use Case Modeling
• Describes what a system does without
describing how the system does
• A logical model of the system
• Use case is a view of the system
requirements
• Analyst works with business experts to
develop requirements
Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-31
Use Case Diagram
• Actor
• Refers to a particular role of a user of the system
• Similar to external entities; they exist outside of
the system
• Use case symbols
• An oval indicating the task of the use case
• Connecting lines
• Arrows and lines used to diagram behavioral
relationships
Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-32
Actor
• Divided into two groups
• Primary actors:
• Supply data or receive information from the
system.
• Provide details on what the use case should
do.
• Supporting actors:
• Help to keep the system running or provide
help.
• The people who run the help desk, the
analysts, programmers, and so on.
Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-33
A Use Case Always Provides
Three Things
• An actor that initiates an event
• The event that triggers a use case
• The use case that performs the actions
triggered by the event
Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-34
Use Case Relations
• Behavioral relationships
• Communicates
• Used to connect an actor to a use case
• Includes
• Describes the situation in which a use
case contains behavior that is common
to more than one use case
Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-35
Use Case Relations
• Behavioral relationships (continued)
• Extends
• Describes the situation in which one use
case possesses the behavior that allows
the new case to handle a variation or
exception from the basic use case
• Generalizes
• Implies that one thing is more typical
than the other thing
Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-36
Some Components of Use Case Diagrams Showing
Actors, Use Cases, and Relationships for a Student
Enrollment Example (Figure 2.13)
Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-37
Examples of Use Cases, Behavioral
Relationships for Student Enrollment (Figure
2.14)
Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-38
Scope
• System scope defines its boundaries:
• What is in or outside the system
• Project has a budget that helps to define
scope
• Project has a start and an end time
• Actors are always outside of scope
• Communication lines are the
boundaries and define the scope
Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-39
Developing Use Case
Diagrams
• Review the business specifications and identify the
actors involved.
• May use agile stories.
• Identify the high-level events and develop the primary
use cases that describe those events and how the
actors initiate them.
• Review each primary use case to determine the
possible variations of flow through the use case.
• The context-level data flow diagram could act as a
starting point for creating a use case.
Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-40
A Use Case Diagram Representing a System
Used to Plan a Conference (Figure 2.15 )
Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-41
Developing the Use Case
Scenarios
• The description of the use case
• Three main areas:
• Use case identifiers and initiators
• Steps performed
• Conditions, assumptions, and questions
Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-42
A Use Case Scenario Is Divided into Three Sections (Figure 2.16)
Use case name: Register for Conference UniqueID: Conf RG 003
Area: Conference Planning
Actor(s): Participant
Stakeholder Conference Sponsor, Conference Speakers
Level Blue
Description: Allow conference participant to register online for the conference using a secure Web site.
Triggering Event: Participant uses Conference Registration Web site, enters userID and password, and clicks the logon button.
Trigger type:  External  Temporal
Steps Performed (Main Path) Information for Steps
1. Participant logs in using the secure Web server userID, Password
More steps included here…
12. Successful Registration Confirmation Web page is sent to the participant Registration Record Confirmation Number
Preconditions: Participant has already registered and has created a user account.
Postconditions: Participant has successfully registered for the conference.
Assumptions: Participant has a browser and a valid userID and password.
Success Guarantee: Participant has registered for the conference and is enrolled in all selected sessions.
Minimum Guarantee: Participant was able to logon.
Requirements Met: Allow conference participants to be able to register for the conference using a secure Web site.
Outstanding Issues: How should a rejected credit card be handled?
Priority: High
Risk: Medium
Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-43
Use Case Header Area
• Has a name and a unique ID.
• Include application area.
• List actors.
• Include stakeholders.
• Include the level.
• Has a brief description of the use case.
Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-44
Use Case Levels
• Use case levels describe how global or
detailed the use case description is:
• White (like clouds): enterprise level
• Kite: business unit or department level
• Blue (sea level): user goals
• Indigo (or fish): functional or subfunctional
• Black (or clam): most detailed
Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-45
Alternative Scenarios
• Extensions or exceptions to the main
use case
• Number with an integer, decimal point,
integer
• Steps that may or may not always be
used
Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-46
Use Case Footer Area
• Preconditions—need to be met before use
case can be performed
• Postconditions or the state of the system after
the use case has finished
• Assumptions
• Minimal guarantee
• Success guarantee
• Outstanding issues
• Optional priority and risk
Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-47
Four Steps Used to Create Use
Cases
• Use agile stories, problem definition
objectives, user requirements, or a
features list.
• Ask about the tasks that must be done.
• Determine if there are any iterative or
looping actions.
• The use case ends when the customer
goal is complete.
Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-48
Why Use Case Diagrams Are
Helpful
• Identify all the actors in the problem
domain.
• Actions that need to be completed are
also clearly shown on the use case
diagram.
• The use case scenario is also
worthwhile.
• Simplicity and lack of technical detail
Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-49
The Main Reasons for Writing Use Cases Are
Their Effectiveness in Communicating with
Users and Their Capturing of User Stories (Figure
2.18)
Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-50
Management in Organizations Exists on Three
Horizontal Levels: Operational Control, Managerial
Planning and Control, and Strategic Management
(Figure 2.19)
Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-51
Operations Control
• Make decisions using predetermined
rules that have predictable outcomes.
• Oversee the operating details of the
organization.
Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-52
Managerial Planning and
Control
• Make short-term planning and control
decisions about resources and
organizational objectives.
• Decisions may be partly operational
and partly strategic.
Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-53
Strategic Management
• Look outward from the organization to
the future.
• Make decisions that will guide middle
and operations managers.
• Work in highly uncertain decision-
making environment.
• Define the organization as a whole.
Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-54
Managerial Levels
• Different organization structure
• Leadership style
• Technological considerations
• Organization culture
• Human interaction
• All carry implications for the analysis
and design of information systems
Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-55
Organizational Culture
• Organizations have cultures and
subcultures.
• Learn from verbal and nonverbal
symbolism.
Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-56
Verbal Symbolism
• Myths
• Metaphors
• Visions
• Humor
Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-57
Nonverbal Symbolism
• Shared artifacts
• Trophies, etc.
• Rites and rituals
• Promotions
• Birthdays, etc.
• Clothing worn
• Office placement and decorations
Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-58
Summary
• Organizational fundamentals
• Organizations as systems
• Levels of management
• Organizational culture
• Graphical representation of systems
• DFD
• ERD
• Use case diagrams and scenarios
Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-59
Summary (Continued)
• Levels of managerial control
• Operational
• Middle management
• Strategic
• Organizational culture
Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-60
All rights reserved. No part of this publication may be reproduced, stored in a
retrieval system, or transmitted, in any form or by any means, electronic,
mechanical, photocopying, recording, or otherwise, without the prior written
permission of the publisher. Printed in the United States of America.
Copyright © 2011 Pearson Education, Inc.  Copyright © 2011 Pearson Education, Inc.  
Publishing as Prentice HallPublishing as Prentice Hall

Mais conteúdo relacionado

Mais procurados

IT Inftractructures - Evolution of IT Inftractructure
IT Inftractructures - Evolution of IT InftractructureIT Inftractructures - Evolution of IT Inftractructure
IT Inftractructures - Evolution of IT InftractructureMahmoud Al ahmad
 
MIS-CH9: Achieving Operational Excellence and Customer Intimacy
MIS-CH9: Achieving Operational Excellence and Customer IntimacyMIS-CH9: Achieving Operational Excellence and Customer Intimacy
MIS-CH9: Achieving Operational Excellence and Customer IntimacySukanya Ben
 
MIS-CH04: Ethical and Social Issues in INformation Systems
MIS-CH04: Ethical and Social Issues in INformation SystemsMIS-CH04: Ethical and Social Issues in INformation Systems
MIS-CH04: Ethical and Social Issues in INformation SystemsSukanya Ben
 
Enterprise Information Systems
Enterprise Information SystemsEnterprise Information Systems
Enterprise Information SystemsGoutama Bachtiar
 
MIS managing digital firms companies
MIS managing digital firms companies MIS managing digital firms companies
MIS managing digital firms companies gufranresearcher
 
Enterprise resource planning
Enterprise resource planning Enterprise resource planning
Enterprise resource planning Bonny V Pappachan
 
MIS-CH08: Securing Information Systems
MIS-CH08: Securing Information SystemsMIS-CH08: Securing Information Systems
MIS-CH08: Securing Information SystemsSukanya Ben
 
Enterprise Systems Architecture.ppt
Enterprise Systems Architecture.pptEnterprise Systems Architecture.ppt
Enterprise Systems Architecture.pptAnshikaGoel42
 
Lesson 5: Information Systems Presentation
Lesson 5: Information Systems PresentationLesson 5: Information Systems Presentation
Lesson 5: Information Systems PresentationKereen Tatham
 
Laudon mis12 ppt03
Laudon mis12 ppt03Laudon mis12 ppt03
Laudon mis12 ppt03Faisal14H
 

Mais procurados (20)

IT Infrastructure and Emerging Technologies
IT Infrastructure and Emerging TechnologiesIT Infrastructure and Emerging Technologies
IT Infrastructure and Emerging Technologies
 
IT Inftractructures - Evolution of IT Inftractructure
IT Inftractructures - Evolution of IT InftractructureIT Inftractructures - Evolution of IT Inftractructure
IT Inftractructures - Evolution of IT Inftractructure
 
MIS-CH9: Achieving Operational Excellence and Customer Intimacy
MIS-CH9: Achieving Operational Excellence and Customer IntimacyMIS-CH9: Achieving Operational Excellence and Customer Intimacy
MIS-CH9: Achieving Operational Excellence and Customer Intimacy
 
Laudon mis14 ch02
Laudon mis14 ch02Laudon mis14 ch02
Laudon mis14 ch02
 
IT infrastructure and platforms
IT infrastructure and platformsIT infrastructure and platforms
IT infrastructure and platforms
 
Ppt04-Kendall
Ppt04-KendallPpt04-Kendall
Ppt04-Kendall
 
Mis ch01
Mis ch01Mis ch01
Mis ch01
 
MIS-CH04: Ethical and Social Issues in INformation Systems
MIS-CH04: Ethical and Social Issues in INformation SystemsMIS-CH04: Ethical and Social Issues in INformation Systems
MIS-CH04: Ethical and Social Issues in INformation Systems
 
Enterprise Information Systems
Enterprise Information SystemsEnterprise Information Systems
Enterprise Information Systems
 
Chapter 2
Chapter 2Chapter 2
Chapter 2
 
Chapter 2 MIS
Chapter 2 MISChapter 2 MIS
Chapter 2 MIS
 
MIS managing digital firms companies
MIS managing digital firms companies MIS managing digital firms companies
MIS managing digital firms companies
 
Platform-Technology.pdf
Platform-Technology.pdfPlatform-Technology.pdf
Platform-Technology.pdf
 
Laudon mis14 ch01
Laudon mis14 ch01Laudon mis14 ch01
Laudon mis14 ch01
 
Enterprise resource planning
Enterprise resource planning Enterprise resource planning
Enterprise resource planning
 
MIS-CH08: Securing Information Systems
MIS-CH08: Securing Information SystemsMIS-CH08: Securing Information Systems
MIS-CH08: Securing Information Systems
 
Enterprise Systems Architecture.ppt
Enterprise Systems Architecture.pptEnterprise Systems Architecture.ppt
Enterprise Systems Architecture.ppt
 
MIS Chapter 3
MIS Chapter 3MIS Chapter 3
MIS Chapter 3
 
Lesson 5: Information Systems Presentation
Lesson 5: Information Systems PresentationLesson 5: Information Systems Presentation
Lesson 5: Information Systems Presentation
 
Laudon mis12 ppt03
Laudon mis12 ppt03Laudon mis12 ppt03
Laudon mis12 ppt03
 

Destaque (8)

Kendall sad8e ch01
Kendall sad8e ch01Kendall sad8e ch01
Kendall sad8e ch01
 
Chap03
Chap03Chap03
Chap03
 
Chap01
Chap01Chap01
Chap01
 
Chap22
Chap22Chap22
Chap22
 
Chap02
Chap02Chap02
Chap02
 
Chap18
Chap18Chap18
Chap18
 
Sadchap02
Sadchap02Sadchap02
Sadchap02
 
Online Store Modules
Online Store ModulesOnline Store Modules
Online Store Modules
 

Semelhante a Kendall sad8e ch02

Kendall7e ch02
Kendall7e ch02Kendall7e ch02
Kendall7e ch02sayAAhmad
 
Unified Modeling Language
Unified Modeling LanguageUnified Modeling Language
Unified Modeling LanguageGiO Friginal
 
IT Computer System analysis and design
IT Computer System analysis and designIT Computer System analysis and design
IT Computer System analysis and designgufranresearcher
 
02010 ppt ch04
02010 ppt ch0402010 ppt ch04
02010 ppt ch04ams1ams1
 
Fundamentals of Database ppt ch04
Fundamentals of Database ppt ch04Fundamentals of Database ppt ch04
Fundamentals of Database ppt ch04Jotham Gadot
 
6 Use Case Modeling.pptx
6 Use Case Modeling.pptx6 Use Case Modeling.pptx
6 Use Case Modeling.pptxNALESVPMEngg
 
Entity relationship (er) modeling
Entity relationship (er) modelingEntity relationship (er) modeling
Entity relationship (er) modelingDhani Ahmad
 
Advanced data modeling
Advanced data modelingAdvanced data modeling
Advanced data modelingDhani Ahmad
 
EContent_11_2024_01_23_18_48_10_DatamodelsUnitIVpptx__2023_11_10_16_13_01.pdf
EContent_11_2024_01_23_18_48_10_DatamodelsUnitIVpptx__2023_11_10_16_13_01.pdfEContent_11_2024_01_23_18_48_10_DatamodelsUnitIVpptx__2023_11_10_16_13_01.pdf
EContent_11_2024_01_23_18_48_10_DatamodelsUnitIVpptx__2023_11_10_16_13_01.pdfsitework231
 
Unit 4 Design_a system analysis and design Designing Database.pdf
Unit 4 Design_a system analysis and design  Designing Database.pdfUnit 4 Design_a system analysis and design  Designing Database.pdf
Unit 4 Design_a system analysis and design Designing Database.pdfSuryaBasnet3
 
Introduction_to_Information_Management_I.docx
Introduction_to_Information_Management_I.docxIntroduction_to_Information_Management_I.docx
Introduction_to_Information_Management_I.docxHenryodicoh1
 
Data Modeling Training.pptx
Data Modeling Training.pptxData Modeling Training.pptx
Data Modeling Training.pptxssuser23b3eb
 
395813092-kendall-sad9-pp-01-ppt.ppt
395813092-kendall-sad9-pp-01-ppt.ppt395813092-kendall-sad9-pp-01-ppt.ppt
395813092-kendall-sad9-pp-01-ppt.ppttdimalibot
 
Enterprise Architecture.pptx
Enterprise Architecture.pptxEnterprise Architecture.pptx
Enterprise Architecture.pptxThauRhus
 

Semelhante a Kendall sad8e ch02 (20)

System
SystemSystem
System
 
Kendall7e ch02
Kendall7e ch02Kendall7e ch02
Kendall7e ch02
 
Unified Modeling Language
Unified Modeling LanguageUnified Modeling Language
Unified Modeling Language
 
IT Computer System analysis and design
IT Computer System analysis and designIT Computer System analysis and design
IT Computer System analysis and design
 
02010 ppt ch04
02010 ppt ch0402010 ppt ch04
02010 ppt ch04
 
Fundamentals of Database ppt ch04
Fundamentals of Database ppt ch04Fundamentals of Database ppt ch04
Fundamentals of Database ppt ch04
 
6 Use Case Modeling.pptx
6 Use Case Modeling.pptx6 Use Case Modeling.pptx
6 Use Case Modeling.pptx
 
Entity relationship (er) modeling
Entity relationship (er) modelingEntity relationship (er) modeling
Entity relationship (er) modeling
 
5279413.ppt
5279413.ppt5279413.ppt
5279413.ppt
 
Advanced data modeling
Advanced data modelingAdvanced data modeling
Advanced data modeling
 
03 chapter
03 chapter03 chapter
03 chapter
 
EContent_11_2024_01_23_18_48_10_DatamodelsUnitIVpptx__2023_11_10_16_13_01.pdf
EContent_11_2024_01_23_18_48_10_DatamodelsUnitIVpptx__2023_11_10_16_13_01.pdfEContent_11_2024_01_23_18_48_10_DatamodelsUnitIVpptx__2023_11_10_16_13_01.pdf
EContent_11_2024_01_23_18_48_10_DatamodelsUnitIVpptx__2023_11_10_16_13_01.pdf
 
T-SQL
T-SQLT-SQL
T-SQL
 
Chapter 9
Chapter 9Chapter 9
Chapter 9
 
Unit 4 Design_a system analysis and design Designing Database.pdf
Unit 4 Design_a system analysis and design  Designing Database.pdfUnit 4 Design_a system analysis and design  Designing Database.pdf
Unit 4 Design_a system analysis and design Designing Database.pdf
 
Erd1
Erd1Erd1
Erd1
 
Introduction_to_Information_Management_I.docx
Introduction_to_Information_Management_I.docxIntroduction_to_Information_Management_I.docx
Introduction_to_Information_Management_I.docx
 
Data Modeling Training.pptx
Data Modeling Training.pptxData Modeling Training.pptx
Data Modeling Training.pptx
 
395813092-kendall-sad9-pp-01-ppt.ppt
395813092-kendall-sad9-pp-01-ppt.ppt395813092-kendall-sad9-pp-01-ppt.ppt
395813092-kendall-sad9-pp-01-ppt.ppt
 
Enterprise Architecture.pptx
Enterprise Architecture.pptxEnterprise Architecture.pptx
Enterprise Architecture.pptx
 

Último

Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptxLBM Solutions
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?XfilesPro
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphNeo4j
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 

Último (20)

Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptx
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 

Kendall sad8e ch02

  • 1. Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall Understanding and Modeling Organizational Systems Systems Analysis and Design, 8e Kendall & Kendall 2
  • 2. Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-2 Learning Objectives • Understand that organizations and their members are systems and that analysts need to take a systems perspective. • Depict systems graphically using context- level data flow diagrams, and entity- relationship models, use cases, and use case scenarios. • Recognize that different levels of management require different systems. • Comprehend that organizational culture impacts the design of information systems.
  • 3. Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-3 Three Main Forces Interacting to Shape Organizations • Levels of management • Design of organizations • Organizational cultures
  • 4. Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-4 Organizations Are Composed of Interrelated Subsystems • Influenced by levels of management decision makers that cut horizontally across the organizational system • Operations • Middle management • Strategic management • Influenced by organizational cultures and subcultures
  • 5. Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-5 Major Topics • Organizations as systems • Depicting systems graphically • Data flow diagram • Entity-relationship model • Use case modeling • Levels of management • Organizational culture
  • 6. Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-6 Organizations as Systems • Conceptualized as systems designed to accomplish predetermined goals and objectives • Composed of smaller, interrelated systems serving specialized functions • Specialized functions are reintegrated to form an effective organizational whole.
  • 7. Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-7 Interrelatedness and Independence of Systems • All systems and subsystems are interrelated and interdependent. • All systems process inputs from their environments. • All systems are contained by boundaries separating them from their environments. • System feedback for planning and control • An ideal system self-corrects or self-regulates itself.
  • 8. Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-8 System Outputs Serve as Feedback that Compares Performance with Goals (Figure 2.1)
  • 9. Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-9 Organizational Environments • Community • Physical location • Demographic profile (education, income) • Economic • Market factors • Competition • Political • State and local government • Legal • Federal, state, regional, local laws, and guidelines
  • 10. Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-10 Openness and Closedness • Open • Free flow of information • Output from one system becomes input to another • Closed • Restricted access to information • Limited by numerous rules • Information only on a “need to know” basis
  • 11. Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-11 Virtual Organizations and Virtual Teams • A virtual organization has parts of the organization in different physical locations. • Computer networks and communications technology are used to bring virtual teams together to work on projects.
  • 12. Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-12 Benefits of Virtual Organizations and Teams • Possibility of reducing costs of physical facilities • More rapid response to customer needs • Helping virtual employees to fulfill their familial obligations to children or aging parents
  • 13. Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-13 Taking a Systems Perspective • Allows system analyst to understand businesses before they begin their tasks • It is important that members of subsystems realize that they are interrelated with other subsystems. • Problems occur when each manager thinks that his/her department is the most important. • Bigger problems may occur when that manager rises through the ranks.
  • 14. Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-14 Taking a Systems Perspective (Figure 2.2) Outputs from one department serve as inputs for another such that subsystems are interrelated.
  • 15. Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-15 Perspective of Functional Managers (FIGURE 2.3)
  • 16. Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-16 Enterprise Resource Planning • Enterprise Systems or Enterprise Resource Planning (ERP) describes an integrated organizational information system. • Software that helps the flow of information between the functional areas within the organization
  • 17. Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-17 Depicting Systems Graphically • Context-level data flow diagrams • Entity-relationship model • Use case modeling
  • 18. Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-18 Context-Level Data Flow Diagrams • Focus is on the data flowing into and out of the system and the processing of the data. • Shows the scope of the system: • What is to be included in the system. • The external entities are outside the scope of the system.
  • 19. Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-19 The Basic Symbols of a Data Flow Diagram (Figure 2.4)
  • 20. Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-20 Airline Reservation System (Figure 2.5) A context-level data flow diagram for an airline reservation system
  • 21. Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-21 Entity-Relationship Model • Focus is on the entities and their relationships within the organizational system • Another way to show the scope of a system
  • 22. Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-22 Relationships • Relationships show how the entities are connected. • Three types of relationships: • One-to-one • One-to-many • Many-to-many
  • 23. Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-23 Entity-Relationship Example (Figure 2.7) An entity- relationship diagram showing a many- to-one relationship
  • 24. Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-24 Examples of Different Types of Relationships in E-R Diagrams (Figure 2.8)
  • 25. Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-25 Entities • Fundamental entity • Associative entity • Attributive entity
  • 26. Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-26 Three Different Types of Entities Used in E-R Diagrams (Figure 2.9)
  • 27. Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-27 Attributes • Data attributes may be added to the diagram. Patron Patron Name Patron address Patron phone Patron credit card
  • 28. Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-28 Creating Entity-Relationship Diagrams • List the entities in the organization. • Choose key entities to narrow the scope of the problem. • Identify what the primary entity should be. • Confirm the results of the above through data gathering.
  • 29. Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-29 A More Complete E-R Diagram Showing Data Attributes of the Entities (Figure 2-12 )
  • 30. Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-30 Use Case Modeling • Describes what a system does without describing how the system does • A logical model of the system • Use case is a view of the system requirements • Analyst works with business experts to develop requirements
  • 31. Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-31 Use Case Diagram • Actor • Refers to a particular role of a user of the system • Similar to external entities; they exist outside of the system • Use case symbols • An oval indicating the task of the use case • Connecting lines • Arrows and lines used to diagram behavioral relationships
  • 32. Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-32 Actor • Divided into two groups • Primary actors: • Supply data or receive information from the system. • Provide details on what the use case should do. • Supporting actors: • Help to keep the system running or provide help. • The people who run the help desk, the analysts, programmers, and so on.
  • 33. Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-33 A Use Case Always Provides Three Things • An actor that initiates an event • The event that triggers a use case • The use case that performs the actions triggered by the event
  • 34. Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-34 Use Case Relations • Behavioral relationships • Communicates • Used to connect an actor to a use case • Includes • Describes the situation in which a use case contains behavior that is common to more than one use case
  • 35. Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-35 Use Case Relations • Behavioral relationships (continued) • Extends • Describes the situation in which one use case possesses the behavior that allows the new case to handle a variation or exception from the basic use case • Generalizes • Implies that one thing is more typical than the other thing
  • 36. Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-36 Some Components of Use Case Diagrams Showing Actors, Use Cases, and Relationships for a Student Enrollment Example (Figure 2.13)
  • 37. Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-37 Examples of Use Cases, Behavioral Relationships for Student Enrollment (Figure 2.14)
  • 38. Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-38 Scope • System scope defines its boundaries: • What is in or outside the system • Project has a budget that helps to define scope • Project has a start and an end time • Actors are always outside of scope • Communication lines are the boundaries and define the scope
  • 39. Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-39 Developing Use Case Diagrams • Review the business specifications and identify the actors involved. • May use agile stories. • Identify the high-level events and develop the primary use cases that describe those events and how the actors initiate them. • Review each primary use case to determine the possible variations of flow through the use case. • The context-level data flow diagram could act as a starting point for creating a use case.
  • 40. Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-40 A Use Case Diagram Representing a System Used to Plan a Conference (Figure 2.15 )
  • 41. Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-41 Developing the Use Case Scenarios • The description of the use case • Three main areas: • Use case identifiers and initiators • Steps performed • Conditions, assumptions, and questions
  • 42. Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-42 A Use Case Scenario Is Divided into Three Sections (Figure 2.16) Use case name: Register for Conference UniqueID: Conf RG 003 Area: Conference Planning Actor(s): Participant Stakeholder Conference Sponsor, Conference Speakers Level Blue Description: Allow conference participant to register online for the conference using a secure Web site. Triggering Event: Participant uses Conference Registration Web site, enters userID and password, and clicks the logon button. Trigger type:  External  Temporal Steps Performed (Main Path) Information for Steps 1. Participant logs in using the secure Web server userID, Password More steps included here… 12. Successful Registration Confirmation Web page is sent to the participant Registration Record Confirmation Number Preconditions: Participant has already registered and has created a user account. Postconditions: Participant has successfully registered for the conference. Assumptions: Participant has a browser and a valid userID and password. Success Guarantee: Participant has registered for the conference and is enrolled in all selected sessions. Minimum Guarantee: Participant was able to logon. Requirements Met: Allow conference participants to be able to register for the conference using a secure Web site. Outstanding Issues: How should a rejected credit card be handled? Priority: High Risk: Medium
  • 43. Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-43 Use Case Header Area • Has a name and a unique ID. • Include application area. • List actors. • Include stakeholders. • Include the level. • Has a brief description of the use case.
  • 44. Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-44 Use Case Levels • Use case levels describe how global or detailed the use case description is: • White (like clouds): enterprise level • Kite: business unit or department level • Blue (sea level): user goals • Indigo (or fish): functional or subfunctional • Black (or clam): most detailed
  • 45. Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-45 Alternative Scenarios • Extensions or exceptions to the main use case • Number with an integer, decimal point, integer • Steps that may or may not always be used
  • 46. Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-46 Use Case Footer Area • Preconditions—need to be met before use case can be performed • Postconditions or the state of the system after the use case has finished • Assumptions • Minimal guarantee • Success guarantee • Outstanding issues • Optional priority and risk
  • 47. Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-47 Four Steps Used to Create Use Cases • Use agile stories, problem definition objectives, user requirements, or a features list. • Ask about the tasks that must be done. • Determine if there are any iterative or looping actions. • The use case ends when the customer goal is complete.
  • 48. Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-48 Why Use Case Diagrams Are Helpful • Identify all the actors in the problem domain. • Actions that need to be completed are also clearly shown on the use case diagram. • The use case scenario is also worthwhile. • Simplicity and lack of technical detail
  • 49. Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-49 The Main Reasons for Writing Use Cases Are Their Effectiveness in Communicating with Users and Their Capturing of User Stories (Figure 2.18)
  • 50. Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-50 Management in Organizations Exists on Three Horizontal Levels: Operational Control, Managerial Planning and Control, and Strategic Management (Figure 2.19)
  • 51. Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-51 Operations Control • Make decisions using predetermined rules that have predictable outcomes. • Oversee the operating details of the organization.
  • 52. Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-52 Managerial Planning and Control • Make short-term planning and control decisions about resources and organizational objectives. • Decisions may be partly operational and partly strategic.
  • 53. Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-53 Strategic Management • Look outward from the organization to the future. • Make decisions that will guide middle and operations managers. • Work in highly uncertain decision- making environment. • Define the organization as a whole.
  • 54. Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-54 Managerial Levels • Different organization structure • Leadership style • Technological considerations • Organization culture • Human interaction • All carry implications for the analysis and design of information systems
  • 55. Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-55 Organizational Culture • Organizations have cultures and subcultures. • Learn from verbal and nonverbal symbolism.
  • 56. Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-56 Verbal Symbolism • Myths • Metaphors • Visions • Humor
  • 57. Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-57 Nonverbal Symbolism • Shared artifacts • Trophies, etc. • Rites and rituals • Promotions • Birthdays, etc. • Clothing worn • Office placement and decorations
  • 58. Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-58 Summary • Organizational fundamentals • Organizations as systems • Levels of management • Organizational culture • Graphical representation of systems • DFD • ERD • Use case diagrams and scenarios
  • 59. Kendall & Kendall Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-59 Summary (Continued) • Levels of managerial control • Operational • Middle management • Strategic • Organizational culture
  • 60. Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall 2-60 All rights reserved. No part of this publication may be reproduced, stored in a retrieval system, or transmitted, in any form or by any means, electronic, mechanical, photocopying, recording, or otherwise, without the prior written permission of the publisher. Printed in the United States of America. Copyright © 2011 Pearson Education, Inc.  Copyright © 2011 Pearson Education, Inc.   Publishing as Prentice HallPublishing as Prentice Hall

Notas do Editor

  1. To ascertain information requirements properly and to design appropriate information systems, it is of primary importance to understand the organization as a whole. All systems are composed of subsystems
  2. When an element of a system is changed or eliminated, the rest of the system’s elements and subsystems are also significantly affected. Processes change or transform inputs into outputs. Typical processes include: verifying updating printing Organizational boundaries exist on a continuum ranging from extremely permeable (open) to almost impermeable (closed). All organizations (systems) need planning and control to manage their resources effectively. Feedback is useful for planning and control. The ideal system is one that self-corrects or self-regulates in such a way that decisions on typical occurrences are not required.
  3. Feedback is received both internal and external to the organization. Anything external to an organization’s boundaries is considered to be an environment.
  4. Numerous environments, with varying degrees of stability, constitute the milieu in which organizations exist. Although changes in environment can be planned for, they cannot be directly controlled by the organization.
  5. Openness and closedness exist on a continuum, there is no such thing as an absolutely open or completely closed organization.
  6. In some instances, organizations of remote workers have been able to succeed without the traditional investment in infrastructure.
  7. Just how important it will be to meet the social needs of virtual workers is still open to research and debate.
  8. Taking a systems perspective allows systems analysts to start broadly clarifying and understanding the various businesses with which they will come into contact. Without recognizing the interrelatedness of the subsystems; subsystems cannot properly accomplish their goals. Managers of different subsystems need to have the same picture of the functioning and interrelatedness of the organization. In his/her new position, the former manager may still think of his/her old department as the most important. The potential for this problem to occur exists in almost any business. If the analyst interviews this manager early on, he/she may get a distorted view of the company structure.
  9. ERP systems include: manufacturing components sales and operations planning distribution managing the supply train Problems with implementation: difficult to analyze a system currently in use and then fit the ERP model to that system companies tend to design their business processes before ERP is implemented ERP, although growing in use is also being viewed with some skepticism.
  10. The various graphical models show the boundaries of the system and the information used in the system.
  11. Sometimes called an environmental model.
  12. Process - transforms incoming data into outgoing information, the content level has only one process representing the entire system. Entity - Entity, a person, group, department, or system that supplies or receives information. Data flows – the lines that connect external entities to the process.
  13. The passenger (an entity) initiates a travel request (data flow). The passenger’s preferences and the available flights are sent to the travel agent, who sends ticketing information back to the process. The passenger information is also sent to the airline.
  14. An entity may be a person, a place, thing, or an event. A relationship is the association that describes the interaction among the entities.
  15. One-to-one – one employee is assigned to one phone extension One-to-many – many employees are assigned to a department. Many-to-many – many passengers fly to many destinations.
  16. Different symbols are used to represent different types of entities. An associative entity can only exist if it is connected to at least two other entities. An attributive entity is used when we want to show data that are completely dependent on the existence of an fundamental entity.
  17. Data attributes are what make up or define the entity.
  18. ER diagrams are generally used to model the database. ER diagrams help the analyst understand what business the organization is actually in, determine the size of the problem, and discern whether the right problem is being addressed. The E-R diagram needs to be confirmed or revised as the data-gathering process takes place.
  19. Originally introduced as a diagram for use in the object-oriented UML, use cases are now being used regardless of the approach to systems development. It can be used as part of the SDLC or in agile modeling.
  20. A use case always describes three things: an actor that initiates an event; the event that triggers a use case; and the use case that performs the actions triggered by the event.
  21. Sometimes a table is created with actor profiles that lists the actors, their background, and their skills. These profiles can be useful to understand how the actor interacts with the system.
  22. A use case documents a single transaction or event. An event is an input to the system that happens at a specific time and place and causes the system to do something.
  23. Communicates – used to connect an actor to a use case. The task of the use case is to give some sort of result that is beneficial to the actor in the system. Includes – describes the situation in which a use case contains behavior that is common to more than one use case. Extends - describes the situation in which one use case possesses the behavior that allows the new use case to handle a variation or exception from the basic use case. Generalizes – implies that one thing is more typical than the other thing.
  24. When diagramming a use case, start by asking the users to list everything the system should do for them.
  25. Example of a use case diagram representing a system used to plan a conference.
  26. Each use case has a description referred to as the use case scenario.
  27. (First area) Use case identifiers and initiators – orients the reader and contains: 1. The use case name and a unique ID 2. The application area or system that this use case belongs to 3. The actors involved in the use case 4. A brief description of what the use case accomplishes 5. The triggering event 6. Type of trigger - external or temporal external – those started by an actor temporal – triggered or started by time 7. May list stakeholders (Second area) Includes the steps performed, and the information required for each of the steps. (Third area) Preconditions Post conditions Assumptions Outstanding issues optional statement of priority optional statement of risk
  28. Identify all the actors in the problem domain – the systems analyst can concentrate on what humans want and need to use the system, extent their capabilities, and enjoy their interaction with technology. Actions that need to be completed are also clearly shown on the use case diagram – this makes it easy for the analyst to identify processes and aids in communication with other analysts on the team and business executives The use case scenario is also worthwhile – since a lot of the information the users impart to the analysts are in story form, it is easy to capture on the use case scenario form. Simplicity and lack of technical detail – used to show the scope of a system, along with the major features of the system and the actors that work with those major features.
  29. Management in organizations exists on three broad, horizontal levels. Each level carries its own responsibilities, and all work toward achieving organizational goals and objectives in their own ways.
  30. Forms the bottom tier of the three-tiered model.
  31. Forms the second or intermediate tier of the three-tiered model.
  32. Third level of the three-tiered model.
  33. Operations managers: need internal information that is of a repetitive, low-level nature. highly dependent on information that captures current performance large users of online, real-time information resources need for past performance information and periodic information is moderate have little use for external information that allows future projections Middle management: in need of both short and longer-term information need for information in real time need current information on performance as measured against set standards highly dependent on internal information need for historical information, along with information that allows prediction of future events Strategic management: highly dependent on information from external sources that supply news of market trends and the strategies of competing corporations. high need for information of a predictive nature need for periodically reported information
  34. We need to think of organizations as hosts to multiple, often competing subcultures. Competing subcultures may be in conflict, attempting to gain adherents to their vision of what the organization should be. Verbal symbolism – includes shared language used to construct, convey, and preserve subculture myths, metaphors, visions, and humor. Nonverbal symbolism – includes shared artifacts, rites, and ceremonies. Understanding and recognizing predominant organizational subcultures may help the systems analyst overcome the resistance to change that arises when a new information system is installed.