SlideShare ist ein Scribd-Unternehmen logo
1 von 31
Group No. 3
Bhuvan Arya
Anoop Shet
Deepak Khuntwal
Amit Sharma
Kumar Anupam
Rahul Hedau
System analysis describes what a system should do to
meet the information needs of users.

System  design specifies how the system will accomplish
this objective.

System  design consists of design activities
   • that produce system specifications
   • satisfying the functional requirements
   • developed in the systems analysis stage.
   Describe the strategic planning process, and why it is
    important to IT managers
   Explain the purpose of a mission statement
   Explain the SDLC as a framework for systems
    development and business modeling
   Explain the reasons for information systems projects
    and the factors that affect such projects
   Describe the initial review of systems requests and the
    role of the systems review committee
   Describe the internal and external factors that affect
    information systems projects
   Define operational feasibility, technical feasibility, and
    economic feasibility
   Describe the steps and end product of a preliminary
    investigation
   Systems planning tasks
    ◦ Examine the systems request
    ◦ Conduct a preliminary investigation
    ◦ Using SDLC and CASE tools to provide a framework
The SDLC is generally presented as an iterative sequence of five steps:
  ◦ Systems Planning
  ◦ Systems Analysis
  ◦ Systems Design
  ◦ Systems Implementation
  ◦ Systems Operation and Support
each culminating in a deliverable, either a written document or a piece
  of software (or both)

SDLC allows organizations to incorporate new requirements,
  technology and human resources to IT development
1. Systems Planning
    Project definition
    Feasibility study
    Project scope, deliverables
    Standards, techniques and methods
    Task assessment, skill assessment, preliminary time estimation

2. Systems Analysis
    Analysis of existing hardware/software
    User requirements analysis
    Logical systems design:
     A. Conceptual data model
     B. Conceptual process model
     C. Functional application description
3. Systems Design
    Relational database model and data dictionary
    Detailed description of application inputs and outputs
    Detailed conceptual design of forms, reports, application
     programs and other application components

4. Systems Implementation
    Application development
    Testing and Evaluation
    Yields Functional Information System

5. Systems Operation and Support
    Maintenance
    Revisions
    Yields Operating Information System
   Reasons for Systems Analysis
    ◦ Improved service
    ◦ Better performance
    ◦ More information
    ◦ Stronger controls
    ◦ Reduced cost
   Overview of feasibility
    ◦ Feasibility study uses three main yardsticks:
       Operational feasibility
       Technical feasibility
       Economic feasibility
   Operational feasibility
    ◦ Is the system a practical and effective approach?
   Operational feasibility depends on:
    ◦ Management and user support
    ◦ User involvement in planning
    ◦ Impact of performance on customers and company
      image
    ◦ Reasonable schedules
   Technical feasibility
    ◦ Does the organization have resources to develop/purchase
      and operate the system?
   Technical feasibility depends on:
    ◦   Technical expertise within the organization
    ◦   Availability of necessary equipment
    ◦   Hardware and software reliability
    ◦   Adequate performance that will meet specifications
    ◦   Capacity for future needs/projected growth
   Economic feasibility
    ◦ Do the projected benefits outweigh the estimated costs
      of development, installation, and operation?
   Economic feasibility depends on:
    ◦ Costs — one time and continuing costs
    ◦ Benefits — tangible and intangible benefits
    ◦ Timing of various costs and benefits
    ◦ Cost of not developing the system
   Determining feasibility
    ◦ First step is a determination of feasibility
    ◦ Goal is to identify non-feasible projects as soon as
      possible
    ◦ Feasibility can change over time
       Non-feasible projects can be resubmitted
       Initially feasible projects can be rejected later
   Criteria used to evaluate systems requests
    ◦ Reduce costs
    ◦ Increase revenue
    ◦ Produce more information or better results
    ◦ Serve customers and the organization better
    ◦ Reasonable time frame and lasting results
    ◦ Resources available
    ◦ Necessary or discretionary
    ◦ Tangible or intangible factors
   Discretionary and non-discretionary projects
    ◦ Necessity of project
    ◦ Possibly no need to review non-discretionary projects
      in committee
   Purpose
    ◦ To decide whether to continue the project
   Objectives for a preliminary investigation
    1. Understand the problem
    2. Define the project scope and constraints
    3. Identify the benefits
    4. Estimate the time and costs
    5. Report to management
   Interaction with managers and users
   Step 1: Understand the problem
    ◦ Identify the true nature of the problem and the reason
      for the systems request
    ◦ Stated problem may not be the real problem
    ◦ Clear statement defines the investigation scope
   Step 2: Define the project scope and constraints
    ◦ Project scope
       Define the range or extent of the project
       Set project boundaries
    ◦ Constraints
       Identify conditions, restrictions, or requirements
          «       Present vs. future
          «       Internal vs. external
          «       Mandatory vs. desirable
   Step 3: Perform fact finding
    ◦ Analyze organization charts
    ◦ Conduct interviews
    ◦ Observe operations
    ◦ Carry out a user survey
   Step 4: Determine feasibility
    ◦ Determine operational, technical, and economic
      feasibility
   Step 5: Estimate time and cost to continue development
    ◦ Determine what information is needed
    ◦ Identify the sources of information
    ◦ Decide whether to use interviews, if so how many, and
      what time needed
    ◦ Decide whether to use surveys, if so who to complete
      it, and what time needed
    ◦ Estimate the cost of gathering, analyzing, and
      reporting the information to management
   Step 6: Present results and recommendations to
    management
    ◦ Final task in the preliminary investigation
    ◦ Key elements
       Evaluation of systems request
       Estimate of costs and benefits
       Recommendations
   Focuses on designing the interactions between end
    users and computer systems.

   Designers concentrate on
      - input/ output methods and
      - the conversion of data and information between
        human-readable and machine-readable forms.

   This is a proto typing process where working models or
    prototypes of user interface methods are designed and
    modified with feedback from the end users.
   Focuses on
       -the design of the structure of databases and
       -files to be used by a proposed information
    system.
   Data design frequently produces a data dictionary,
    which catalogs detailed descriptions of:
    • The attributes of the entities about which the
      proposed information system needs to maintain
      information.
    • The relationships these entities have with each
      other.
    • The specific data elements(databases, files, record,
      etc..) that need to be maintained for each activity.
    • The integrity rules that govern how each data
   Focuses on the development of software resources,
    (the programs, procedures) needed by the proposed
    information system.
   Process design produces detailed program
    specifications and procedures needed to meet
          -the user interface and data design specifications
    that
           are developed.
          -meet the functional control and performance
           requirements developed in the analysis stage.
   Final design must specify what types of hardware
    resources, network resources, and people resources
    will be needed.

   It must specify how such resources will convert data
    resources into information products.

   These specifications are the final product of the
    systems design stage called system specifications.
   User interface specifications
       - Content, format, sequence of user interface products
    and methods.
   Database specifications
       - Content, structure, distribution, maintenance,
    retention of databases.
   Software specifications
      - The required software package of the proposed
    system
   Hardware specifications
      - The physical and performance characteristics of the
    equipments and
       networks.
   Personnel specifications
     - Job descriptions of persons who will operate the
    system.
Systems Analysis and Design Fourth
                           Edition

Weitere ähnliche Inhalte

Was ist angesagt?

Management information system ( MIS )
Management information system ( MIS )Management information system ( MIS )
Management information system ( MIS )QualitativeIn
 
Management information system
Management information system Management information system
Management information system Manish Kaushik
 
Transaction processing system
Transaction processing systemTransaction processing system
Transaction processing systemanjana1994
 
Decision Support System - Management Information System
Decision Support System - Management Information SystemDecision Support System - Management Information System
Decision Support System - Management Information SystemNijaz N
 
DSS and decision support system and its types
DSS and decision support system and its typesDSS and decision support system and its types
DSS and decision support system and its typesHammalAkhtar
 
Introduction to information system
Introduction to information systemIntroduction to information system
Introduction to information systemPROF.JITENDRA PATEL
 
Characteristic of management information system
Characteristic of management information systemCharacteristic of management information system
Characteristic of management information systemManoj Kumar
 
Concepts and components of information system
Concepts  and components of information systemConcepts  and components of information system
Concepts and components of information systemRohit Kumar
 
Information Management unit 1 introduction
Information Management unit 1 introductionInformation Management unit 1 introduction
Information Management unit 1 introductionGanesha Pandian
 
SECURITY & CONTROL OF INFORMATION SYSTEM (Management Information System)
SECURITY & CONTROL OF INFORMATION SYSTEM (Management Information System)SECURITY & CONTROL OF INFORMATION SYSTEM (Management Information System)
SECURITY & CONTROL OF INFORMATION SYSTEM (Management Information System)Biswajit Bhattacharjee
 
Management information system (MIS)
Management information system (MIS)Management information system (MIS)
Management information system (MIS)Bhupen Meena
 
DEVELOPMENT PROCESS OF MIS
DEVELOPMENT PROCESS OF MISDEVELOPMENT PROCESS OF MIS
DEVELOPMENT PROCESS OF MISHiren Selani
 
Decision support system-MIS
Decision support system-MISDecision support system-MIS
Decision support system-MISYoga Raja
 
Decision support systems
Decision support systemsDecision support systems
Decision support systemsAneel Ahmed
 
System Analysis And Design Management Information System
System Analysis And Design Management Information SystemSystem Analysis And Design Management Information System
System Analysis And Design Management Information Systemnayanav
 
Enterprise management systems
Enterprise management systems Enterprise management systems
Enterprise management systems Sanu Francis
 

Was ist angesagt? (20)

Management information system ( MIS )
Management information system ( MIS )Management information system ( MIS )
Management information system ( MIS )
 
Mis notes
Mis notesMis notes
Mis notes
 
Management information system
Management information system Management information system
Management information system
 
Transaction processing system
Transaction processing systemTransaction processing system
Transaction processing system
 
Decision Support System - Management Information System
Decision Support System - Management Information SystemDecision Support System - Management Information System
Decision Support System - Management Information System
 
DSS and decision support system and its types
DSS and decision support system and its typesDSS and decision support system and its types
DSS and decision support system and its types
 
Introduction to information system
Introduction to information systemIntroduction to information system
Introduction to information system
 
Characteristic of management information system
Characteristic of management information systemCharacteristic of management information system
Characteristic of management information system
 
Concepts and components of information system
Concepts  and components of information systemConcepts  and components of information system
Concepts and components of information system
 
Mis Mac
Mis MacMis Mac
Mis Mac
 
Information Management unit 1 introduction
Information Management unit 1 introductionInformation Management unit 1 introduction
Information Management unit 1 introduction
 
Mis introduction
Mis introductionMis introduction
Mis introduction
 
SECURITY & CONTROL OF INFORMATION SYSTEM (Management Information System)
SECURITY & CONTROL OF INFORMATION SYSTEM (Management Information System)SECURITY & CONTROL OF INFORMATION SYSTEM (Management Information System)
SECURITY & CONTROL OF INFORMATION SYSTEM (Management Information System)
 
Management information system (MIS)
Management information system (MIS)Management information system (MIS)
Management information system (MIS)
 
DEVELOPMENT PROCESS OF MIS
DEVELOPMENT PROCESS OF MISDEVELOPMENT PROCESS OF MIS
DEVELOPMENT PROCESS OF MIS
 
Decision support system-MIS
Decision support system-MISDecision support system-MIS
Decision support system-MIS
 
Decision support systems
Decision support systemsDecision support systems
Decision support systems
 
MIS concepts
MIS conceptsMIS concepts
MIS concepts
 
System Analysis And Design Management Information System
System Analysis And Design Management Information SystemSystem Analysis And Design Management Information System
System Analysis And Design Management Information System
 
Enterprise management systems
Enterprise management systems Enterprise management systems
Enterprise management systems
 

Ähnlich wie Mis system analysis and system design

Ähnlich wie Mis system analysis and system design (20)

Software Development Life Cycle (SDLC).pptx
Software Development Life Cycle (SDLC).pptxSoftware Development Life Cycle (SDLC).pptx
Software Development Life Cycle (SDLC).pptx
 
Sdlc1
Sdlc1Sdlc1
Sdlc1
 
Presentation2
Presentation2Presentation2
Presentation2
 
Software testing and introduction to quality
Software testing and introduction to qualitySoftware testing and introduction to quality
Software testing and introduction to quality
 
22-REQUIREMENT.ppt
22-REQUIREMENT.ppt22-REQUIREMENT.ppt
22-REQUIREMENT.ppt
 
Software Development Life Cycle
Software Development Life CycleSoftware Development Life Cycle
Software Development Life Cycle
 
Sdlc 4
Sdlc 4Sdlc 4
Sdlc 4
 
CIS 2303 LO2 Part 2
CIS 2303 LO2 Part 2CIS 2303 LO2 Part 2
CIS 2303 LO2 Part 2
 
software engineering
software engineering software engineering
software engineering
 
unit2.pptx
unit2.pptxunit2.pptx
unit2.pptx
 
Unit 2 Classical Systems Development Methodology.pptx
Unit 2 Classical Systems Development Methodology.pptxUnit 2 Classical Systems Development Methodology.pptx
Unit 2 Classical Systems Development Methodology.pptx
 
Seminar on Project Management by Rj
Seminar on Project Management by RjSeminar on Project Management by Rj
Seminar on Project Management by Rj
 
CIS 2303 LO1: Introduction to System Analysis and Design
CIS 2303 LO1: Introduction to System Analysis and DesignCIS 2303 LO1: Introduction to System Analysis and Design
CIS 2303 LO1: Introduction to System Analysis and Design
 
Module 6 - Systems Planning bak.pptx.pdf
Module 6 - Systems Planning bak.pptx.pdfModule 6 - Systems Planning bak.pptx.pdf
Module 6 - Systems Planning bak.pptx.pdf
 
Lecture3
Lecture3Lecture3
Lecture3
 
Requirement Analysis
Requirement AnalysisRequirement Analysis
Requirement Analysis
 
Structure system analysis and design method -SSADM
Structure system analysis and design method -SSADMStructure system analysis and design method -SSADM
Structure system analysis and design method -SSADM
 
Unit2 Software engineering UPTU
Unit2 Software engineering UPTUUnit2 Software engineering UPTU
Unit2 Software engineering UPTU
 
lake city institute of technology
lake city institute of technology lake city institute of technology
lake city institute of technology
 
PTTKHTTT_part 1.pdf
PTTKHTTT_part 1.pdfPTTKHTTT_part 1.pdf
PTTKHTTT_part 1.pdf
 

Mehr von Rahul Hedau

Business policy and strategic management of maruti suzuki
Business policy and strategic management of maruti suzukiBusiness policy and strategic management of maruti suzuki
Business policy and strategic management of maruti suzukiRahul Hedau
 
Clearing and settlement derivatives
Clearing and settlement derivativesClearing and settlement derivatives
Clearing and settlement derivativesRahul Hedau
 
Supply chain challenges and opportunities
Supply chain challenges and opportunitiesSupply chain challenges and opportunities
Supply chain challenges and opportunitiesRahul Hedau
 
Automobile sector security analysis
Automobile sector security analysisAutomobile sector security analysis
Automobile sector security analysisRahul Hedau
 
Security analysis report on automobile sector
Security analysis report on automobile sectorSecurity analysis report on automobile sector
Security analysis report on automobile sectorRahul Hedau
 
Bank and nbfc’s
Bank and nbfc’sBank and nbfc’s
Bank and nbfc’sRahul Hedau
 
World class manufacturing (wcm)
World class manufacturing (wcm)World class manufacturing (wcm)
World class manufacturing (wcm)Rahul Hedau
 
Ob movie presentation sarfarosh
Ob movie presentation   sarfaroshOb movie presentation   sarfarosh
Ob movie presentation sarfaroshRahul Hedau
 
Sourav ganguly – group 3
Sourav ganguly – group 3Sourav ganguly – group 3
Sourav ganguly – group 3Rahul Hedau
 
Mis report on flipkart.com
Mis report on flipkart.comMis report on flipkart.com
Mis report on flipkart.comRahul Hedau
 
F itness club business model
F itness club   business modelF itness club   business model
F itness club business modelRahul Hedau
 
Business model fitness club
Business model   fitness clubBusiness model   fitness club
Business model fitness clubRahul Hedau
 
Fortune 500 companies
Fortune 500 companiesFortune 500 companies
Fortune 500 companiesRahul Hedau
 
World class manufacturing (wcm)
World class manufacturing (wcm)World class manufacturing (wcm)
World class manufacturing (wcm)Rahul Hedau
 

Mehr von Rahul Hedau (15)

Business policy and strategic management of maruti suzuki
Business policy and strategic management of maruti suzukiBusiness policy and strategic management of maruti suzuki
Business policy and strategic management of maruti suzuki
 
Clearing and settlement derivatives
Clearing and settlement derivativesClearing and settlement derivatives
Clearing and settlement derivatives
 
Supply chain challenges and opportunities
Supply chain challenges and opportunitiesSupply chain challenges and opportunities
Supply chain challenges and opportunities
 
Automobile sector security analysis
Automobile sector security analysisAutomobile sector security analysis
Automobile sector security analysis
 
Security analysis report on automobile sector
Security analysis report on automobile sectorSecurity analysis report on automobile sector
Security analysis report on automobile sector
 
Bank and nbfc’s
Bank and nbfc’sBank and nbfc’s
Bank and nbfc’s
 
World class manufacturing (wcm)
World class manufacturing (wcm)World class manufacturing (wcm)
World class manufacturing (wcm)
 
Ob movie presentation sarfarosh
Ob movie presentation   sarfaroshOb movie presentation   sarfarosh
Ob movie presentation sarfarosh
 
Sourav ganguly – group 3
Sourav ganguly – group 3Sourav ganguly – group 3
Sourav ganguly – group 3
 
Mis report on flipkart.com
Mis report on flipkart.comMis report on flipkart.com
Mis report on flipkart.com
 
F itness club business model
F itness club   business modelF itness club   business model
F itness club business model
 
Business model fitness club
Business model   fitness clubBusiness model   fitness club
Business model fitness club
 
Economics japan
Economics   japanEconomics   japan
Economics japan
 
Fortune 500 companies
Fortune 500 companiesFortune 500 companies
Fortune 500 companies
 
World class manufacturing (wcm)
World class manufacturing (wcm)World class manufacturing (wcm)
World class manufacturing (wcm)
 

Kürzlich hochgeladen

How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfPrecisely
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxLoriGlavin3
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfLoriGlavin3
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxLoriGlavin3
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 

Kürzlich hochgeladen (20)

How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdf
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 

Mis system analysis and system design

  • 1. Group No. 3 Bhuvan Arya Anoop Shet Deepak Khuntwal Amit Sharma Kumar Anupam Rahul Hedau
  • 2. System analysis describes what a system should do to meet the information needs of users. System design specifies how the system will accomplish this objective. System design consists of design activities • that produce system specifications • satisfying the functional requirements • developed in the systems analysis stage.
  • 3. Describe the strategic planning process, and why it is important to IT managers  Explain the purpose of a mission statement  Explain the SDLC as a framework for systems development and business modeling  Explain the reasons for information systems projects and the factors that affect such projects
  • 4. Describe the initial review of systems requests and the role of the systems review committee  Describe the internal and external factors that affect information systems projects  Define operational feasibility, technical feasibility, and economic feasibility  Describe the steps and end product of a preliminary investigation
  • 5. Systems planning tasks ◦ Examine the systems request ◦ Conduct a preliminary investigation ◦ Using SDLC and CASE tools to provide a framework
  • 6. The SDLC is generally presented as an iterative sequence of five steps: ◦ Systems Planning ◦ Systems Analysis ◦ Systems Design ◦ Systems Implementation ◦ Systems Operation and Support each culminating in a deliverable, either a written document or a piece of software (or both) SDLC allows organizations to incorporate new requirements, technology and human resources to IT development
  • 7. 1. Systems Planning  Project definition  Feasibility study  Project scope, deliverables  Standards, techniques and methods  Task assessment, skill assessment, preliminary time estimation 2. Systems Analysis  Analysis of existing hardware/software  User requirements analysis  Logical systems design: A. Conceptual data model B. Conceptual process model C. Functional application description
  • 8. 3. Systems Design  Relational database model and data dictionary  Detailed description of application inputs and outputs  Detailed conceptual design of forms, reports, application programs and other application components 4. Systems Implementation  Application development  Testing and Evaluation  Yields Functional Information System 5. Systems Operation and Support  Maintenance  Revisions  Yields Operating Information System
  • 9. Reasons for Systems Analysis ◦ Improved service ◦ Better performance ◦ More information ◦ Stronger controls ◦ Reduced cost
  • 10. Overview of feasibility ◦ Feasibility study uses three main yardsticks:  Operational feasibility  Technical feasibility  Economic feasibility
  • 11. Operational feasibility ◦ Is the system a practical and effective approach?  Operational feasibility depends on: ◦ Management and user support ◦ User involvement in planning ◦ Impact of performance on customers and company image ◦ Reasonable schedules
  • 12. Technical feasibility ◦ Does the organization have resources to develop/purchase and operate the system?  Technical feasibility depends on: ◦ Technical expertise within the organization ◦ Availability of necessary equipment ◦ Hardware and software reliability ◦ Adequate performance that will meet specifications ◦ Capacity for future needs/projected growth
  • 13. Economic feasibility ◦ Do the projected benefits outweigh the estimated costs of development, installation, and operation?  Economic feasibility depends on: ◦ Costs — one time and continuing costs ◦ Benefits — tangible and intangible benefits ◦ Timing of various costs and benefits ◦ Cost of not developing the system
  • 14. Determining feasibility ◦ First step is a determination of feasibility ◦ Goal is to identify non-feasible projects as soon as possible ◦ Feasibility can change over time  Non-feasible projects can be resubmitted  Initially feasible projects can be rejected later
  • 15. Criteria used to evaluate systems requests ◦ Reduce costs ◦ Increase revenue ◦ Produce more information or better results ◦ Serve customers and the organization better ◦ Reasonable time frame and lasting results ◦ Resources available ◦ Necessary or discretionary ◦ Tangible or intangible factors
  • 16. Discretionary and non-discretionary projects ◦ Necessity of project ◦ Possibly no need to review non-discretionary projects in committee
  • 17. Purpose ◦ To decide whether to continue the project  Objectives for a preliminary investigation 1. Understand the problem 2. Define the project scope and constraints 3. Identify the benefits 4. Estimate the time and costs 5. Report to management  Interaction with managers and users
  • 18. Step 1: Understand the problem ◦ Identify the true nature of the problem and the reason for the systems request ◦ Stated problem may not be the real problem ◦ Clear statement defines the investigation scope
  • 19. Step 2: Define the project scope and constraints ◦ Project scope  Define the range or extent of the project  Set project boundaries ◦ Constraints  Identify conditions, restrictions, or requirements « Present vs. future « Internal vs. external « Mandatory vs. desirable
  • 20. Step 3: Perform fact finding ◦ Analyze organization charts ◦ Conduct interviews ◦ Observe operations ◦ Carry out a user survey
  • 21. Step 4: Determine feasibility ◦ Determine operational, technical, and economic feasibility
  • 22. Step 5: Estimate time and cost to continue development ◦ Determine what information is needed ◦ Identify the sources of information ◦ Decide whether to use interviews, if so how many, and what time needed ◦ Decide whether to use surveys, if so who to complete it, and what time needed ◦ Estimate the cost of gathering, analyzing, and reporting the information to management
  • 23. Step 6: Present results and recommendations to management ◦ Final task in the preliminary investigation ◦ Key elements  Evaluation of systems request  Estimate of costs and benefits  Recommendations
  • 24.
  • 25. Focuses on designing the interactions between end users and computer systems.  Designers concentrate on - input/ output methods and - the conversion of data and information between human-readable and machine-readable forms.  This is a proto typing process where working models or prototypes of user interface methods are designed and modified with feedback from the end users.
  • 26. Focuses on -the design of the structure of databases and -files to be used by a proposed information system.  Data design frequently produces a data dictionary, which catalogs detailed descriptions of: • The attributes of the entities about which the proposed information system needs to maintain information. • The relationships these entities have with each other. • The specific data elements(databases, files, record, etc..) that need to be maintained for each activity. • The integrity rules that govern how each data
  • 27. Focuses on the development of software resources, (the programs, procedures) needed by the proposed information system.  Process design produces detailed program specifications and procedures needed to meet -the user interface and data design specifications that are developed. -meet the functional control and performance requirements developed in the analysis stage.
  • 28. Final design must specify what types of hardware resources, network resources, and people resources will be needed.  It must specify how such resources will convert data resources into information products.  These specifications are the final product of the systems design stage called system specifications.
  • 29. User interface specifications - Content, format, sequence of user interface products and methods.  Database specifications - Content, structure, distribution, maintenance, retention of databases.  Software specifications - The required software package of the proposed system
  • 30. Hardware specifications - The physical and performance characteristics of the equipments and networks.  Personnel specifications - Job descriptions of persons who will operate the system.
  • 31. Systems Analysis and Design Fourth Edition