SlideShare a Scribd company logo
1 of 34
System Engineering Analysis and
design
• When the system approach to problem solving is
applied to development of IS for business
solution it called as IS development or application
development
• System thinking is ‘ seeing the forest and the
trees’ . It involves seeing interrelationship among
systems rather than linear cause-effect for an
event. It is seeing process of change among
systems rather than snapshots of change
wherever occurring.
• E.g. Virtualization
• It means understanding of S/W and
application on different platforms
•
Systems Approach to Problem Solving
Design
the
Solution
Define
the
Problem
Develop
Alternative
Solutions
Select
the
Solution
Implement
the
Solution
MonitorandEvaluateResults
• The systems approach views a business
process as a system that has 5 components:
input, process, output, feedback and control.
The systems approach to problem solving uses
the systems orientation to conceptualize the
nature of the problem. Under the systems
orientation, all elements of a problem interact
with one another. Consequently, the systems
approach considers each "step" to influence
and provide feedback on every other step
Approaches
• Life Cycle Approach
• Object Oriented Approach
Define
A system is group of interrelated components
working together toward a common goal by
accepting input and producing output in an
organized transformation process
Type
• Natural System: human body, Galaxies etc
• Man made: Government
• Physical
• Abstract: e.g. business models
• Open: interact with environment
• Closed
Information system development
• When system approach is applied for
information system solutions then it is called
as Information system development
Traditional Systems Development Life
Cycle
Systems Implementation
Product:
Operational System
Systems Investigation
Product:
Feasibility Study
Systems Analysis
Product:
Functional Requirements
Systems Design
Product:
System Specifications
Systems Maintenance
Product:
Improved System
Understand the
Business
Problem or
Opportunity
Develop an
Information
System
Solution
Implement
the Information
System
Solution
• The traditional information systems development cycle
is based upon the stages in the systems approach to
problem solving, where each step is interdependent on
the previous step:
• Systems Investigation. This stage may begin with a
formal information systems planning process to help
sort out choices from many opportunities. Typically,
due to the expense associated with information
systems development this stage includes a cost/benefit
analysis as part of a feasibility study.
• The Investigation Phase begins the preliminary study
of the proposed information system solution to meet
the e-business needs. Its focus is to seek to answer the
questions: What are our opportunities, what are our
priorities, and can IS be used to address these needs?
• Because the process of application development can
be costly both in time and resources, the system
investigation phase begins with a Feasibility Study.
The goal of feasibility studies is to evaluate alternative
systems and to propose the most feasible and desirable
systems. Feasibility is assessed across four major
categories:
• Organizational Feasibility. This focuses on how
well a proposed information system supports the
objectives of the organization.
• Technical Feasibility. This ascertains whether
reliable hardware and software capable of
meeting the needs of the proposed system can
be acquired or developed.
• Operational Feasibility. This refers to the
willingness and ability of the management,
employees, customers, suppliers, and others to
operate, use, and support a proposed system.
• Economic Feasibility. This is concerned with whether the
proposed IS benefits are greater than its costs. This area is
particularly concerned with financial affordability --
whether the firm can pay to develop the system. A
cost/benefit analysis is used to weigh the total costs a new
system is likely to incur against the total anticipated
benefits to be gained. This includes determining tangible
costs (such as hardware and software purchases and
employee salaries) and intangible costs such as effects on
employee morale and disruptions in productivity during the
installation of the new system. Benefits too can be either
tangible (such as reduced inventory and carrying costs) or
intangible (higher customer satisfaction).
• Legal Feasibility
Systems Analysis
• It is extension of system investigation. It is in-
depth analysis of several basic activities.
Ultimately it is an indepth study of end user
information needs that produces functional
requirements
Cont…………….
• Organizational Analysis. An effective IS can
only be designed with a full awareness of the
organization it will serve. Systems analysis
then begins with a thorough analysis of the
organization, its management structure, its
people, its business activities, the
environmental systems it deals with, and its
current information systems.
• Analysis of the Present System. If a system
already exists, it is useful to study it to help
assess how it can be improved or replaced by
the proposed system. In particular, the
analysis should identify how things are
currently done (such as user interface
methods) and determine how they should be
done in the system being designed.
• Logical Analysis
• It is blueprint of current system that display
only what the current system does without
regard for how it does it.
• Suppose order are in inbox of executive. But
logical analysis will take it as order stored in
hard disk. Thus What part is important not
How
• Functional Requirements Analysis.
Functional requirements specify the
information systems capabilities required to
meet the information needs of users. In
particular, functional requirements analysis
must specify:
• User Interface Requirements. What user input will be needed? The
input/output needs of end users must be supported by the IS.
• Processing Requirements. Functional analysis must specify the
processing requirements necessary to perform all the activities
involved in converting input into output. The objective is to
determine what must be done; not how it will be done.
• Storage Requirements. What data must be stored and retrieved?
Organization, content, and size of databases and procedures for
maintenance must be specified.
• Control Requirements. What control reports must be produced?
What data input controls are needed? Issues of accuracy, validity,
safety, security, and adaptability must be specified.
Methods for assessing requirements
• Interviewing
• Brainstorming
• Questionnaires
• Quality function deployment: is a quality
management technique that translates the
needs of customers into technical
requirements
Joint application development
• It is an information gathering technique that
allows the project team, users and
management to work together to identify
requirements. 10 to 20 participants
System design
• From output of System analysis i.e. requirement
specification second phase i.e. system design
starts.
• Is the process of defining the architecture ,
components , modules interfaces and data of a
system to satisfy specified requirements.
• In logical view what is to be accomplished will be
designed (DFD, ER Etc)
• In physical view how it will be accomplished will
be design (Hardware, software,etc)
System Design
Phase of detailing how a system will meet the information
requirements determined by the systems analysis. This phase is
broken into two sub phases:
1. Logical design 1st phase, lays out the components of the
information system and their relationship to each other as they
would appear to users.
2. Physical design 2nd phase, the process of translating the abstract
logical model into the specific technical design for the new system
Tools and Techniques used for designing:
Flow Chart Dataflow Diagrams (DFDs)
Data Dictionary Structured English
Decision Table Decision Tree
Design specifications include: Output, Input, User interface, Database
design, Manual procedures , Documentation etc..
System design
USER
Interface
Design
Data Design
Process
Design
Screen Form and
dialog design
Data element
and structure
design
Program and
procedure design
objectives
• Practicality
• Flexibility
• Efficiency
• Security
Two level of design
• Conceptual design helps in generating
alternative MIS designs and help in selecting
one.
• This selected one is further given shape of
detailed MIS design
Conceptual design
• Define Problem
• Set system objectives
• Identify constraints (by customers, government ,
suppliers, management, money etc)
• Determine information needs and sources
• Develop various designs (alternatives)
• Documentation of selected design (overall flow,
input, output)
• Report preparation
Detailed system design
• Project planning and control :should be
considered as a project for efficiency
• Involve the user
• Detailed sub system definition
• System-- subsystem->function-> task->
operational element
• Output/Input design
• Forms, formats etc of output and input
• Feedback once again from user
• Database design
• Procedure design for data entry, run time
procedures( e.g. to load printer with specific
paper), error handling procedure, security and
backup procedures, software documenting
procedures
• Design documentation
Implementation
• First step is to plan
• Acquiring facilities and space
• Developing organization mindset for MIS and its
procedures
• Acquiring hardware and software
• Coding
• Testing
• Creation of forms and database
• Documentation
• User training
Installation
• Conversion of old into new
• Parallel: run old and new simultaneously
• Pilot(modular): Install in one part at a time
• Phased: implement in one of function
• Cutover (direct) : start directly with new
system
Evaluation and Maintenance
• On basis of timeliness, relevance, accuracy,
completeness, adequacy, exception-bases
• Cost-benefit evaluation
• Maintenance: the process of monitoring,
evaluating, and modifying of existing
information systems to make required or
desirable improvement may be termed as
system maintenance.
• Corrective Maintenance
• Adaptive
• Perfective: adding new programs or modifying
existing programs

More Related Content

What's hot

Unit ii process planning activities
Unit ii process planning activitiesUnit ii process planning activities
Unit ii process planning activitiesKarpaka Raj
 
Process Planning & Cost Estimation
Process Planning & Cost EstimationProcess Planning & Cost Estimation
Process Planning & Cost EstimationPrabhu Bose
 
Flexible manufacturing systems (FMS)
Flexible manufacturing systems (FMS)Flexible manufacturing systems (FMS)
Flexible manufacturing systems (FMS)jntuhcej
 
Integration of cad-cam systems & shared data base
Integration of cad-cam systems & shared data baseIntegration of cad-cam systems & shared data base
Integration of cad-cam systems & shared data baseArnab Chakraborty
 
Software quality infrastructure
Software quality infrastructureSoftware quality infrastructure
Software quality infrastructureLuthfia Ulinnuha
 
Computer Aided Quality
Computer Aided QualityComputer Aided Quality
Computer Aided QualityAliRaza1767
 
Fundamentals of machine design.pdf
Fundamentals of machine design.pdfFundamentals of machine design.pdf
Fundamentals of machine design.pdfCHINNARASUK
 
Flexible manufacturing systems
Flexible manufacturing systems Flexible manufacturing systems
Flexible manufacturing systems Nityanand Yadav
 
Presentation on reverse engineering
Presentation on reverse engineeringPresentation on reverse engineering
Presentation on reverse engineeringFaleSh ShaRma
 
Fast diagram, Work Design and Measurement
Fast diagram, Work Design and MeasurementFast diagram, Work Design and Measurement
Fast diagram, Work Design and MeasurementYagnik Savaliya
 
PPT ON DESIGN FAILURE MODE AND EFFECT ANALYSIS (DFMEA)
PPT ON DESIGN FAILURE MODE AND EFFECT ANALYSIS (DFMEA)PPT ON DESIGN FAILURE MODE AND EFFECT ANALYSIS (DFMEA)
PPT ON DESIGN FAILURE MODE AND EFFECT ANALYSIS (DFMEA)Inter Alliance Werardt
 
Limits, fits and tolerances
Limits, fits and tolerancesLimits, fits and tolerances
Limits, fits and tolerancestaruian
 
Role of computers in mfg
Role of computers in mfgRole of computers in mfg
Role of computers in mfgAshok Mannava
 
COMPUTER AIDED PROCESS PLANNING
COMPUTER AIDED PROCESS PLANNINGCOMPUTER AIDED PROCESS PLANNING
COMPUTER AIDED PROCESS PLANNINGjntuhcej
 

What's hot (20)

Unit ii process planning activities
Unit ii process planning activitiesUnit ii process planning activities
Unit ii process planning activities
 
Process Planning & Cost Estimation
Process Planning & Cost EstimationProcess Planning & Cost Estimation
Process Planning & Cost Estimation
 
Flexible manufacturing systems (FMS)
Flexible manufacturing systems (FMS)Flexible manufacturing systems (FMS)
Flexible manufacturing systems (FMS)
 
Value Engineering
Value EngineeringValue Engineering
Value Engineering
 
Integration of cad-cam systems & shared data base
Integration of cad-cam systems & shared data baseIntegration of cad-cam systems & shared data base
Integration of cad-cam systems & shared data base
 
Unit 1 notes
Unit 1 notesUnit 1 notes
Unit 1 notes
 
Software quality infrastructure
Software quality infrastructureSoftware quality infrastructure
Software quality infrastructure
 
Computer Aided Quality
Computer Aided QualityComputer Aided Quality
Computer Aided Quality
 
Fundamentals of machine design.pdf
Fundamentals of machine design.pdfFundamentals of machine design.pdf
Fundamentals of machine design.pdf
 
Flexible manufacturing systems
Flexible manufacturing systems Flexible manufacturing systems
Flexible manufacturing systems
 
System Engineering Unit 5
System Engineering Unit 5System Engineering Unit 5
System Engineering Unit 5
 
Presentation on reverse engineering
Presentation on reverse engineeringPresentation on reverse engineering
Presentation on reverse engineering
 
high speed machining
high speed machininghigh speed machining
high speed machining
 
GD&T - PPT
GD&T - PPTGD&T - PPT
GD&T - PPT
 
Fast diagram, Work Design and Measurement
Fast diagram, Work Design and MeasurementFast diagram, Work Design and Measurement
Fast diagram, Work Design and Measurement
 
PPT ON DESIGN FAILURE MODE AND EFFECT ANALYSIS (DFMEA)
PPT ON DESIGN FAILURE MODE AND EFFECT ANALYSIS (DFMEA)PPT ON DESIGN FAILURE MODE AND EFFECT ANALYSIS (DFMEA)
PPT ON DESIGN FAILURE MODE AND EFFECT ANALYSIS (DFMEA)
 
Limits, fits and tolerances
Limits, fits and tolerancesLimits, fits and tolerances
Limits, fits and tolerances
 
Role of computers in mfg
Role of computers in mfgRole of computers in mfg
Role of computers in mfg
 
COMPUTER AIDED PROCESS PLANNING
COMPUTER AIDED PROCESS PLANNINGCOMPUTER AIDED PROCESS PLANNING
COMPUTER AIDED PROCESS PLANNING
 
System design
System designSystem design
System design
 

Similar to System Engineering Analysis and Design Process

System Analysis and Design Project documentation
System Analysis and Design Project documentationSystem Analysis and Design Project documentation
System Analysis and Design Project documentationMAHERMOHAMED27
 
Part7-updated.pptx descrription of lectures
Part7-updated.pptx descrription of lecturesPart7-updated.pptx descrription of lectures
Part7-updated.pptx descrription of lecturesmohammedderriche2
 
management system development and planning
management system development and planningmanagement system development and planning
management system development and planningmilkesa13
 
HI600 Ch 1 Inst_slides
HI600 Ch 1 Inst_slidesHI600 Ch 1 Inst_slides
HI600 Ch 1 Inst_slidesljmcneill33
 
Software Development Life Cycle (SDLC).pptx
Software Development Life Cycle (SDLC).pptxSoftware Development Life Cycle (SDLC).pptx
Software Development Life Cycle (SDLC).pptxsandhyakiran10
 
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 -SSADMFLYMAN TECHNOLOGY LIMITED
 
PLANNING PHASE(1).pdf and designing phases
PLANNING PHASE(1).pdf and designing phasesPLANNING PHASE(1).pdf and designing phases
PLANNING PHASE(1).pdf and designing phaseshamdiabdrhman
 
SE_Unit 3_System & Requirement Engineering.pdf
SE_Unit 3_System & Requirement Engineering.pdfSE_Unit 3_System & Requirement Engineering.pdf
SE_Unit 3_System & Requirement Engineering.pdfRAVALCHIRAG1
 
a123.pdf
a123.pdfa123.pdf
a123.pdfAhTh3
 
Systems Analyst and Its Roles (2)
Systems Analyst and Its Roles (2)Systems Analyst and Its Roles (2)
Systems Analyst and Its Roles (2)Ajeng Savitri
 
Hsc project management 2015
Hsc project management 2015Hsc project management 2015
Hsc project management 2015greg robertson
 
Requirement Analysis
Requirement AnalysisRequirement Analysis
Requirement AnalysisSADEED AMEEN
 

Similar to System Engineering Analysis and Design Process (20)

SDLC
SDLCSDLC
SDLC
 
22-REQUIREMENT.ppt
22-REQUIREMENT.ppt22-REQUIREMENT.ppt
22-REQUIREMENT.ppt
 
Sdlc1
Sdlc1Sdlc1
Sdlc1
 
System Analysis and Design Project documentation
System Analysis and Design Project documentationSystem Analysis and Design Project documentation
System Analysis and Design Project documentation
 
Part7-updated.pptx descrription of lectures
Part7-updated.pptx descrription of lecturesPart7-updated.pptx descrription of lectures
Part7-updated.pptx descrription of lectures
 
management system development and planning
management system development and planningmanagement system development and planning
management system development and planning
 
HI600 Ch 1 Inst_slides
HI600 Ch 1 Inst_slidesHI600 Ch 1 Inst_slides
HI600 Ch 1 Inst_slides
 
Software Development Life Cycle (SDLC).pptx
Software Development Life Cycle (SDLC).pptxSoftware Development Life Cycle (SDLC).pptx
Software Development Life Cycle (SDLC).pptx
 
Mis chapter 8
Mis chapter 8Mis chapter 8
Mis chapter 8
 
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
 
PLANNING PHASE(1).pdf and designing phases
PLANNING PHASE(1).pdf and designing phasesPLANNING PHASE(1).pdf and designing phases
PLANNING PHASE(1).pdf and designing phases
 
SE_Unit 3_System & Requirement Engineering.pdf
SE_Unit 3_System & Requirement Engineering.pdfSE_Unit 3_System & Requirement Engineering.pdf
SE_Unit 3_System & Requirement Engineering.pdf
 
SDLC 21.11.2022.pdf
SDLC 21.11.2022.pdfSDLC 21.11.2022.pdf
SDLC 21.11.2022.pdf
 
a123.pdf
a123.pdfa123.pdf
a123.pdf
 
Lec01.pptx
Lec01.pptxLec01.pptx
Lec01.pptx
 
Gr 6 sdlc models
Gr 6   sdlc modelsGr 6   sdlc models
Gr 6 sdlc models
 
Systems Analyst and Its Roles (2)
Systems Analyst and Its Roles (2)Systems Analyst and Its Roles (2)
Systems Analyst and Its Roles (2)
 
Hsc project management 2015
Hsc project management 2015Hsc project management 2015
Hsc project management 2015
 
System analysis 1
System analysis 1System analysis 1
System analysis 1
 
Requirement Analysis
Requirement AnalysisRequirement Analysis
Requirement Analysis
 

More from Dr. Vardhan choubey (20)

Blueocean
BlueoceanBlueocean
Blueocean
 
Abell's 3 dimensions critical sucess factor-kpi
Abell's 3 dimensions critical sucess factor-kpiAbell's 3 dimensions critical sucess factor-kpi
Abell's 3 dimensions critical sucess factor-kpi
 
Strategic management etop-porter five forces
Strategic management etop-porter five forcesStrategic management etop-porter five forces
Strategic management etop-porter five forces
 
Security
SecuritySecurity
Security
 
Outsourcing
OutsourcingOutsourcing
Outsourcing
 
Newethics
NewethicsNewethics
Newethics
 
Mis structure of digital firm
Mis structure of digital firmMis structure of digital firm
Mis structure of digital firm
 
E business
E businessE business
E business
 
Mis i unit
Mis i unitMis i unit
Mis i unit
 
Basics of networking
Basics of networkingBasics of networking
Basics of networking
 
Dss
DssDss
Dss
 
Geographical information System
Geographical information SystemGeographical information System
Geographical information System
 
Executive support system
Executive support systemExecutive support system
Executive support system
 
Expert system
Expert systemExpert system
Expert system
 
Bi
BiBi
Bi
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
 
Rad case
Rad caseRad case
Rad case
 
Computer architecture
Computer architectureComputer architecture
Computer architecture
 
Networktopology
NetworktopologyNetworktopology
Networktopology
 
Network devices
Network devicesNetwork devices
Network devices
 

Recently uploaded

Future Of Sample Report 2024 | Redacted Version
Future Of Sample Report 2024 | Redacted VersionFuture Of Sample Report 2024 | Redacted Version
Future Of Sample Report 2024 | Redacted VersionMintel Group
 
8447779800, Low rate Call girls in Tughlakabad Delhi NCR
8447779800, Low rate Call girls in Tughlakabad Delhi NCR8447779800, Low rate Call girls in Tughlakabad Delhi NCR
8447779800, Low rate Call girls in Tughlakabad Delhi NCRashishs7044
 
Kenya Coconut Production Presentation by Dr. Lalith Perera
Kenya Coconut Production Presentation by Dr. Lalith PereraKenya Coconut Production Presentation by Dr. Lalith Perera
Kenya Coconut Production Presentation by Dr. Lalith Pereraictsugar
 
Global Scenario On Sustainable and Resilient Coconut Industry by Dr. Jelfina...
Global Scenario On Sustainable  and Resilient Coconut Industry by Dr. Jelfina...Global Scenario On Sustainable  and Resilient Coconut Industry by Dr. Jelfina...
Global Scenario On Sustainable and Resilient Coconut Industry by Dr. Jelfina...ictsugar
 
Annual General Meeting Presentation Slides
Annual General Meeting Presentation SlidesAnnual General Meeting Presentation Slides
Annual General Meeting Presentation SlidesKeppelCorporation
 
BEST Call Girls In Greater Noida ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,
BEST Call Girls In Greater Noida ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,BEST Call Girls In Greater Noida ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,
BEST Call Girls In Greater Noida ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,noida100girls
 
FULL ENJOY Call girls in Paharganj Delhi | 8377087607
FULL ENJOY Call girls in Paharganj Delhi | 8377087607FULL ENJOY Call girls in Paharganj Delhi | 8377087607
FULL ENJOY Call girls in Paharganj Delhi | 8377087607dollysharma2066
 
8447779800, Low rate Call girls in Shivaji Enclave Delhi NCR
8447779800, Low rate Call girls in Shivaji Enclave Delhi NCR8447779800, Low rate Call girls in Shivaji Enclave Delhi NCR
8447779800, Low rate Call girls in Shivaji Enclave Delhi NCRashishs7044
 
8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR
8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR
8447779800, Low rate Call girls in New Ashok Nagar Delhi NCRashishs7044
 
Youth Involvement in an Innovative Coconut Value Chain by Mwalimu Menza
Youth Involvement in an Innovative Coconut Value Chain by Mwalimu MenzaYouth Involvement in an Innovative Coconut Value Chain by Mwalimu Menza
Youth Involvement in an Innovative Coconut Value Chain by Mwalimu Menzaictsugar
 
India Consumer 2024 Redacted Sample Report
India Consumer 2024 Redacted Sample ReportIndia Consumer 2024 Redacted Sample Report
India Consumer 2024 Redacted Sample ReportMintel Group
 
Pitch Deck Teardown: Geodesic.Life's $500k Pre-seed deck
Pitch Deck Teardown: Geodesic.Life's $500k Pre-seed deckPitch Deck Teardown: Geodesic.Life's $500k Pre-seed deck
Pitch Deck Teardown: Geodesic.Life's $500k Pre-seed deckHajeJanKamps
 
The CMO Survey - Highlights and Insights Report - Spring 2024
The CMO Survey - Highlights and Insights Report - Spring 2024The CMO Survey - Highlights and Insights Report - Spring 2024
The CMO Survey - Highlights and Insights Report - Spring 2024christinemoorman
 
/:Call Girls In Indirapuram Ghaziabad ➥9990211544 Independent Best Escorts In...
/:Call Girls In Indirapuram Ghaziabad ➥9990211544 Independent Best Escorts In.../:Call Girls In Indirapuram Ghaziabad ➥9990211544 Independent Best Escorts In...
/:Call Girls In Indirapuram Ghaziabad ➥9990211544 Independent Best Escorts In...lizamodels9
 
Lean: From Theory to Practice — One City’s (and Library’s) Lean Story… Abridged
Lean: From Theory to Practice — One City’s (and Library’s) Lean Story… AbridgedLean: From Theory to Practice — One City’s (and Library’s) Lean Story… Abridged
Lean: From Theory to Practice — One City’s (and Library’s) Lean Story… AbridgedKaiNexus
 
Keppel Ltd. 1Q 2024 Business Update Presentation Slides
Keppel Ltd. 1Q 2024 Business Update  Presentation SlidesKeppel Ltd. 1Q 2024 Business Update  Presentation Slides
Keppel Ltd. 1Q 2024 Business Update Presentation SlidesKeppelCorporation
 
8447779800, Low rate Call girls in Saket Delhi NCR
8447779800, Low rate Call girls in Saket Delhi NCR8447779800, Low rate Call girls in Saket Delhi NCR
8447779800, Low rate Call girls in Saket Delhi NCRashishs7044
 
8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCR
8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCR8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCR
8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCRashishs7044
 
Buy gmail accounts.pdf Buy Old Gmail Accounts
Buy gmail accounts.pdf Buy Old Gmail AccountsBuy gmail accounts.pdf Buy Old Gmail Accounts
Buy gmail accounts.pdf Buy Old Gmail AccountsBuy Verified Accounts
 

Recently uploaded (20)

Future Of Sample Report 2024 | Redacted Version
Future Of Sample Report 2024 | Redacted VersionFuture Of Sample Report 2024 | Redacted Version
Future Of Sample Report 2024 | Redacted Version
 
8447779800, Low rate Call girls in Tughlakabad Delhi NCR
8447779800, Low rate Call girls in Tughlakabad Delhi NCR8447779800, Low rate Call girls in Tughlakabad Delhi NCR
8447779800, Low rate Call girls in Tughlakabad Delhi NCR
 
Kenya Coconut Production Presentation by Dr. Lalith Perera
Kenya Coconut Production Presentation by Dr. Lalith PereraKenya Coconut Production Presentation by Dr. Lalith Perera
Kenya Coconut Production Presentation by Dr. Lalith Perera
 
Global Scenario On Sustainable and Resilient Coconut Industry by Dr. Jelfina...
Global Scenario On Sustainable  and Resilient Coconut Industry by Dr. Jelfina...Global Scenario On Sustainable  and Resilient Coconut Industry by Dr. Jelfina...
Global Scenario On Sustainable and Resilient Coconut Industry by Dr. Jelfina...
 
Annual General Meeting Presentation Slides
Annual General Meeting Presentation SlidesAnnual General Meeting Presentation Slides
Annual General Meeting Presentation Slides
 
BEST Call Girls In Greater Noida ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,
BEST Call Girls In Greater Noida ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,BEST Call Girls In Greater Noida ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,
BEST Call Girls In Greater Noida ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,
 
Japan IT Week 2024 Brochure by 47Billion (English)
Japan IT Week 2024 Brochure by 47Billion (English)Japan IT Week 2024 Brochure by 47Billion (English)
Japan IT Week 2024 Brochure by 47Billion (English)
 
FULL ENJOY Call girls in Paharganj Delhi | 8377087607
FULL ENJOY Call girls in Paharganj Delhi | 8377087607FULL ENJOY Call girls in Paharganj Delhi | 8377087607
FULL ENJOY Call girls in Paharganj Delhi | 8377087607
 
8447779800, Low rate Call girls in Shivaji Enclave Delhi NCR
8447779800, Low rate Call girls in Shivaji Enclave Delhi NCR8447779800, Low rate Call girls in Shivaji Enclave Delhi NCR
8447779800, Low rate Call girls in Shivaji Enclave Delhi NCR
 
8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR
8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR
8447779800, Low rate Call girls in New Ashok Nagar Delhi NCR
 
Youth Involvement in an Innovative Coconut Value Chain by Mwalimu Menza
Youth Involvement in an Innovative Coconut Value Chain by Mwalimu MenzaYouth Involvement in an Innovative Coconut Value Chain by Mwalimu Menza
Youth Involvement in an Innovative Coconut Value Chain by Mwalimu Menza
 
India Consumer 2024 Redacted Sample Report
India Consumer 2024 Redacted Sample ReportIndia Consumer 2024 Redacted Sample Report
India Consumer 2024 Redacted Sample Report
 
Pitch Deck Teardown: Geodesic.Life's $500k Pre-seed deck
Pitch Deck Teardown: Geodesic.Life's $500k Pre-seed deckPitch Deck Teardown: Geodesic.Life's $500k Pre-seed deck
Pitch Deck Teardown: Geodesic.Life's $500k Pre-seed deck
 
The CMO Survey - Highlights and Insights Report - Spring 2024
The CMO Survey - Highlights and Insights Report - Spring 2024The CMO Survey - Highlights and Insights Report - Spring 2024
The CMO Survey - Highlights and Insights Report - Spring 2024
 
/:Call Girls In Indirapuram Ghaziabad ➥9990211544 Independent Best Escorts In...
/:Call Girls In Indirapuram Ghaziabad ➥9990211544 Independent Best Escorts In.../:Call Girls In Indirapuram Ghaziabad ➥9990211544 Independent Best Escorts In...
/:Call Girls In Indirapuram Ghaziabad ➥9990211544 Independent Best Escorts In...
 
Lean: From Theory to Practice — One City’s (and Library’s) Lean Story… Abridged
Lean: From Theory to Practice — One City’s (and Library’s) Lean Story… AbridgedLean: From Theory to Practice — One City’s (and Library’s) Lean Story… Abridged
Lean: From Theory to Practice — One City’s (and Library’s) Lean Story… Abridged
 
Keppel Ltd. 1Q 2024 Business Update Presentation Slides
Keppel Ltd. 1Q 2024 Business Update  Presentation SlidesKeppel Ltd. 1Q 2024 Business Update  Presentation Slides
Keppel Ltd. 1Q 2024 Business Update Presentation Slides
 
8447779800, Low rate Call girls in Saket Delhi NCR
8447779800, Low rate Call girls in Saket Delhi NCR8447779800, Low rate Call girls in Saket Delhi NCR
8447779800, Low rate Call girls in Saket Delhi NCR
 
8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCR
8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCR8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCR
8447779800, Low rate Call girls in Kotla Mubarakpur Delhi NCR
 
Buy gmail accounts.pdf Buy Old Gmail Accounts
Buy gmail accounts.pdf Buy Old Gmail AccountsBuy gmail accounts.pdf Buy Old Gmail Accounts
Buy gmail accounts.pdf Buy Old Gmail Accounts
 

System Engineering Analysis and Design Process

  • 1. System Engineering Analysis and design • When the system approach to problem solving is applied to development of IS for business solution it called as IS development or application development • System thinking is ‘ seeing the forest and the trees’ . It involves seeing interrelationship among systems rather than linear cause-effect for an event. It is seeing process of change among systems rather than snapshots of change wherever occurring.
  • 2. • E.g. Virtualization • It means understanding of S/W and application on different platforms •
  • 3. Systems Approach to Problem Solving Design the Solution Define the Problem Develop Alternative Solutions Select the Solution Implement the Solution MonitorandEvaluateResults
  • 4. • The systems approach views a business process as a system that has 5 components: input, process, output, feedback and control. The systems approach to problem solving uses the systems orientation to conceptualize the nature of the problem. Under the systems orientation, all elements of a problem interact with one another. Consequently, the systems approach considers each "step" to influence and provide feedback on every other step
  • 5. Approaches • Life Cycle Approach • Object Oriented Approach
  • 6. Define A system is group of interrelated components working together toward a common goal by accepting input and producing output in an organized transformation process
  • 7. Type • Natural System: human body, Galaxies etc • Man made: Government • Physical • Abstract: e.g. business models • Open: interact with environment • Closed
  • 8. Information system development • When system approach is applied for information system solutions then it is called as Information system development
  • 9. Traditional Systems Development Life Cycle Systems Implementation Product: Operational System Systems Investigation Product: Feasibility Study Systems Analysis Product: Functional Requirements Systems Design Product: System Specifications Systems Maintenance Product: Improved System Understand the Business Problem or Opportunity Develop an Information System Solution Implement the Information System Solution
  • 10. • The traditional information systems development cycle is based upon the stages in the systems approach to problem solving, where each step is interdependent on the previous step: • Systems Investigation. This stage may begin with a formal information systems planning process to help sort out choices from many opportunities. Typically, due to the expense associated with information systems development this stage includes a cost/benefit analysis as part of a feasibility study.
  • 11. • The Investigation Phase begins the preliminary study of the proposed information system solution to meet the e-business needs. Its focus is to seek to answer the questions: What are our opportunities, what are our priorities, and can IS be used to address these needs? • Because the process of application development can be costly both in time and resources, the system investigation phase begins with a Feasibility Study. The goal of feasibility studies is to evaluate alternative systems and to propose the most feasible and desirable systems. Feasibility is assessed across four major categories:
  • 12. • Organizational Feasibility. This focuses on how well a proposed information system supports the objectives of the organization. • Technical Feasibility. This ascertains whether reliable hardware and software capable of meeting the needs of the proposed system can be acquired or developed. • Operational Feasibility. This refers to the willingness and ability of the management, employees, customers, suppliers, and others to operate, use, and support a proposed system.
  • 13. • Economic Feasibility. This is concerned with whether the proposed IS benefits are greater than its costs. This area is particularly concerned with financial affordability -- whether the firm can pay to develop the system. A cost/benefit analysis is used to weigh the total costs a new system is likely to incur against the total anticipated benefits to be gained. This includes determining tangible costs (such as hardware and software purchases and employee salaries) and intangible costs such as effects on employee morale and disruptions in productivity during the installation of the new system. Benefits too can be either tangible (such as reduced inventory and carrying costs) or intangible (higher customer satisfaction).
  • 15. Systems Analysis • It is extension of system investigation. It is in- depth analysis of several basic activities. Ultimately it is an indepth study of end user information needs that produces functional requirements
  • 16. Cont……………. • Organizational Analysis. An effective IS can only be designed with a full awareness of the organization it will serve. Systems analysis then begins with a thorough analysis of the organization, its management structure, its people, its business activities, the environmental systems it deals with, and its current information systems.
  • 17. • Analysis of the Present System. If a system already exists, it is useful to study it to help assess how it can be improved or replaced by the proposed system. In particular, the analysis should identify how things are currently done (such as user interface methods) and determine how they should be done in the system being designed.
  • 18. • Logical Analysis • It is blueprint of current system that display only what the current system does without regard for how it does it. • Suppose order are in inbox of executive. But logical analysis will take it as order stored in hard disk. Thus What part is important not How
  • 19. • Functional Requirements Analysis. Functional requirements specify the information systems capabilities required to meet the information needs of users. In particular, functional requirements analysis must specify:
  • 20. • User Interface Requirements. What user input will be needed? The input/output needs of end users must be supported by the IS. • Processing Requirements. Functional analysis must specify the processing requirements necessary to perform all the activities involved in converting input into output. The objective is to determine what must be done; not how it will be done. • Storage Requirements. What data must be stored and retrieved? Organization, content, and size of databases and procedures for maintenance must be specified. • Control Requirements. What control reports must be produced? What data input controls are needed? Issues of accuracy, validity, safety, security, and adaptability must be specified.
  • 21. Methods for assessing requirements • Interviewing • Brainstorming • Questionnaires • Quality function deployment: is a quality management technique that translates the needs of customers into technical requirements
  • 22. Joint application development • It is an information gathering technique that allows the project team, users and management to work together to identify requirements. 10 to 20 participants
  • 23. System design • From output of System analysis i.e. requirement specification second phase i.e. system design starts. • Is the process of defining the architecture , components , modules interfaces and data of a system to satisfy specified requirements. • In logical view what is to be accomplished will be designed (DFD, ER Etc) • In physical view how it will be accomplished will be design (Hardware, software,etc)
  • 24. System Design Phase of detailing how a system will meet the information requirements determined by the systems analysis. This phase is broken into two sub phases: 1. Logical design 1st phase, lays out the components of the information system and their relationship to each other as they would appear to users. 2. Physical design 2nd phase, the process of translating the abstract logical model into the specific technical design for the new system Tools and Techniques used for designing: Flow Chart Dataflow Diagrams (DFDs) Data Dictionary Structured English Decision Table Decision Tree Design specifications include: Output, Input, User interface, Database design, Manual procedures , Documentation etc..
  • 25. System design USER Interface Design Data Design Process Design Screen Form and dialog design Data element and structure design Program and procedure design
  • 27. Two level of design • Conceptual design helps in generating alternative MIS designs and help in selecting one. • This selected one is further given shape of detailed MIS design
  • 28. Conceptual design • Define Problem • Set system objectives • Identify constraints (by customers, government , suppliers, management, money etc) • Determine information needs and sources • Develop various designs (alternatives) • Documentation of selected design (overall flow, input, output) • Report preparation
  • 29. Detailed system design • Project planning and control :should be considered as a project for efficiency • Involve the user • Detailed sub system definition • System-- subsystem->function-> task-> operational element • Output/Input design • Forms, formats etc of output and input
  • 30. • Feedback once again from user • Database design • Procedure design for data entry, run time procedures( e.g. to load printer with specific paper), error handling procedure, security and backup procedures, software documenting procedures • Design documentation
  • 31. Implementation • First step is to plan • Acquiring facilities and space • Developing organization mindset for MIS and its procedures • Acquiring hardware and software • Coding • Testing • Creation of forms and database • Documentation • User training
  • 32. Installation • Conversion of old into new • Parallel: run old and new simultaneously • Pilot(modular): Install in one part at a time • Phased: implement in one of function • Cutover (direct) : start directly with new system
  • 33. Evaluation and Maintenance • On basis of timeliness, relevance, accuracy, completeness, adequacy, exception-bases • Cost-benefit evaluation • Maintenance: the process of monitoring, evaluating, and modifying of existing information systems to make required or desirable improvement may be termed as system maintenance.
  • 34. • Corrective Maintenance • Adaptive • Perfective: adding new programs or modifying existing programs

Editor's Notes

  1. 3
  2. 9