SlideShare a Scribd company logo
1 of 20
The process of analyzing information
requirements, designing systems to
meet those requirements, and
acquiring or building these systems.
Also known as: Systems Analysis
and Design
Systems Development
The Systems Development Life Cycle
Systems Development
Deliverables
Stage Deliverable Percentage
of Time
Planning Project Plan 18
Analysis System Proposal 24
Design System
Specification
9
Implementation Working System 49
Waterfall Development
Steps in the Planning Stage
The Planning Stage
Step Actions Deliverables
Problem
identification
Identify existing problem
or need for new system.
Problem statement
Project
initiation
System sponsor creates
system request
System request
Feasibility
study
Systems analyst assigned
to project; works with
sponsor on feasibility study
Feasibility analysis;
cost/benefit analysis
Creating
workplan
Project manager assigned
to project
Workplan listing tasks,
estimate times and staffing
needs
Project
staffing
Other team members
assigned to project
Staffing responsibilities;
project plan
Types of Feasibility Studies
 Technical Feasibility – an indication that
the technology exists
 Economic Feasibility – an indication that
the project will offer financial benefits
 Cost/benefit analysis
 Organizational Feasibility – an indication
that the project can be complete within the
limits of the organization
The Analysis Stage
The development team works closely with
the sponsor to understand the existing
system and the new system needed
 Who will use the system?
 Where will the system be used?
 When will it be used?
Steps in the Analysis Stage
Final deliverable – system proposal
Requirements
Determination
Model
Building
Understanding
of what new
system must
do
Determining Requirements
Joint application development (JAD) – A
process in which the development team
meets with the project sponsor and the
users to discuss the project at all stages
of development
Throw-away prototype – A prototype that
is not meant to be kept but rather used
for explanatory work on critical factors in
the system.
Model Building
 Models are used in two ways:
1. To help us gain a clearer understanding of the
current systems and processes
2. To develop conceptual plans for new system
 Data Model – graphical and logical view of
database organization
 Process Models – graphical representation of
data flows through a system
Data Flow Diagrams
External source or
destination
Internal process that
transforms data
Data Store
Data Flow
Data Model for FarEast Foods
*Customer ID
Last Name
First Name
Email Address
Number Bucks
…
*Purchase Number
Customer ID
Product ID
Price Paid
Bucks Used
Quantity purchased
Purchase Date
*Product ID
Product Name
Current product price
Product QOH
Customer table Purchase table Products table
DFD at FarEast Foods
The Design Stage
1. How will the new system be developed?
• Internal Development
• Outsourcing
• Acquisition
2. How will the system work?
• Moves from logical models to a physical design
Deliverable: System Specification
Physical Database Specification
 Data models created during Analysis
stage
 Create Metadata
 Type of database
 Names of tables and fields in tables
 Primary and foreign keys
 Make sure databases provide data
specified by data stores of DFD
Converting Process Models to
Physical Forms
Need to convert process models into
specifications for programmers
 IPO table – a table showing the inputs to
a process, the required outputs for that
process, and the logic needed to convert
the inputs into desired outputs
 Pseudocode – a way of expressing the
logic of processing in structured English
rather than in a computer language
IPO table for Computing Total
Price
Input Processing Output
•Item name
•Purchase price
•Number purchased
1.Subtotal=price  number
2.Tax = subtotal  0.07
3.Total = subtotal + tax
•Item name
•Purchase price
•Number purchased
•Subtotal
•Tax
•Total
Pseudocode for Computing Total
Price
Begin procedure
Input item name and purchase price
Input number purchased
Subtotal = price  number
Tax = subtotal  0.07
Output item name, purchase price, number purchased, subtotal, tax, and total
End procedure
Interface Screens
 Provides means of communicating designs to sponsors and potential users
 Have varying levels of complexity

More Related Content

What's hot

Introduction to system life cycle
Introduction to system life cycleIntroduction to system life cycle
Introduction to system life cycleHaa'Meem Mohiyuddin
 
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
 
System Analysis Methods
System Analysis Methods System Analysis Methods
System Analysis Methods Hemant Raj
 
01 isad-information system analysis and design intro by S. A. AHSAN RAJON
01 isad-information system analysis and design intro by S. A. AHSAN RAJON01 isad-information system analysis and design intro by S. A. AHSAN RAJON
01 isad-information system analysis and design intro by S. A. AHSAN RAJONAHSAN RAJON
 
Bse 3105 lecture 3-software evolution planning
Bse 3105  lecture 3-software evolution planningBse 3105  lecture 3-software evolution planning
Bse 3105 lecture 3-software evolution planningAlonzee Tash
 
Systems Life Cycle
Systems Life CycleSystems Life Cycle
Systems Life CycleNirmal PR
 
Model Based Software Architectures
Model Based Software ArchitecturesModel Based Software Architectures
Model Based Software ArchitecturesMunazza-Mah-Jabeen
 
SE18_Lec 02_Software Life Cycle Model
SE18_Lec 02_Software Life Cycle ModelSE18_Lec 02_Software Life Cycle Model
SE18_Lec 02_Software Life Cycle ModelAmr E. Mohamed
 
Configuration Management
Configuration ManagementConfiguration Management
Configuration ManagementSaqib Raza
 
Software Development Life Cycle & Its Models
Software Development Life Cycle & Its ModelsSoftware Development Life Cycle & Its Models
Software Development Life Cycle & Its ModelsDr.Purushottam Petare
 
SYSTEM LIFE CYCLE_DurgaPrasad_TA Assignemnt 02
SYSTEM LIFE CYCLE_DurgaPrasad_TA Assignemnt 02SYSTEM LIFE CYCLE_DurgaPrasad_TA Assignemnt 02
SYSTEM LIFE CYCLE_DurgaPrasad_TA Assignemnt 02Durga Prasad Mishra
 
Cibm workshop2 chapter ten
Cibm  workshop2 chapter tenCibm  workshop2 chapter ten
Cibm workshop2 chapter tenShaheen Khan
 
System Performance and Feasibility Study
System Performance and Feasibility StudySystem Performance and Feasibility Study
System Performance and Feasibility StudySaifur Rahman
 
Software analysis and it's principles
Software analysis and it's principlesSoftware analysis and it's principles
Software analysis and it's principlesGhulam Abbas
 

What's hot (20)

TEA Presentation
TEA PresentationTEA Presentation
TEA Presentation
 
System life cycle
System life cycleSystem life cycle
System life cycle
 
Introduction to system life cycle
Introduction to system life cycleIntroduction to system life cycle
Introduction to system life cycle
 
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
 
SDLC
SDLCSDLC
SDLC
 
When Requirements Change
When Requirements ChangeWhen Requirements Change
When Requirements Change
 
System Analysis Methods
System Analysis Methods System Analysis Methods
System Analysis Methods
 
Architecture evaluation
Architecture evaluationArchitecture evaluation
Architecture evaluation
 
01 isad-information system analysis and design intro by S. A. AHSAN RAJON
01 isad-information system analysis and design intro by S. A. AHSAN RAJON01 isad-information system analysis and design intro by S. A. AHSAN RAJON
01 isad-information system analysis and design intro by S. A. AHSAN RAJON
 
Bse 3105 lecture 3-software evolution planning
Bse 3105  lecture 3-software evolution planningBse 3105  lecture 3-software evolution planning
Bse 3105 lecture 3-software evolution planning
 
Systems Life Cycle
Systems Life CycleSystems Life Cycle
Systems Life Cycle
 
Model Based Software Architectures
Model Based Software ArchitecturesModel Based Software Architectures
Model Based Software Architectures
 
SE18_Lec 02_Software Life Cycle Model
SE18_Lec 02_Software Life Cycle ModelSE18_Lec 02_Software Life Cycle Model
SE18_Lec 02_Software Life Cycle Model
 
Configuration Management
Configuration ManagementConfiguration Management
Configuration Management
 
Software Development Life Cycle & Its Models
Software Development Life Cycle & Its ModelsSoftware Development Life Cycle & Its Models
Software Development Life Cycle & Its Models
 
Himanshu
HimanshuHimanshu
Himanshu
 
SYSTEM LIFE CYCLE_DurgaPrasad_TA Assignemnt 02
SYSTEM LIFE CYCLE_DurgaPrasad_TA Assignemnt 02SYSTEM LIFE CYCLE_DurgaPrasad_TA Assignemnt 02
SYSTEM LIFE CYCLE_DurgaPrasad_TA Assignemnt 02
 
Cibm workshop2 chapter ten
Cibm  workshop2 chapter tenCibm  workshop2 chapter ten
Cibm workshop2 chapter ten
 
System Performance and Feasibility Study
System Performance and Feasibility StudySystem Performance and Feasibility Study
System Performance and Feasibility Study
 
Software analysis and it's principles
Software analysis and it's principlesSoftware analysis and it's principles
Software analysis and it's principles
 

Similar to Sad

Software Development Life Cycle (SDLC).pptx
Software Development Life Cycle (SDLC).pptxSoftware Development Life Cycle (SDLC).pptx
Software Development Life Cycle (SDLC).pptxsandhyakiran10
 
Systems Analysis And Design 2
Systems Analysis And Design 2Systems Analysis And Design 2
Systems Analysis And Design 2MISY
 
APSI - Analisa Perancangan Sistem Informasi
APSI - Analisa Perancangan Sistem InformasiAPSI - Analisa Perancangan Sistem Informasi
APSI - Analisa Perancangan Sistem InformasiFauzi Rakhman
 
Topic5 - IT Implementation & Challenges.pptx
Topic5 - IT Implementation & Challenges.pptxTopic5 - IT Implementation & Challenges.pptx
Topic5 - IT Implementation & Challenges.pptxCallplanetsDeveloper
 
Chapter 7 Development StrategiesInformation Technology Project Management .pptx
Chapter 7 Development StrategiesInformation Technology Project Management  .pptxChapter 7 Development StrategiesInformation Technology Project Management  .pptx
Chapter 7 Development StrategiesInformation Technology Project Management .pptxAxmedMaxamuudYoonis
 
Mis system analysis and system design
Mis   system analysis and system designMis   system analysis and system design
Mis system analysis and system designRahul Hedau
 
Business Process Re-Engineering Case Study
Business Process Re-Engineering Case StudyBusiness Process Re-Engineering Case Study
Business Process Re-Engineering Case StudyKanchana Weerasinghe
 
Ch 2-RE-process.pptx
Ch 2-RE-process.pptxCh 2-RE-process.pptx
Ch 2-RE-process.pptxbalewayalew
 
Operations Management: Production System
Operations Management: Production SystemOperations Management: Production System
Operations Management: Production SystemSarabjeet Singh
 
system development life cycle
system development life cyclesystem development life cycle
system development life cycleSuhleemAhmd
 
chapter07-120827115403-phpapp01.pdf
chapter07-120827115403-phpapp01.pdfchapter07-120827115403-phpapp01.pdf
chapter07-120827115403-phpapp01.pdfAxmedMaxamuud6
 
Hsc project management 2015
Hsc project management 2015Hsc project management 2015
Hsc project management 2015greg robertson
 

Similar to Sad (20)

Software Development Life Cycle (SDLC).pptx
Software Development Life Cycle (SDLC).pptxSoftware Development Life Cycle (SDLC).pptx
Software Development Life Cycle (SDLC).pptx
 
Systems Analysis And Design 2
Systems Analysis And Design 2Systems Analysis And Design 2
Systems Analysis And Design 2
 
James hall ch 14
James hall ch 14James hall ch 14
James hall ch 14
 
APSI - Analisa Perancangan Sistem Informasi
APSI - Analisa Perancangan Sistem InformasiAPSI - Analisa Perancangan Sistem Informasi
APSI - Analisa Perancangan Sistem Informasi
 
VTU - MIS Module 4 - SDLC
VTU - MIS Module 4 - SDLCVTU - MIS Module 4 - SDLC
VTU - MIS Module 4 - SDLC
 
Topic5 - IT Implementation & Challenges.pptx
Topic5 - IT Implementation & Challenges.pptxTopic5 - IT Implementation & Challenges.pptx
Topic5 - IT Implementation & Challenges.pptx
 
5.Developing IT Solution.pptx
5.Developing IT Solution.pptx5.Developing IT Solution.pptx
5.Developing IT Solution.pptx
 
System design
System designSystem design
System design
 
Chap05
Chap05Chap05
Chap05
 
SDLC_Intro.ppt
SDLC_Intro.pptSDLC_Intro.ppt
SDLC_Intro.ppt
 
Chapter 7 Development StrategiesInformation Technology Project Management .pptx
Chapter 7 Development StrategiesInformation Technology Project Management  .pptxChapter 7 Development StrategiesInformation Technology Project Management  .pptx
Chapter 7 Development StrategiesInformation Technology Project Management .pptx
 
Mis system analysis and system design
Mis   system analysis and system designMis   system analysis and system design
Mis system analysis and system design
 
Business Process Re-Engineering Case Study
Business Process Re-Engineering Case StudyBusiness Process Re-Engineering Case Study
Business Process Re-Engineering Case Study
 
Chapter 3 requirements
Chapter 3 requirementsChapter 3 requirements
Chapter 3 requirements
 
Ch 2-RE-process.pptx
Ch 2-RE-process.pptxCh 2-RE-process.pptx
Ch 2-RE-process.pptx
 
Operations Management: Production System
Operations Management: Production SystemOperations Management: Production System
Operations Management: Production System
 
system development life cycle
system development life cyclesystem development life cycle
system development life cycle
 
Determining Information Needs.
Determining Information Needs.Determining Information Needs.
Determining Information Needs.
 
chapter07-120827115403-phpapp01.pdf
chapter07-120827115403-phpapp01.pdfchapter07-120827115403-phpapp01.pdf
chapter07-120827115403-phpapp01.pdf
 
Hsc project management 2015
Hsc project management 2015Hsc project management 2015
Hsc project management 2015
 

More from Ravi Shekhar

Ssad decision table
Ssad decision tableSsad decision table
Ssad decision tableRavi Shekhar
 
Normalization(15.09.2010)
Normalization(15.09.2010)Normalization(15.09.2010)
Normalization(15.09.2010)Ravi Shekhar
 
Data flow diagram(19th march)
Data flow diagram(19th march)Data flow diagram(19th march)
Data flow diagram(19th march)Ravi Shekhar
 
Geographical indications
Geographical indicationsGeographical indications
Geographical indicationsRavi Shekhar
 
B f-tech-course-book-27-07-2010-rev-on-28rev1
B f-tech-course-book-27-07-2010-rev-on-28rev1B f-tech-course-book-27-07-2010-rev-on-28rev1
B f-tech-course-book-27-07-2010-rev-on-28rev1Ravi Shekhar
 

More from Ravi Shekhar (8)

Ssad fp tech ii
Ssad fp tech iiSsad fp tech ii
Ssad fp tech ii
 
Ssad decision table
Ssad decision tableSsad decision table
Ssad decision table
 
Normalization(15.09.2010)
Normalization(15.09.2010)Normalization(15.09.2010)
Normalization(15.09.2010)
 
Feasibility study
Feasibility studyFeasibility study
Feasibility study
 
Data dictionary
Data dictionaryData dictionary
Data dictionary
 
Data flow diagram(19th march)
Data flow diagram(19th march)Data flow diagram(19th march)
Data flow diagram(19th march)
 
Geographical indications
Geographical indicationsGeographical indications
Geographical indications
 
B f-tech-course-book-27-07-2010-rev-on-28rev1
B f-tech-course-book-27-07-2010-rev-on-28rev1B f-tech-course-book-27-07-2010-rev-on-28rev1
B f-tech-course-book-27-07-2010-rev-on-28rev1
 

Recently uploaded

办理(UC毕业证书)查尔斯顿大学毕业证成绩单原版一比一
办理(UC毕业证书)查尔斯顿大学毕业证成绩单原版一比一办理(UC毕业证书)查尔斯顿大学毕业证成绩单原版一比一
办理(UC毕业证书)查尔斯顿大学毕业证成绩单原版一比一z xss
 
办理学位证(NTU证书)新加坡南洋理工大学毕业证成绩单原版一比一
办理学位证(NTU证书)新加坡南洋理工大学毕业证成绩单原版一比一办理学位证(NTU证书)新加坡南洋理工大学毕业证成绩单原版一比一
办理学位证(NTU证书)新加坡南洋理工大学毕业证成绩单原版一比一A SSS
 
(办理学位证)埃迪斯科文大学毕业证成绩单原版一比一
(办理学位证)埃迪斯科文大学毕业证成绩单原版一比一(办理学位证)埃迪斯科文大学毕业证成绩单原版一比一
(办理学位证)埃迪斯科文大学毕业证成绩单原版一比一Fi sss
 
306MTAMount UCLA University Bachelor's Diploma in Social Media
306MTAMount UCLA University Bachelor's Diploma in Social Media306MTAMount UCLA University Bachelor's Diploma in Social Media
306MTAMount UCLA University Bachelor's Diploma in Social MediaD SSS
 
3D Printing And Designing Final Report.pdf
3D Printing And Designing Final Report.pdf3D Printing And Designing Final Report.pdf
3D Printing And Designing Final Report.pdfSwaraliBorhade
 
定制(RMIT毕业证书)澳洲墨尔本皇家理工大学毕业证成绩单原版一比一
定制(RMIT毕业证书)澳洲墨尔本皇家理工大学毕业证成绩单原版一比一定制(RMIT毕业证书)澳洲墨尔本皇家理工大学毕业证成绩单原版一比一
定制(RMIT毕业证书)澳洲墨尔本皇家理工大学毕业证成绩单原版一比一lvtagr7
 
8377877756 Full Enjoy @24/7 Call Girls in Nirman Vihar Delhi NCR
8377877756 Full Enjoy @24/7 Call Girls in Nirman Vihar Delhi NCR8377877756 Full Enjoy @24/7 Call Girls in Nirman Vihar Delhi NCR
8377877756 Full Enjoy @24/7 Call Girls in Nirman Vihar Delhi NCRdollysharma2066
 
call girls in Harsh Vihar (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Harsh Vihar (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Harsh Vihar (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Harsh Vihar (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Call Girls in Okhla Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Okhla Delhi 💯Call Us 🔝8264348440🔝Call Girls in Okhla Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Okhla Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
Cosumer Willingness to Pay for Sustainable Bricks
Cosumer Willingness to Pay for Sustainable BricksCosumer Willingness to Pay for Sustainable Bricks
Cosumer Willingness to Pay for Sustainable Bricksabhishekparmar618
 
Top 10 Modern Web Design Trends for 2025
Top 10 Modern Web Design Trends for 2025Top 10 Modern Web Design Trends for 2025
Top 10 Modern Web Design Trends for 2025Rndexperts
 
Call Girls in Ashok Nagar Delhi ✡️9711147426✡️ Escorts Service
Call Girls in Ashok Nagar Delhi ✡️9711147426✡️ Escorts ServiceCall Girls in Ashok Nagar Delhi ✡️9711147426✡️ Escorts Service
Call Girls in Ashok Nagar Delhi ✡️9711147426✡️ Escorts Servicejennyeacort
 
PORTFOLIO DE ARQUITECTURA CRISTOBAL HERAUD 2024
PORTFOLIO DE ARQUITECTURA CRISTOBAL HERAUD 2024PORTFOLIO DE ARQUITECTURA CRISTOBAL HERAUD 2024
PORTFOLIO DE ARQUITECTURA CRISTOBAL HERAUD 2024CristobalHeraud
 
VIP Call Girls Service Bhagyanagar Hyderabad Call +91-8250192130
VIP Call Girls Service Bhagyanagar Hyderabad Call +91-8250192130VIP Call Girls Service Bhagyanagar Hyderabad Call +91-8250192130
VIP Call Girls Service Bhagyanagar Hyderabad Call +91-8250192130Suhani Kapoor
 
毕业文凭制作#回国入职#diploma#degree澳洲弗林德斯大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
毕业文凭制作#回国入职#diploma#degree澳洲弗林德斯大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree 毕业文凭制作#回国入职#diploma#degree澳洲弗林德斯大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
毕业文凭制作#回国入职#diploma#degree澳洲弗林德斯大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree ttt fff
 
2024新版美国旧金山州立大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
2024新版美国旧金山州立大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree2024新版美国旧金山州立大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
2024新版美国旧金山州立大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degreeyuu sss
 
Untitled presedddddddddddddddddntation (1).pptx
Untitled presedddddddddddddddddntation (1).pptxUntitled presedddddddddddddddddntation (1).pptx
Untitled presedddddddddddddddddntation (1).pptxmapanig881
 
办理学位证(TheAuckland证书)新西兰奥克兰大学毕业证成绩单原版一比一
办理学位证(TheAuckland证书)新西兰奥克兰大学毕业证成绩单原版一比一办理学位证(TheAuckland证书)新西兰奥克兰大学毕业证成绩单原版一比一
办理学位证(TheAuckland证书)新西兰奥克兰大学毕业证成绩单原版一比一Fi L
 
VIP Call Girls Service Mehdipatnam Hyderabad Call +91-8250192130
VIP Call Girls Service Mehdipatnam Hyderabad Call +91-8250192130VIP Call Girls Service Mehdipatnam Hyderabad Call +91-8250192130
VIP Call Girls Service Mehdipatnam Hyderabad Call +91-8250192130Suhani Kapoor
 

Recently uploaded (20)

办理(UC毕业证书)查尔斯顿大学毕业证成绩单原版一比一
办理(UC毕业证书)查尔斯顿大学毕业证成绩单原版一比一办理(UC毕业证书)查尔斯顿大学毕业证成绩单原版一比一
办理(UC毕业证书)查尔斯顿大学毕业证成绩单原版一比一
 
办理学位证(NTU证书)新加坡南洋理工大学毕业证成绩单原版一比一
办理学位证(NTU证书)新加坡南洋理工大学毕业证成绩单原版一比一办理学位证(NTU证书)新加坡南洋理工大学毕业证成绩单原版一比一
办理学位证(NTU证书)新加坡南洋理工大学毕业证成绩单原版一比一
 
(办理学位证)埃迪斯科文大学毕业证成绩单原版一比一
(办理学位证)埃迪斯科文大学毕业证成绩单原版一比一(办理学位证)埃迪斯科文大学毕业证成绩单原版一比一
(办理学位证)埃迪斯科文大学毕业证成绩单原版一比一
 
306MTAMount UCLA University Bachelor's Diploma in Social Media
306MTAMount UCLA University Bachelor's Diploma in Social Media306MTAMount UCLA University Bachelor's Diploma in Social Media
306MTAMount UCLA University Bachelor's Diploma in Social Media
 
3D Printing And Designing Final Report.pdf
3D Printing And Designing Final Report.pdf3D Printing And Designing Final Report.pdf
3D Printing And Designing Final Report.pdf
 
定制(RMIT毕业证书)澳洲墨尔本皇家理工大学毕业证成绩单原版一比一
定制(RMIT毕业证书)澳洲墨尔本皇家理工大学毕业证成绩单原版一比一定制(RMIT毕业证书)澳洲墨尔本皇家理工大学毕业证成绩单原版一比一
定制(RMIT毕业证书)澳洲墨尔本皇家理工大学毕业证成绩单原版一比一
 
8377877756 Full Enjoy @24/7 Call Girls in Nirman Vihar Delhi NCR
8377877756 Full Enjoy @24/7 Call Girls in Nirman Vihar Delhi NCR8377877756 Full Enjoy @24/7 Call Girls in Nirman Vihar Delhi NCR
8377877756 Full Enjoy @24/7 Call Girls in Nirman Vihar Delhi NCR
 
call girls in Harsh Vihar (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Harsh Vihar (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Harsh Vihar (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Harsh Vihar (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
Call Girls in Okhla Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Okhla Delhi 💯Call Us 🔝8264348440🔝Call Girls in Okhla Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Okhla Delhi 💯Call Us 🔝8264348440🔝
 
Call Girls in Pratap Nagar, 9953056974 Escort Service
Call Girls in Pratap Nagar,  9953056974 Escort ServiceCall Girls in Pratap Nagar,  9953056974 Escort Service
Call Girls in Pratap Nagar, 9953056974 Escort Service
 
Cosumer Willingness to Pay for Sustainable Bricks
Cosumer Willingness to Pay for Sustainable BricksCosumer Willingness to Pay for Sustainable Bricks
Cosumer Willingness to Pay for Sustainable Bricks
 
Top 10 Modern Web Design Trends for 2025
Top 10 Modern Web Design Trends for 2025Top 10 Modern Web Design Trends for 2025
Top 10 Modern Web Design Trends for 2025
 
Call Girls in Ashok Nagar Delhi ✡️9711147426✡️ Escorts Service
Call Girls in Ashok Nagar Delhi ✡️9711147426✡️ Escorts ServiceCall Girls in Ashok Nagar Delhi ✡️9711147426✡️ Escorts Service
Call Girls in Ashok Nagar Delhi ✡️9711147426✡️ Escorts Service
 
PORTFOLIO DE ARQUITECTURA CRISTOBAL HERAUD 2024
PORTFOLIO DE ARQUITECTURA CRISTOBAL HERAUD 2024PORTFOLIO DE ARQUITECTURA CRISTOBAL HERAUD 2024
PORTFOLIO DE ARQUITECTURA CRISTOBAL HERAUD 2024
 
VIP Call Girls Service Bhagyanagar Hyderabad Call +91-8250192130
VIP Call Girls Service Bhagyanagar Hyderabad Call +91-8250192130VIP Call Girls Service Bhagyanagar Hyderabad Call +91-8250192130
VIP Call Girls Service Bhagyanagar Hyderabad Call +91-8250192130
 
毕业文凭制作#回国入职#diploma#degree澳洲弗林德斯大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
毕业文凭制作#回国入职#diploma#degree澳洲弗林德斯大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree 毕业文凭制作#回国入职#diploma#degree澳洲弗林德斯大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
毕业文凭制作#回国入职#diploma#degree澳洲弗林德斯大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
 
2024新版美国旧金山州立大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
2024新版美国旧金山州立大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree2024新版美国旧金山州立大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
2024新版美国旧金山州立大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
 
Untitled presedddddddddddddddddntation (1).pptx
Untitled presedddddddddddddddddntation (1).pptxUntitled presedddddddddddddddddntation (1).pptx
Untitled presedddddddddddddddddntation (1).pptx
 
办理学位证(TheAuckland证书)新西兰奥克兰大学毕业证成绩单原版一比一
办理学位证(TheAuckland证书)新西兰奥克兰大学毕业证成绩单原版一比一办理学位证(TheAuckland证书)新西兰奥克兰大学毕业证成绩单原版一比一
办理学位证(TheAuckland证书)新西兰奥克兰大学毕业证成绩单原版一比一
 
VIP Call Girls Service Mehdipatnam Hyderabad Call +91-8250192130
VIP Call Girls Service Mehdipatnam Hyderabad Call +91-8250192130VIP Call Girls Service Mehdipatnam Hyderabad Call +91-8250192130
VIP Call Girls Service Mehdipatnam Hyderabad Call +91-8250192130
 

Sad

  • 1. The process of analyzing information requirements, designing systems to meet those requirements, and acquiring or building these systems. Also known as: Systems Analysis and Design Systems Development
  • 3. Systems Development Deliverables Stage Deliverable Percentage of Time Planning Project Plan 18 Analysis System Proposal 24 Design System Specification 9 Implementation Working System 49
  • 5. Steps in the Planning Stage
  • 6. The Planning Stage Step Actions Deliverables Problem identification Identify existing problem or need for new system. Problem statement Project initiation System sponsor creates system request System request Feasibility study Systems analyst assigned to project; works with sponsor on feasibility study Feasibility analysis; cost/benefit analysis Creating workplan Project manager assigned to project Workplan listing tasks, estimate times and staffing needs Project staffing Other team members assigned to project Staffing responsibilities; project plan
  • 7. Types of Feasibility Studies  Technical Feasibility – an indication that the technology exists  Economic Feasibility – an indication that the project will offer financial benefits  Cost/benefit analysis  Organizational Feasibility – an indication that the project can be complete within the limits of the organization
  • 8. The Analysis Stage The development team works closely with the sponsor to understand the existing system and the new system needed  Who will use the system?  Where will the system be used?  When will it be used?
  • 9. Steps in the Analysis Stage Final deliverable – system proposal Requirements Determination Model Building Understanding of what new system must do
  • 10. Determining Requirements Joint application development (JAD) – A process in which the development team meets with the project sponsor and the users to discuss the project at all stages of development Throw-away prototype – A prototype that is not meant to be kept but rather used for explanatory work on critical factors in the system.
  • 11. Model Building  Models are used in two ways: 1. To help us gain a clearer understanding of the current systems and processes 2. To develop conceptual plans for new system  Data Model – graphical and logical view of database organization  Process Models – graphical representation of data flows through a system
  • 12. Data Flow Diagrams External source or destination Internal process that transforms data Data Store Data Flow
  • 13. Data Model for FarEast Foods *Customer ID Last Name First Name Email Address Number Bucks … *Purchase Number Customer ID Product ID Price Paid Bucks Used Quantity purchased Purchase Date *Product ID Product Name Current product price Product QOH Customer table Purchase table Products table
  • 14. DFD at FarEast Foods
  • 15. The Design Stage 1. How will the new system be developed? • Internal Development • Outsourcing • Acquisition 2. How will the system work? • Moves from logical models to a physical design Deliverable: System Specification
  • 16. Physical Database Specification  Data models created during Analysis stage  Create Metadata  Type of database  Names of tables and fields in tables  Primary and foreign keys  Make sure databases provide data specified by data stores of DFD
  • 17. Converting Process Models to Physical Forms Need to convert process models into specifications for programmers  IPO table – a table showing the inputs to a process, the required outputs for that process, and the logic needed to convert the inputs into desired outputs  Pseudocode – a way of expressing the logic of processing in structured English rather than in a computer language
  • 18. IPO table for Computing Total Price Input Processing Output •Item name •Purchase price •Number purchased 1.Subtotal=price  number 2.Tax = subtotal  0.07 3.Total = subtotal + tax •Item name •Purchase price •Number purchased •Subtotal •Tax •Total
  • 19. Pseudocode for Computing Total Price Begin procedure Input item name and purchase price Input number purchased Subtotal = price  number Tax = subtotal  0.07 Output item name, purchase price, number purchased, subtotal, tax, and total End procedure
  • 20. Interface Screens  Provides means of communicating designs to sponsors and potential users  Have varying levels of complexity