SlideShare una empresa de Scribd logo
1 de 53
Understanding Organizational
Style and Its Impact on
Information Systems
Systems Analysis and Design, 7e
Kendall & Kendall
2
©2008 Pearson Prentice Hall
Kendall & Kendall 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 2-3
Three Main Forces Interacting to
Shape Organizations
• Levels of management
• Design of organizations
• Organizational cultures
Kendall & Kendall 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 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 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 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 2-8
Figure 2.1 System outputs serve as feedback
that compares performance with goals
Kendall & Kendall 2-9
Organizational Environments
• Community
• Physical location
• Demographic profile (education, income)
• Economic
• Market factors
• Competition
• Political
• State and local government
Kendall & Kendall 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 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 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 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 2-14
Taking a Systems Perspective
Kendall & Kendall 2-15
Taking a Systems Perspective
Kendall & Kendall 2-16
Enterprise Resource Planning
• 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 2-17
Depicting Systems Graphically
• Context-level data flow diagrams
• Entity-relationship model
• Use Case Modeling
Kendall & Kendall 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
Kendall & Kendall 2-19
Figure 2.4 The basic symbols of
a data flow diagram
Kendall & Kendall 2-20
Airline Reservation System
Kendall & Kendall 2-21
Entity-Relationship Model
• Focus is on the entities and their
relationships within the organizational
system
Kendall & Kendall 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 2-23
Entity-Relationship Example
Kendall & Kendall 2-24
Figure 2.8 Examples of different types of
relationships in E-R diagrams
Kendall & Kendall 2-25
Entities
• Fundamental entity
• Associative entity
• Attributive entity
Kendall & Kendall 2-26
Figure 2.9 Three different types
of entities used in E-R diagrams
Kendall & Kendall 2-27
Attributes
• Data attributes may be added to the
diagram
Patron
Patron Name
Patron address
Patron phone
Patron credit card
Kendall & Kendall 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 2-29
Figure 2-12 A more complete E-R diagram
showing data attributes of the entities
Kendall & Kendall 2-30
Use Case Modeling
• Describes what a system does without
describing how the system does it; that
is, it is a logical model of the system
Kendall & Kendall 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 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 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 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 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 2-36
Figure 2.13 Some components of use case diagrams
showing actors, use cases, and relationships for a
student enrollment example
Kendall & Kendall 2-37
Figure 2.14 Examples of use cases and
behavioral relationships for student enrollment
Kendall & Kendall 2-38
Developing Use Case Diagrams
• Review the business specifications and
identify the actors involved
• 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 2-39
Figure 2.15 A use case diagram representing a
system used to plan a conference
Kendall & Kendall 2-40
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 2-41
Figure 2.16 A use case scenario is divided into three
sections: identification and initiation; steps performed;
and conditions, assumptions, and questions
Kendall & Kendall 2-42
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 2-43
Figure 2.17 The main reasons for writing use
cases are their effectiveness in communicating
with users and their capturing of user stories
Kendall & Kendall 2-44
Figure 2.18 Management in organizations exists on
three horizontal levels: operational control, managerial
planning and control, and strategic management
Kendall & Kendall 2-45
Operations Control
• Make decisions using predetermined
rules that have predictable outcomes
• Oversee the operating details of the
organization
Kendall & Kendall 2-46
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 2-47
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 2-48
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 2-49
Organizational Culture
• Organizations have cultures and
subcultures
• Learn from verbal and nonverbal
symbolism
Kendall & Kendall 2-50
Verbal Symbolism
• Myths
• Metaphors
• Visions
• Humor
Kendall & Kendall 2-51
Nonverbal Symbolism
• Shared artifacts
• Trophies, etc.
• Rites and rituals
• Promotions
• Birthdays, etc.
• Clothing worn
• Office placement and decorations
Kendall & Kendall 2-52
Summary
• Organizational fundamentals
• Organizations as systems
• Levels of management
• Organizational culture
• Graphical representation of systems
• DFD
• ERD
• Use case diagrams and scenarios
Kendall & Kendall 2-53
Summary (Continued)
• Levels of managerial control
• Operational
• Middle management
• Strategic
• Organizational culture

Más contenido relacionado

La actualidad más candente

Analisis dan Perancangan Sistem - 1 - Kendall7e ch01
Analisis dan Perancangan Sistem - 1 - Kendall7e ch01Analisis dan Perancangan Sistem - 1 - Kendall7e ch01
Analisis dan Perancangan Sistem - 1 - Kendall7e ch01Ullum Pratiwi
 
Requirement engineering in S/W Engineering
Requirement engineering in S/W EngineeringRequirement engineering in S/W Engineering
Requirement engineering in S/W EngineeringMikel Raj
 
Systems Analysis and Design 8th Edition Kendall Solutions Manual
Systems Analysis and Design 8th Edition Kendall Solutions ManualSystems Analysis and Design 8th Edition Kendall Solutions Manual
Systems Analysis and Design 8th Edition Kendall Solutions ManualKadenCohen
 
Information Systems Development and Acquisition
Information Systems Development and AcquisitionInformation Systems Development and Acquisition
Information Systems Development and AcquisitionYonathan Hadiputra
 
Chapter 12 information system development
Chapter 12   information system developmentChapter 12   information system development
Chapter 12 information system developmenthaider ali
 
Accounting information systems_implementation_and_
Accounting information systems_implementation_and_Accounting information systems_implementation_and_
Accounting information systems_implementation_and_Biplob Babu
 
IT Computer System analysis and design
IT Computer System analysis and designIT Computer System analysis and design
IT Computer System analysis and designgufranresearcher
 
Introduction to Business Process Management
Introduction to Business Process ManagementIntroduction to Business Process Management
Introduction to Business Process ManagementAlan McSweeney
 
Review of Data Management Maturity Models
Review of Data Management Maturity ModelsReview of Data Management Maturity Models
Review of Data Management Maturity ModelsAlan McSweeney
 
Robotic Process Automation
Robotic Process AutomationRobotic Process Automation
Robotic Process AutomationRavikanth-BA
 
Mis system analysis and system design
Mis   system analysis and system designMis   system analysis and system design
Mis system analysis and system designRahul Hedau
 
Requirements Engineering Processes in Software Engineering SE6
Requirements Engineering Processes in Software Engineering SE6Requirements Engineering Processes in Software Engineering SE6
Requirements Engineering Processes in Software Engineering SE6koolkampus
 
Determining Requirements Complexity - White Paper
Determining Requirements Complexity - White PaperDetermining Requirements Complexity - White Paper
Determining Requirements Complexity - White PaperSaurabh Goel
 

La actualidad más candente (19)

Analisis dan Perancangan Sistem - 1 - Kendall7e ch01
Analisis dan Perancangan Sistem - 1 - Kendall7e ch01Analisis dan Perancangan Sistem - 1 - Kendall7e ch01
Analisis dan Perancangan Sistem - 1 - Kendall7e ch01
 
Requirement engineering in S/W Engineering
Requirement engineering in S/W EngineeringRequirement engineering in S/W Engineering
Requirement engineering in S/W Engineering
 
Systems Analysis and Design 8th Edition Kendall Solutions Manual
Systems Analysis and Design 8th Edition Kendall Solutions ManualSystems Analysis and Design 8th Edition Kendall Solutions Manual
Systems Analysis and Design 8th Edition Kendall Solutions Manual
 
Solution Design Services An Overview
Solution Design Services  An OverviewSolution Design Services  An Overview
Solution Design Services An Overview
 
Information Systems Development and Acquisition
Information Systems Development and AcquisitionInformation Systems Development and Acquisition
Information Systems Development and Acquisition
 
Dagstuhl 2013 - Montali - Data-Aware Business Processes - Formalization and R...
Dagstuhl 2013 - Montali - Data-Aware Business Processes - Formalization and R...Dagstuhl 2013 - Montali - Data-Aware Business Processes - Formalization and R...
Dagstuhl 2013 - Montali - Data-Aware Business Processes - Formalization and R...
 
SAD 2nd PPT
SAD 2nd PPTSAD 2nd PPT
SAD 2nd PPT
 
Chapter 12 information system development
Chapter 12   information system developmentChapter 12   information system development
Chapter 12 information system development
 
Accounting information systems_implementation_and_
Accounting information systems_implementation_and_Accounting information systems_implementation_and_
Accounting information systems_implementation_and_
 
IT Computer System analysis and design
IT Computer System analysis and designIT Computer System analysis and design
IT Computer System analysis and design
 
Chapter01
Chapter01Chapter01
Chapter01
 
SAD 1st PPT
SAD 1st PPTSAD 1st PPT
SAD 1st PPT
 
Building information systems
Building information systemsBuilding information systems
Building information systems
 
Introduction to Business Process Management
Introduction to Business Process ManagementIntroduction to Business Process Management
Introduction to Business Process Management
 
Review of Data Management Maturity Models
Review of Data Management Maturity ModelsReview of Data Management Maturity Models
Review of Data Management Maturity Models
 
Robotic Process Automation
Robotic Process AutomationRobotic Process Automation
Robotic Process Automation
 
Mis system analysis and system design
Mis   system analysis and system designMis   system analysis and system design
Mis system analysis and system design
 
Requirements Engineering Processes in Software Engineering SE6
Requirements Engineering Processes in Software Engineering SE6Requirements Engineering Processes in Software Engineering SE6
Requirements Engineering Processes in Software Engineering SE6
 
Determining Requirements Complexity - White Paper
Determining Requirements Complexity - White PaperDetermining Requirements Complexity - White Paper
Determining Requirements Complexity - White Paper
 

Similar a Kendall7e ch02

chapter5-220725172250-dc425eb2.pdf
chapter5-220725172250-dc425eb2.pdfchapter5-220725172250-dc425eb2.pdf
chapter5-220725172250-dc425eb2.pdfMahmoudSOLIMAN380726
 
Chapter 5: Data Development
Chapter 5: Data Development Chapter 5: Data Development
Chapter 5: Data Development Ahmed Alorage
 
software requirement
software requirement software requirement
software requirement nimmik4u
 
REQUIREMENT ENGINEERING
REQUIREMENT ENGINEERINGREQUIREMENT ENGINEERING
REQUIREMENT ENGINEERINGSaqib Raza
 
Lecture-1..lesson 1_Introfortheeducation.ppt
Lecture-1..lesson 1_Introfortheeducation.pptLecture-1..lesson 1_Introfortheeducation.ppt
Lecture-1..lesson 1_Introfortheeducation.pptMedinaGodwin
 
IT6701 Information Management Unit-I
IT6701 Information Management Unit-IIT6701 Information Management Unit-I
IT6701 Information Management Unit-IMikel Raj
 
Software System Engineering - Chapter 8
Software System Engineering - Chapter 8Software System Engineering - Chapter 8
Software System Engineering - Chapter 8Fadhil Ismail
 
6 Use Case Modeling.pptx
6 Use Case Modeling.pptx6 Use Case Modeling.pptx
6 Use Case Modeling.pptxNALESVPMEngg
 
6.SE_Requirements Modeling.ppt
6.SE_Requirements Modeling.ppt6.SE_Requirements Modeling.ppt
6.SE_Requirements Modeling.pptHaiderAli252366
 
Lecture 1_System Integration & Architecture
Lecture 1_System Integration & ArchitectureLecture 1_System Integration & Architecture
Lecture 1_System Integration & ArchitectureCAPINPINSerelyn
 
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
 
Software Requirement Engineering.pptx
Software Requirement Engineering.pptxSoftware Requirement Engineering.pptx
Software Requirement Engineering.pptxsonia929347
 
AIS PPt.pptx
AIS PPt.pptxAIS PPt.pptx
AIS PPt.pptxdereje33
 

Similar a Kendall7e ch02 (20)

System
SystemSystem
System
 
chapter5-220725172250-dc425eb2.pdf
chapter5-220725172250-dc425eb2.pdfchapter5-220725172250-dc425eb2.pdf
chapter5-220725172250-dc425eb2.pdf
 
Chapter 5: Data Development
Chapter 5: Data Development Chapter 5: Data Development
Chapter 5: Data Development
 
software requirement
software requirement software requirement
software requirement
 
REQUIREMENT ENGINEERING
REQUIREMENT ENGINEERINGREQUIREMENT ENGINEERING
REQUIREMENT ENGINEERING
 
Lecture-1..lesson 1_Introfortheeducation.ppt
Lecture-1..lesson 1_Introfortheeducation.pptLecture-1..lesson 1_Introfortheeducation.ppt
Lecture-1..lesson 1_Introfortheeducation.ppt
 
Requirementengg
RequirementenggRequirementengg
Requirementengg
 
IT6701 Information Management Unit-I
IT6701 Information Management Unit-IIT6701 Information Management Unit-I
IT6701 Information Management Unit-I
 
Software System Engineering - Chapter 8
Software System Engineering - Chapter 8Software System Engineering - Chapter 8
Software System Engineering - Chapter 8
 
DFD
DFDDFD
DFD
 
6 Use Case Modeling.pptx
6 Use Case Modeling.pptx6 Use Case Modeling.pptx
6 Use Case Modeling.pptx
 
Lecture3
Lecture3Lecture3
Lecture3
 
6.SE_Requirements Modeling.ppt
6.SE_Requirements Modeling.ppt6.SE_Requirements Modeling.ppt
6.SE_Requirements Modeling.ppt
 
Lecture 1_System Integration & Architecture
Lecture 1_System Integration & ArchitectureLecture 1_System Integration & Architecture
Lecture 1_System Integration & Architecture
 
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
 
Software Requirement Engineering.pptx
Software Requirement Engineering.pptxSoftware Requirement Engineering.pptx
Software Requirement Engineering.pptx
 
AIS PPt.pptx
AIS PPt.pptxAIS PPt.pptx
AIS PPt.pptx
 
DataModeling.pptx
DataModeling.pptxDataModeling.pptx
DataModeling.pptx
 
Chapter2
Chapter2Chapter2
Chapter2
 
SRE.pptx
SRE.pptxSRE.pptx
SRE.pptx
 

Último

Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfAdmir Softic
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfAyushMahapatra5
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxDenish Jangid
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhikauryashika82
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Celine George
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.MateoGardella
 
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...KokoStevan
 
fourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingfourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingTeacherCyreneCayanan
 
psychiatric nursing HISTORY COLLECTION .docx
psychiatric  nursing HISTORY  COLLECTION  .docxpsychiatric  nursing HISTORY  COLLECTION  .docx
psychiatric nursing HISTORY COLLECTION .docxPoojaSen20
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Disha Kariya
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfagholdier
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 

Último (20)

Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdf
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.
 
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
 
fourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingfourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writing
 
psychiatric nursing HISTORY COLLECTION .docx
psychiatric  nursing HISTORY  COLLECTION  .docxpsychiatric  nursing HISTORY  COLLECTION  .docx
psychiatric nursing HISTORY COLLECTION .docx
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 

Kendall7e ch02

  • 1. Understanding Organizational Style and Its Impact on Information Systems Systems Analysis and Design, 7e Kendall & Kendall 2 ©2008 Pearson Prentice Hall
  • 2. Kendall & Kendall 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 2-3 Three Main Forces Interacting to Shape Organizations • Levels of management • Design of organizations • Organizational cultures
  • 4. Kendall & Kendall 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 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 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 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 2-8 Figure 2.1 System outputs serve as feedback that compares performance with goals
  • 9. Kendall & Kendall 2-9 Organizational Environments • Community • Physical location • Demographic profile (education, income) • Economic • Market factors • Competition • Political • State and local government
  • 10. Kendall & Kendall 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 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 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 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 2-14 Taking a Systems Perspective
  • 15. Kendall & Kendall 2-15 Taking a Systems Perspective
  • 16. Kendall & Kendall 2-16 Enterprise Resource Planning • 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 2-17 Depicting Systems Graphically • Context-level data flow diagrams • Entity-relationship model • Use Case Modeling
  • 18. Kendall & Kendall 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
  • 19. Kendall & Kendall 2-19 Figure 2.4 The basic symbols of a data flow diagram
  • 20. Kendall & Kendall 2-20 Airline Reservation System
  • 21. Kendall & Kendall 2-21 Entity-Relationship Model • Focus is on the entities and their relationships within the organizational system
  • 22. Kendall & Kendall 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 2-23 Entity-Relationship Example
  • 24. Kendall & Kendall 2-24 Figure 2.8 Examples of different types of relationships in E-R diagrams
  • 25. Kendall & Kendall 2-25 Entities • Fundamental entity • Associative entity • Attributive entity
  • 26. Kendall & Kendall 2-26 Figure 2.9 Three different types of entities used in E-R diagrams
  • 27. Kendall & Kendall 2-27 Attributes • Data attributes may be added to the diagram Patron Patron Name Patron address Patron phone Patron credit card
  • 28. Kendall & Kendall 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 2-29 Figure 2-12 A more complete E-R diagram showing data attributes of the entities
  • 30. Kendall & Kendall 2-30 Use Case Modeling • Describes what a system does without describing how the system does it; that is, it is a logical model of the system
  • 31. Kendall & Kendall 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 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 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 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 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 2-36 Figure 2.13 Some components of use case diagrams showing actors, use cases, and relationships for a student enrollment example
  • 37. Kendall & Kendall 2-37 Figure 2.14 Examples of use cases and behavioral relationships for student enrollment
  • 38. Kendall & Kendall 2-38 Developing Use Case Diagrams • Review the business specifications and identify the actors involved • 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
  • 39. Kendall & Kendall 2-39 Figure 2.15 A use case diagram representing a system used to plan a conference
  • 40. Kendall & Kendall 2-40 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
  • 41. Kendall & Kendall 2-41 Figure 2.16 A use case scenario is divided into three sections: identification and initiation; steps performed; and conditions, assumptions, and questions
  • 42. Kendall & Kendall 2-42 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
  • 43. Kendall & Kendall 2-43 Figure 2.17 The main reasons for writing use cases are their effectiveness in communicating with users and their capturing of user stories
  • 44. Kendall & Kendall 2-44 Figure 2.18 Management in organizations exists on three horizontal levels: operational control, managerial planning and control, and strategic management
  • 45. Kendall & Kendall 2-45 Operations Control • Make decisions using predetermined rules that have predictable outcomes • Oversee the operating details of the organization
  • 46. Kendall & Kendall 2-46 Managerial Planning and Control • Make short-term planning and control decisions about resources and organizational objectives • Decisions may be partly operational and partly strategic
  • 47. Kendall & Kendall 2-47 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
  • 48. Kendall & Kendall 2-48 Managerial Levels • Different organization structure • Leadership style • Technological considerations • Organization culture • Human interaction • All carry implications for the analysis and design of information systems
  • 49. Kendall & Kendall 2-49 Organizational Culture • Organizations have cultures and subcultures • Learn from verbal and nonverbal symbolism
  • 50. Kendall & Kendall 2-50 Verbal Symbolism • Myths • Metaphors • Visions • Humor
  • 51. Kendall & Kendall 2-51 Nonverbal Symbolism • Shared artifacts • Trophies, etc. • Rites and rituals • Promotions • Birthdays, etc. • Clothing worn • Office placement and decorations
  • 52. Kendall & Kendall 2-52 Summary • Organizational fundamentals • Organizations as systems • Levels of management • Organizational culture • Graphical representation of systems • DFD • ERD • Use case diagrams and scenarios
  • 53. Kendall & Kendall 2-53 Summary (Continued) • Levels of managerial control • Operational • Middle management • Strategic • Organizational culture