SlideShare a Scribd company logo
1 of 44
Systems Analysis and Design
8th Edition

Chapter 1
Introduction to Systems Analysis and
Design
Chapter Objectives
• Discuss the impact of information technology
  on business strategy and success
• Define an information system and describe its
  components
• Explain how profiles and models can represent
  business functions and operations
• Explain how the Internet has affected business
  strategies and relationships

                                               2
Chapter Objectives
• Identify various types of information systems
  and explain who uses them
• Distinguish between structured
  analysis, object-oriented analysis, and agile
  methods
• Compare the traditional waterfall model with
  agile methods and models
• Discuss the role of the information technology
  department and the systems analysts who
  work there
                                               3
Introduction
• Companies use
  information as a weapon
  in the battle to increase
  productivity, deliver
  quality products and
  services, maintain
  customer loyalty, and
  make sound decisions.
• Information technology
  can mean the difference
  between success and
  failure

                              4
The Impact of Information Technology
• Information Technology (IT)
  – Combination of hardware and software products
    and services that companies use to
    manage, access, communicate, and share
    information
• The Future of IT
  – Will see robust growth for at least a decade
  – The greatest need will be for systems
    analysts, network administrators, data
    communications analysts, and software engineers
                                                      5
The Impact of Information Technology
• The Role of Systems Analysis and Design
  – Systems Analysis and Design
     • Step-by-step process for developing high-quality
       information systems
  – Systems Analyst
     • Plan, develop, and maintain information systems




                                                          6
The Impact of Information Technology
• Who develops Information Systems?
  – In-house applications
  – Software packages
  – Internet-based application services
  – Outsourcing
  – Custom solutions
  – Enterprise-wide software strategies
  – How versus What

                                          7
Information System Components
• A system is a set of related components that
  produces specific results
• A Mission-critical system is one that is vital to a
  company’s operations
• Data consists of basic facts that are the system’s
  raw material
• Information is data that has been transformed
  into output that is valuable to users
• Information systems have five key components:
  hardware, software, data, processes, and people

                                                        8
Information System Components
• Hardware
  – Is the physical layer of
    the information system
  – Moore’s Law
• Software
  – System software
  – Application software
  – Enterprise applications




                                9
Information System Components
• Software
  – Horizontal system
  – Vertical system
  – Legacy systems
• Data
  – Tables store data
  – By linking the tables, the system can extract
    specific information

                                                    10
Information System Components
                • Processes
                  – Describe the tasks and
                    business functions that
                    users, managers, and IT
                    staff members perform
                    to achieve specific
                    results
                • People
                  – Stakeholders
                  – Users, or end users


                                              11
Understanding The Business
• Business Process Modeling
• Business Profile
• Business Models
  – Business model
  – Business process
  – Business process reengineering (BPR)




                                           12
Understanding The Business
• New Kinds of
  Companies
  –   Production-oriented
  –   Service-oriented
  –   Internet-dependent
  –   Dot-com (.com)
  –   Brick-and-mortar




                             13
Impact of the Internet
• E-Commerce or I-Commerce
• B2C (Business-to-Consumer)
• B2B (Business-to-Business)
  – EDI
  – Extensible markup language (XML)
  – Supplier relationship management (SRM)




                                             14
Impact of the Internet
                  • Web-Based System
                    Development
                    –   WebSphere
                    –   .NET
                    –   Web services
                    –   Internet-based systems
                        involve various hardware
                        and software designs




                                              15
How Business Uses Information
Systems
• In the past, IT managers divided systems into
  categories based on the user group the system
  served
  – Office systems
  – Operational systems
  – Decision support systems
  – Executive information systems



                                              16
How Business Uses Information
Systems
• Enterprise computing
  systems
  – Support company-wide
    operations and data
    management
    requirements
  – Enterprise resource
    planning (ERP)
  – Many hardware and
    software vendors target
    the enterprise
    computing market

                                17
How Business Uses Information
Systems
                  • Transaction processing
                    systems
                     – Involve large amounts of
                       data and are mission-
                       critical systems
                     – Efficient because they
                       process a set of
                       transaction-related
                       commands as a group
                       rather than individually


                                              18
How Business Uses Information
Systems
• Business support systems
  – Provide job-related information to users at all
    levels of a company
  – Management information systems (MIS)
  – Radio frequency identification (RFID)
  – What-if




                                                      19
How Business Uses Information
Systems
• Knowledge management systems
  – Called expert systems
  – Simulate human reasoning by combining a
    knowledge base and inference rules
  – Many knowledge management systems use a
    technique called fuzzy logic




                                              20
How Business Uses Information
Systems
• User productivity systems
  – Technology that improves productivity
  – Groupware
• Information systems integration
  – Most large companies require systems that
    combine transaction processing, business
    support, knowledge management, and user
    productivity features


                                                21
Information System Users and Their
Needs




                                     22
Systems Development Tools
• Modeling
  –   Business model
  –   Requirements model
  –   Data model
  –   Object model
  –   Network model
  –   Process model




                            23
Systems Development Tools
• Prototyping
  – Prototype
  – Speeds up the development process significantly
  – Important decisions might be made too
    early, before business or IT issues are thoroughly
    understood
  – Can be an extremely valuable tool



                                                         24
Systems Development Tools
• Computer-Aided Systems Engineering (CASE)
  Tools
  – Also called computer-aided software engineering
  – CASE tools
  – Can generate program code, which speeds the
    implementation process




                                                      25
Overview of Systems Development
Methods
• Structured Analysis
   – Systems development
     life cycle (SDLC)
   – Predictive approach
   – Uses a set of process
     models to describe a
     system graphically
   – Process-centered
     technique
   – Waterfall model


                                  26
Overview of Systems Development
Methods
• Structured Analysis
  – Deliverable or end product
  – Disadvantage in the built-in structure of the
    SDLC, because the waterfall model does not
    emphasize interactivity among the phases
  – This criticism can be valid if the SDLC phases are
    followed too rigidly
  – Adjacent phases usually interact


                                                         27
Overview of Systems Development
Methods
• Structured Analysis
  – The SDLC model usually includes five steps
     •   Systems planning
     •   Systems analysis
     •   Systems design
     •   Systems implementation
     •   Systems support and security




                                                 28
Overview of Systems Development
Methods
• Structured Analysis
  – Systems Planning
     • Systems planning phase
     • Systems request – begins the process & describes
       problems or desired changes
     • Purpose of this phase is to perform a preliminary
       investigation
     • Key part of preliminary investigation is a feasibility
       study


                                                                29
Overview of Systems Development
Methods
• Structured Analysis
  – Systems Analysis
     • Deliverable is the System requirements document
  – Systems Design
     • Deliverable is system design specification
     • Management and user involvement is critical




                                                         30
Overview of Systems Development
Methods
• Structured Analysis
  – Systems Implementation
     • New system is constructed
  – Systems Support and Security
     • A well-designed system must be
       secure, reliable, maintainable, and scalable
     • Most information systems need to be updated
       significantly or replaced after several years of operation



                                                                31
Overview of Systems Development
Methods
                  • Object-oriented
                    Analysis
                    – Combines data &
                      processes that act on the
                      data into things called
                      objects
                    – Object is a member of a
                      class
                    – Objects possess
                      properties
                    – Methods change an
                      object’s properties

                                             32
Overview of Systems Development
Methods
• Object-Oriented Analysis
  – A message requests specific behavior or
    information from another object
  – Usually follow a series of analysis and design
    phases that are similar to the SDLC
  – Interactive model




                                                     33
Overview of Systems Development
Methods
• Agile Methods
  – Are the newest
    development
  – Emphasizes continuous
    feedback
  – Iterative development
  – Agile community has
    published the Agile
    Manifesto
  – Spiral model


                                  34
Overview of Systems Development
Methods
• Agile Methods
  – Agile process determines the end result
  – Other adaptive variations and related methods
    exist
  – Two examples are Scrum and Extreme
    Programming (XP)
  – Analysts should understand the pros and cons of
    any approach before selecting a development
    method

                                                      35
Overview of Systems Development
Methods
• Other Development Methods
  – Joint application development (JAD)
  – Rapid application development (RAD)
  – Might encounter other systems development
    techniques
  – Rational Unified Process (RUP®)
  – Microsoft Solutions Framework (MSF)



                                                36
Systems Development Guidelines
• Develop a project plan
• Involve users and listen carefully to them
• Use project management tools to identify
  tasks and milestones
• Develop accurate cost and benefit information
• Remain flexible



                                              37
Information Technology Department




                                    38
The Systems Analyst Position
• Responsibilities
  – Translate business requirements into IT projects
• Required Skills and Background
  – Solid technical knowledge, strong oral and written
    communication skills and analytic ability, and an
    understanding of business operations and
    processes
• Certification
  – Important credential

                                                       39
The Systems Analyst Position
• Career Opportunities
  – Job titles
  – Company organization
  – Company size
  – Corporate culture
  – Salary, location, and future growth




                                          40
Chapter Summary
• IT refers to the combination of hardware and
  software resources that companies use to
  manage, access, communicate, and share
  information
• The essential components of an information
  system are
  hardware, software, data, processes, and people
• Most companies offer a mix of
  products, technical and financial
  services, consulting, and customer support
                                                    41
Chapter Summary
• Systems analyst use modeling, prototyping, and
  computer aided systems engineering (CASE) tools
• Three popular system development approaches
  are structured analysis, object-oriented analysis
  (O-O), and agile methods, also called adaptive
  methods
• Regardless of the development
  strategy, people, tasks, timetables, and cost must
  be managed effectively using project
  management tools
                                                   42
Chapter Summary
• The IT department develops, maintains and
  operates a company’s information systems
• Systems analysts need a combination of
  technical and business knowledge, analytical
  ability, and communication skills
• Systems analysts need to consider
  salary, location, and future growth potential
  when making a career decision

                                                  43
Chapter Summary
• Chapter 1 complete




                       44

More Related Content

What's hot (17)

Bab 1 pendahuluan 2010
Bab 1 pendahuluan 2010Bab 1 pendahuluan 2010
Bab 1 pendahuluan 2010
 
Chap13
Chap13Chap13
Chap13
 
IS740 Chapter 01
IS740 Chapter 01IS740 Chapter 01
IS740 Chapter 01
 
Sad chapter-1
Sad chapter-1Sad chapter-1
Sad chapter-1
 
MIS Chapter 2
MIS Chapter 2MIS Chapter 2
MIS Chapter 2
 
IS740 Chapter 09
IS740 Chapter 09IS740 Chapter 09
IS740 Chapter 09
 
CASE (Computer Aided Software Design)
CASE (Computer Aided Software Design)CASE (Computer Aided Software Design)
CASE (Computer Aided Software Design)
 
Transition from Systems Analysis to Systems Designs
Transition from Systems Analysis to Systems DesignsTransition from Systems Analysis to Systems Designs
Transition from Systems Analysis to Systems Designs
 
IS740 Chapter 03
IS740 Chapter 03IS740 Chapter 03
IS740 Chapter 03
 
Chap14
Chap14Chap14
Chap14
 
ITE 101 - Week 2
ITE 101 - Week 2ITE 101 - Week 2
ITE 101 - Week 2
 
Chapter 09 dss-mis-eis-es-ai
Chapter 09 dss-mis-eis-es-aiChapter 09 dss-mis-eis-es-ai
Chapter 09 dss-mis-eis-es-ai
 
IS740 Chapter 08
IS740 Chapter 08IS740 Chapter 08
IS740 Chapter 08
 
Chap15
Chap15Chap15
Chap15
 
ITE 101 - Week 7
ITE 101 - Week 7ITE 101 - Week 7
ITE 101 - Week 7
 
Dss es nn fuzzy l vr etc
Dss es nn fuzzy l vr etcDss es nn fuzzy l vr etc
Dss es nn fuzzy l vr etc
 
IS740 Chapter 07
IS740 Chapter 07IS740 Chapter 07
IS740 Chapter 07
 

Viewers also liked (7)

Chapter 06
Chapter 06Chapter 06
Chapter 06
 
Chapter 07
Chapter 07Chapter 07
Chapter 07
 
Chapter1
Chapter1Chapter1
Chapter1
 
Chapter 03
Chapter 03Chapter 03
Chapter 03
 
Chapter 09
Chapter 09Chapter 09
Chapter 09
 
Chapter 08
Chapter 08Chapter 08
Chapter 08
 
Creating A Product Backlog
Creating A Product BacklogCreating A Product Backlog
Creating A Product Backlog
 

Similar to Chapter 01

Introduction information systems
Introduction information systemsIntroduction information systems
Introduction information systemsHaitham El-Ghareeb
 
Chapter 1 Introduction to Systems Analysis and Design .pptx
Chapter 1 Introduction to Systems Analysis and Design .pptxChapter 1 Introduction to Systems Analysis and Design .pptx
Chapter 1 Introduction to Systems Analysis and Design .pptxAxmedMaxamuudYoonis
 
chapter01-120827115344-phpapp01.pdf
chapter01-120827115344-phpapp01.pdfchapter01-120827115344-phpapp01.pdf
chapter01-120827115344-phpapp01.pdfAxmedMaxamuud6
 
Software Evolution_Se lect2 btech
Software Evolution_Se lect2 btechSoftware Evolution_Se lect2 btech
Software Evolution_Se lect2 btechIIITA
 
MIS Chapter 1
MIS Chapter 1MIS Chapter 1
MIS Chapter 1Dara Som
 
System imolementation(Modern Systems Analysis and Design)
System imolementation(Modern Systems Analysis and Design)System imolementation(Modern Systems Analysis and Design)
System imolementation(Modern Systems Analysis and Design)yukidiagnosticimagin
 
LECTURE 1-BASIC CONCEPT OF INFORMATION SYSTEM.pptx
LECTURE 1-BASIC CONCEPT OF INFORMATION SYSTEM.pptxLECTURE 1-BASIC CONCEPT OF INFORMATION SYSTEM.pptx
LECTURE 1-BASIC CONCEPT OF INFORMATION SYSTEM.pptxAOmaAli
 
COMPUTER ORGANIZATION AND ARCHITECTURE NOTES
COMPUTER ORGANIZATION AND ARCHITECTURE NOTESCOMPUTER ORGANIZATION AND ARCHITECTURE NOTES
COMPUTER ORGANIZATION AND ARCHITECTURE NOTESssuser5c9d4b1
 
Software Evolution_Se lect3 btech
Software Evolution_Se lect3 btechSoftware Evolution_Se lect3 btech
Software Evolution_Se lect3 btechIIITA
 
01. Developing Business _ IT Solutions 2011.ppt
01. Developing Business _ IT Solutions 2011.ppt01. Developing Business _ IT Solutions 2011.ppt
01. Developing Business _ IT Solutions 2011.pptiqbal051663
 
Introduction To System Analysis & Design
Introduction To System Analysis & DesignIntroduction To System Analysis & Design
Introduction To System Analysis & DesignSyedQamar9
 
Software Engineering.ppt
Software Engineering.pptSoftware Engineering.ppt
Software Engineering.pptHODCOMPUTER10
 
1 Information Systems Analysis & Design,.pptx
1 Information Systems Analysis & Design,.pptx1 Information Systems Analysis & Design,.pptx
1 Information Systems Analysis & Design,.pptxMadhusudhanaSubraman
 

Similar to Chapter 01 (20)

Introduction information systems
Introduction information systemsIntroduction information systems
Introduction information systems
 
Chapter 1 Introduction to Systems Analysis and Design .pptx
Chapter 1 Introduction to Systems Analysis and Design .pptxChapter 1 Introduction to Systems Analysis and Design .pptx
Chapter 1 Introduction to Systems Analysis and Design .pptx
 
chapter01-120827115344-phpapp01.pdf
chapter01-120827115344-phpapp01.pdfchapter01-120827115344-phpapp01.pdf
chapter01-120827115344-phpapp01.pdf
 
Sadchap01
Sadchap01Sadchap01
Sadchap01
 
Chap02
Chap02Chap02
Chap02
 
Software Evolution_Se lect2 btech
Software Evolution_Se lect2 btechSoftware Evolution_Se lect2 btech
Software Evolution_Se lect2 btech
 
MIS Chapter 1
MIS Chapter 1MIS Chapter 1
MIS Chapter 1
 
System imolementation(Modern Systems Analysis and Design)
System imolementation(Modern Systems Analysis and Design)System imolementation(Modern Systems Analysis and Design)
System imolementation(Modern Systems Analysis and Design)
 
LECTURE 1-BASIC CONCEPT OF INFORMATION SYSTEM.pptx
LECTURE 1-BASIC CONCEPT OF INFORMATION SYSTEM.pptxLECTURE 1-BASIC CONCEPT OF INFORMATION SYSTEM.pptx
LECTURE 1-BASIC CONCEPT OF INFORMATION SYSTEM.pptx
 
9780324665284_PPT_ch13.ppt
9780324665284_PPT_ch13.ppt9780324665284_PPT_ch13.ppt
9780324665284_PPT_ch13.ppt
 
Chapter 04
Chapter 04Chapter 04
Chapter 04
 
Lec01.pptx
Lec01.pptxLec01.pptx
Lec01.pptx
 
COMPUTER ORGANIZATION AND ARCHITECTURE NOTES
COMPUTER ORGANIZATION AND ARCHITECTURE NOTESCOMPUTER ORGANIZATION AND ARCHITECTURE NOTES
COMPUTER ORGANIZATION AND ARCHITECTURE NOTES
 
Software Evolution_Se lect3 btech
Software Evolution_Se lect3 btechSoftware Evolution_Se lect3 btech
Software Evolution_Se lect3 btech
 
CC07.ppt
CC07.pptCC07.ppt
CC07.ppt
 
ch11.ppt
ch11.pptch11.ppt
ch11.ppt
 
01. Developing Business _ IT Solutions 2011.ppt
01. Developing Business _ IT Solutions 2011.ppt01. Developing Business _ IT Solutions 2011.ppt
01. Developing Business _ IT Solutions 2011.ppt
 
Introduction To System Analysis & Design
Introduction To System Analysis & DesignIntroduction To System Analysis & Design
Introduction To System Analysis & Design
 
Software Engineering.ppt
Software Engineering.pptSoftware Engineering.ppt
Software Engineering.ppt
 
1 Information Systems Analysis & Design,.pptx
1 Information Systems Analysis & Design,.pptx1 Information Systems Analysis & Design,.pptx
1 Information Systems Analysis & Design,.pptx
 

More from andyburghardt

More from andyburghardt (11)

Chapter 05
Chapter 05Chapter 05
Chapter 05
 
Chapter 02
Chapter 02Chapter 02
Chapter 02
 
Bio101 antibiotics
Bio101   antibioticsBio101   antibiotics
Bio101 antibiotics
 
Verbs
VerbsVerbs
Verbs
 
Subordination
SubordinationSubordination
Subordination
 
Run ons
Run onsRun ons
Run ons
 
Misplaced and dangling modifiers
Misplaced and dangling modifiersMisplaced and dangling modifiers
Misplaced and dangling modifiers
 
Fragments
FragmentsFragments
Fragments
 
Subject verb agreement
Subject verb agreementSubject verb agreement
Subject verb agreement
 
Commonly confused words
Commonly confused wordsCommonly confused words
Commonly confused words
 
Word choice
Word choiceWord choice
Word choice
 

Recently uploaded

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
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
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
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdflior mazor
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
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
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfhans926745
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 
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
 

Recently uploaded (20)

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
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
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
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
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
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdf
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
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
 

Chapter 01

  • 1. Systems Analysis and Design 8th Edition Chapter 1 Introduction to Systems Analysis and Design
  • 2. Chapter Objectives • Discuss the impact of information technology on business strategy and success • Define an information system and describe its components • Explain how profiles and models can represent business functions and operations • Explain how the Internet has affected business strategies and relationships 2
  • 3. Chapter Objectives • Identify various types of information systems and explain who uses them • Distinguish between structured analysis, object-oriented analysis, and agile methods • Compare the traditional waterfall model with agile methods and models • Discuss the role of the information technology department and the systems analysts who work there 3
  • 4. Introduction • Companies use information as a weapon in the battle to increase productivity, deliver quality products and services, maintain customer loyalty, and make sound decisions. • Information technology can mean the difference between success and failure 4
  • 5. The Impact of Information Technology • Information Technology (IT) – Combination of hardware and software products and services that companies use to manage, access, communicate, and share information • The Future of IT – Will see robust growth for at least a decade – The greatest need will be for systems analysts, network administrators, data communications analysts, and software engineers 5
  • 6. The Impact of Information Technology • The Role of Systems Analysis and Design – Systems Analysis and Design • Step-by-step process for developing high-quality information systems – Systems Analyst • Plan, develop, and maintain information systems 6
  • 7. The Impact of Information Technology • Who develops Information Systems? – In-house applications – Software packages – Internet-based application services – Outsourcing – Custom solutions – Enterprise-wide software strategies – How versus What 7
  • 8. Information System Components • A system is a set of related components that produces specific results • A Mission-critical system is one that is vital to a company’s operations • Data consists of basic facts that are the system’s raw material • Information is data that has been transformed into output that is valuable to users • Information systems have five key components: hardware, software, data, processes, and people 8
  • 9. Information System Components • Hardware – Is the physical layer of the information system – Moore’s Law • Software – System software – Application software – Enterprise applications 9
  • 10. Information System Components • Software – Horizontal system – Vertical system – Legacy systems • Data – Tables store data – By linking the tables, the system can extract specific information 10
  • 11. Information System Components • Processes – Describe the tasks and business functions that users, managers, and IT staff members perform to achieve specific results • People – Stakeholders – Users, or end users 11
  • 12. Understanding The Business • Business Process Modeling • Business Profile • Business Models – Business model – Business process – Business process reengineering (BPR) 12
  • 13. Understanding The Business • New Kinds of Companies – Production-oriented – Service-oriented – Internet-dependent – Dot-com (.com) – Brick-and-mortar 13
  • 14. Impact of the Internet • E-Commerce or I-Commerce • B2C (Business-to-Consumer) • B2B (Business-to-Business) – EDI – Extensible markup language (XML) – Supplier relationship management (SRM) 14
  • 15. Impact of the Internet • Web-Based System Development – WebSphere – .NET – Web services – Internet-based systems involve various hardware and software designs 15
  • 16. How Business Uses Information Systems • In the past, IT managers divided systems into categories based on the user group the system served – Office systems – Operational systems – Decision support systems – Executive information systems 16
  • 17. How Business Uses Information Systems • Enterprise computing systems – Support company-wide operations and data management requirements – Enterprise resource planning (ERP) – Many hardware and software vendors target the enterprise computing market 17
  • 18. How Business Uses Information Systems • Transaction processing systems – Involve large amounts of data and are mission- critical systems – Efficient because they process a set of transaction-related commands as a group rather than individually 18
  • 19. How Business Uses Information Systems • Business support systems – Provide job-related information to users at all levels of a company – Management information systems (MIS) – Radio frequency identification (RFID) – What-if 19
  • 20. How Business Uses Information Systems • Knowledge management systems – Called expert systems – Simulate human reasoning by combining a knowledge base and inference rules – Many knowledge management systems use a technique called fuzzy logic 20
  • 21. How Business Uses Information Systems • User productivity systems – Technology that improves productivity – Groupware • Information systems integration – Most large companies require systems that combine transaction processing, business support, knowledge management, and user productivity features 21
  • 22. Information System Users and Their Needs 22
  • 23. Systems Development Tools • Modeling – Business model – Requirements model – Data model – Object model – Network model – Process model 23
  • 24. Systems Development Tools • Prototyping – Prototype – Speeds up the development process significantly – Important decisions might be made too early, before business or IT issues are thoroughly understood – Can be an extremely valuable tool 24
  • 25. Systems Development Tools • Computer-Aided Systems Engineering (CASE) Tools – Also called computer-aided software engineering – CASE tools – Can generate program code, which speeds the implementation process 25
  • 26. Overview of Systems Development Methods • Structured Analysis – Systems development life cycle (SDLC) – Predictive approach – Uses a set of process models to describe a system graphically – Process-centered technique – Waterfall model 26
  • 27. Overview of Systems Development Methods • Structured Analysis – Deliverable or end product – Disadvantage in the built-in structure of the SDLC, because the waterfall model does not emphasize interactivity among the phases – This criticism can be valid if the SDLC phases are followed too rigidly – Adjacent phases usually interact 27
  • 28. Overview of Systems Development Methods • Structured Analysis – The SDLC model usually includes five steps • Systems planning • Systems analysis • Systems design • Systems implementation • Systems support and security 28
  • 29. Overview of Systems Development Methods • Structured Analysis – Systems Planning • Systems planning phase • Systems request – begins the process & describes problems or desired changes • Purpose of this phase is to perform a preliminary investigation • Key part of preliminary investigation is a feasibility study 29
  • 30. Overview of Systems Development Methods • Structured Analysis – Systems Analysis • Deliverable is the System requirements document – Systems Design • Deliverable is system design specification • Management and user involvement is critical 30
  • 31. Overview of Systems Development Methods • Structured Analysis – Systems Implementation • New system is constructed – Systems Support and Security • A well-designed system must be secure, reliable, maintainable, and scalable • Most information systems need to be updated significantly or replaced after several years of operation 31
  • 32. Overview of Systems Development Methods • Object-oriented Analysis – Combines data & processes that act on the data into things called objects – Object is a member of a class – Objects possess properties – Methods change an object’s properties 32
  • 33. Overview of Systems Development Methods • Object-Oriented Analysis – A message requests specific behavior or information from another object – Usually follow a series of analysis and design phases that are similar to the SDLC – Interactive model 33
  • 34. Overview of Systems Development Methods • Agile Methods – Are the newest development – Emphasizes continuous feedback – Iterative development – Agile community has published the Agile Manifesto – Spiral model 34
  • 35. Overview of Systems Development Methods • Agile Methods – Agile process determines the end result – Other adaptive variations and related methods exist – Two examples are Scrum and Extreme Programming (XP) – Analysts should understand the pros and cons of any approach before selecting a development method 35
  • 36. Overview of Systems Development Methods • Other Development Methods – Joint application development (JAD) – Rapid application development (RAD) – Might encounter other systems development techniques – Rational Unified Process (RUP®) – Microsoft Solutions Framework (MSF) 36
  • 37. Systems Development Guidelines • Develop a project plan • Involve users and listen carefully to them • Use project management tools to identify tasks and milestones • Develop accurate cost and benefit information • Remain flexible 37
  • 39. The Systems Analyst Position • Responsibilities – Translate business requirements into IT projects • Required Skills and Background – Solid technical knowledge, strong oral and written communication skills and analytic ability, and an understanding of business operations and processes • Certification – Important credential 39
  • 40. The Systems Analyst Position • Career Opportunities – Job titles – Company organization – Company size – Corporate culture – Salary, location, and future growth 40
  • 41. Chapter Summary • IT refers to the combination of hardware and software resources that companies use to manage, access, communicate, and share information • The essential components of an information system are hardware, software, data, processes, and people • Most companies offer a mix of products, technical and financial services, consulting, and customer support 41
  • 42. Chapter Summary • Systems analyst use modeling, prototyping, and computer aided systems engineering (CASE) tools • Three popular system development approaches are structured analysis, object-oriented analysis (O-O), and agile methods, also called adaptive methods • Regardless of the development strategy, people, tasks, timetables, and cost must be managed effectively using project management tools 42
  • 43. Chapter Summary • The IT department develops, maintains and operates a company’s information systems • Systems analysts need a combination of technical and business knowledge, analytical ability, and communication skills • Systems analysts need to consider salary, location, and future growth potential when making a career decision 43