SlideShare uma empresa Scribd logo
SYSTEM
ANALYSIS AND
DESIGN
Chapter 1 : Lesson 1:
Introduction to
SYSTEM ANALYSIS
AND
DESIGN
At the end of this chapter, the students should able to :
1. Learn what is
 Systems Analysis
 Systems Design
 System analysisand design
 System
 Constraints
 Properties
 Elements
Systems development
is systematic process which includes
phases such as planning, analysis,
design, deployment, and maintenance.
T
wo primarily focus of system development
 Systems analysis
 Systems design
https://www.tutorialspoint.com/system_analysis_and_design/system_analysis_and_design_overview.htm
What is
Systems Analysis
It is a process of collecting
and interpreting facts,
identifying the problems,
and decomposition of a
system into itscomponents.
1
https://www.tutorialspoint.com/system_analysis_and_design/system_analysis_and_design_overview.htm
System analysis is conducted for the purpose
https://www.tutorialspoint.com/system_analysis_and_design/system_analysis_and_design_overview.htm
of studying a system or its parts in order to
identify its objectives.
It is a problem solving technique that improves the
system and ensures that all the components of the
system work efficiently to accomplish theirpurpose.
System Analysis specifies what the system should do.
What is
Systems Design
2
https://www.tutorialspoint.com/system_analysis_and_design/system_analysis_and_design_overview.htm
It is a process of planning a
new business system or
replacing an existing system
by defining its components or
modules to satisfy the specific
requirements.
Before planning, you need to understand the
https://www.tutorialspoint.com/system_analysis_and_design/system_analysis_and_design_overview.htm
old system thoroughly and determine how
computers can best be used in order to
operate efficiently.
System Design focuses on how to accomplish the
objective of the system.
System analysis and design
https://www.athabascau.ca/syllabi/comp/comp361.html
deals with planning the development of
information systems through understanding
and specifying in detail what a system
should do and how the components of the
system should be implemented and work
together.
System Analysisand Design (SAD) mainly focuses on −
1) Systems, 2) Processes and 3) Technology
3
4
What is a
System
https://www.tutorialspoint.com/system_analysis_and_design/system_analysis_and_design_overview.htm
The word System is derived from Greek word
https://www.tutorialspoint.com/system_analysis_and_design/system_analysis_and_design_overview.htm
“systema”, which means an organized
relationship between any set of components
to achieve some common cause or objective.
“an orderly grouping of interdependent components
linked together according to a plan to achieve a
specific goal.”
5
Constraints of a
System
A system must have three basic
constraints.
https://www.tutorialspoint.com/system_analysis_and_design/system_analysis_and_design_overview.htm
1) A system must have some
structure and behavior which is
designed to achieve a
predefined objective.
https://www.tutorialspoint.com/system_analysis_and_design/system_analysis_and_design_overview.htm
2) Interconnectivity and
interdependence must
exist
among the system components
https://www.tutorialspoint.com/system_analysis_and_design/system_analysis_and_design_overview.htm
3) The objectives of the
organization have a higher
priority than the objectives of its
subsystems.
https://www.tutorialspoint.com/system_analysis_and_design/system_analysis_and_design_overview.htm
6
5 Properties of a
System
A system has the following properties
https://www.tutorialspoint.com/system_analysis_and_design/system_analysis_and_design_overview.htm
1) Organization
Organization implies structure and order. It is the
arrangement of components that helps to achieve
predetermined objectives.
https://www.tutorialspoint.com/system_analysis_and_design/system_analysis_and_design_overview.htm
2) Interaction
which the
It is defined by the manner in
componentsoperate with each other.
For example, in an organization, purchasing department must interact
with production department and payroll with personnel department.
https://www.tutorialspoint.com/system_analysis_and_design/system_analysis_and_design_overview.htm
3) Interdependence
Interdependence means how the components of a
system depend on one another.
For proper functioning, the components are coordinated and
linked together according to a specified plan. The output of
one subsystem isthe required by other subsystem as input.
https://www.tutorialspoint.com/system_analysis_and_design/system_analysis_and_design_overview.htm
4) Integration
a system
I
ntegration is concerned with how
componentsare connected together.
(It means that the parts of the system work together within
the system even if each part performs a unique function.)
https://www.tutorialspoint.com/system_analysis_and_design/system_analysis_and_design_overview.htm
5) Central Objective
The objective of system must be central. It may be
real or stated. It is not uncommon for an
organization to state an objective and operate to
achieve another.
The users must know the main objective of a computer application
early in the analysis for a successful design and conversion.
https://www.tutorialspoint.com/system_analysis_and_design/system_analysis_and_design_overview.htm
7
Elements of a
System
The main aim of a system is to produce
an output which isuseful for its user.
https://www.tutorialspoint.com/system_analysis_and_design/system_analysis_and_design_overview.htm
https://www.tutorialspoint.com/system_analysis_and_design/system_analysis_and_design_overview.htm
Inputsand Outputs
https://www.tutorialspoint.com/system_analysis_and_design/system_analysis_and_design_overview.htm
 I
nputs are the information
system for processing.
that enters into the
 Output isthe outcome of processing.
Processor(s)
The processor is the element of a system that involves
the actual transformation of input into output.
It is the operational component of a system.
(Processors may modify the input either totally or
partially, depending on the output specification.)
https://www.tutorialspoint.com/system_analysis_and_design/system_analysis_and_design_overview.htm
Control
The control element guides the system.
It is the decision–making subsystem that controls the
pattern of activities governing input, processing, and
output.
The behavior of a computer System is controlled by the
Operating System and software. In order to keep system in
balance, what and how much input is needed is determined
by Output Specifications.
https://www.tutorialspoint.com/system_analysis_and_design/system_analysis_and_design_overview.htm
Feedback
https://www.tutorialspoint.com/system_analysis_and_design/system_analysis_and_design_overview.htm
Feedback (positive/negative) provides the control in a
dynamic system.
 Positive feedback is routine in nature that
encourages the performance of the system.
 Negative feedback is informational in nature that
provides the controller with information for action.
Environment
https://www.tutorialspoint.com/system_analysis_and_design/system_analysis_and_design_overview.htm
The environment is the “supersystem” within which an
organization operates
It determines how a system must function.
(For example, vendors and competitors of organization’s environment, may
provide constraints that affect the actual performance of the business.)
Boundariesand Interface
https://www.tutorialspoint.com/system_analysis_and_design/system_analysis_and_design_overview.htm
A system should be defined by itsboundaries.
Boundaries are the limits that identify its components,
processes, and interrelationship when it interfaces with
another system
Advance Lesson :
1. System Development Life Cycle (SDLC)
 SDLC Phase
 Phase 1 –Feasibility Study orPlanning
 Phase 2 –Requirement Analysis
 Phase 3 –Design
 Phase 4 –Coding
 Phase 5 –T
esting
 Phase 6- Installation/deployment
 Phase 7 - Maintenance
1.-Introduction-report.pptx

Mais conteúdo relacionado

Semelhante a 1.-Introduction-report.pptx

Introduction to System Analysis and Design - Cybernetics Robo Academy
Introduction to System Analysis and Design - Cybernetics Robo AcademyIntroduction to System Analysis and Design - Cybernetics Robo Academy
Introduction to System Analysis and Design - Cybernetics Robo Academy
TutulAhmed3
 
System Analysis And Design 2011
System Analysis And Design  2011System Analysis And Design  2011
System Analysis And Design 2011
tgushi12
 
Software Development Skills and SDLC
Software Development Skills and SDLCSoftware Development Skills and SDLC
System development life cycle
System development life cycleSystem development life cycle
System development life cycle
Yaswanth Babu Gummadivelli
 
Lesson how to create sad
Lesson how to create sadLesson how to create sad
Lesson how to create sad
Laguna State Polytechnic University
 
Complex System Engineering
Complex System EngineeringComplex System Engineering
Complex System Engineering
Emmanuel Fuchs
 
System Analysis & Designing : Elements of a System [In short]
System Analysis & Designing : Elements of a System [In short]System Analysis & Designing : Elements of a System [In short]
System Analysis & Designing : Elements of a System [In short]
Abir Maheshwari
 
SDLC
SDLCSDLC
System analysis 1
System analysis 1System analysis 1
System analysis 1
Mustafa Saeed
 
System analysis and design
System analysis and designSystem analysis and design
System analysis and design
Kiruthika Veerappan Nagappan
 
Sdlc
SdlcSdlc
System Analysis and Design 1.pptx
System Analysis and Design 1.pptxSystem Analysis and Design 1.pptx
System Analysis and Design 1.pptx
PoonamMalik26
 
Decision Making and Autonomic Computing
Decision Making and Autonomic ComputingDecision Making and Autonomic Computing
Decision Making and Autonomic Computing
IOSR Journals
 
SAD_SDLC.pptx
SAD_SDLC.pptxSAD_SDLC.pptx
SAD_SDLC.pptx
SharmilaMore5
 
System Analysis and Design
System Analysis and DesignSystem Analysis and Design
System Analysis and Design
Joel Briza
 
System analysis ITM3(1).pptx
System analysis ITM3(1).pptx System analysis ITM3(1).pptx
System analysis ITM3(1).pptx
Aram Mohammed
 
chap3 seq5.ppt
chap3 seq5.pptchap3 seq5.ppt
chap3 seq5.ppt
Farrah Abdullah
 
Lab #1 Develop System Administration Procedures for Windows 8.1 Sec.docx
Lab #1 Develop System Administration Procedures for Windows 8.1 Sec.docxLab #1 Develop System Administration Procedures for Windows 8.1 Sec.docx
Lab #1 Develop System Administration Procedures for Windows 8.1 Sec.docx
sleeperfindley
 
Presentation of Management of Information System
Presentation of Management of Information SystemPresentation of Management of Information System
Presentation of Management of Information System
Jubilee Life Insurance Company Ltd.
 
Different Approaches To Sys Bldg
Different Approaches To Sys BldgDifferent Approaches To Sys Bldg
Different Approaches To Sys Bldg
USeP
 

Semelhante a 1.-Introduction-report.pptx (20)

Introduction to System Analysis and Design - Cybernetics Robo Academy
Introduction to System Analysis and Design - Cybernetics Robo AcademyIntroduction to System Analysis and Design - Cybernetics Robo Academy
Introduction to System Analysis and Design - Cybernetics Robo Academy
 
System Analysis And Design 2011
System Analysis And Design  2011System Analysis And Design  2011
System Analysis And Design 2011
 
Software Development Skills and SDLC
Software Development Skills and SDLCSoftware Development Skills and SDLC
Software Development Skills and SDLC
 
System development life cycle
System development life cycleSystem development life cycle
System development life cycle
 
Lesson how to create sad
Lesson how to create sadLesson how to create sad
Lesson how to create sad
 
Complex System Engineering
Complex System EngineeringComplex System Engineering
Complex System Engineering
 
System Analysis & Designing : Elements of a System [In short]
System Analysis & Designing : Elements of a System [In short]System Analysis & Designing : Elements of a System [In short]
System Analysis & Designing : Elements of a System [In short]
 
SDLC
SDLCSDLC
SDLC
 
System analysis 1
System analysis 1System analysis 1
System analysis 1
 
System analysis and design
System analysis and designSystem analysis and design
System analysis and design
 
Sdlc
SdlcSdlc
Sdlc
 
System Analysis and Design 1.pptx
System Analysis and Design 1.pptxSystem Analysis and Design 1.pptx
System Analysis and Design 1.pptx
 
Decision Making and Autonomic Computing
Decision Making and Autonomic ComputingDecision Making and Autonomic Computing
Decision Making and Autonomic Computing
 
SAD_SDLC.pptx
SAD_SDLC.pptxSAD_SDLC.pptx
SAD_SDLC.pptx
 
System Analysis and Design
System Analysis and DesignSystem Analysis and Design
System Analysis and Design
 
System analysis ITM3(1).pptx
System analysis ITM3(1).pptx System analysis ITM3(1).pptx
System analysis ITM3(1).pptx
 
chap3 seq5.ppt
chap3 seq5.pptchap3 seq5.ppt
chap3 seq5.ppt
 
Lab #1 Develop System Administration Procedures for Windows 8.1 Sec.docx
Lab #1 Develop System Administration Procedures for Windows 8.1 Sec.docxLab #1 Develop System Administration Procedures for Windows 8.1 Sec.docx
Lab #1 Develop System Administration Procedures for Windows 8.1 Sec.docx
 
Presentation of Management of Information System
Presentation of Management of Information SystemPresentation of Management of Information System
Presentation of Management of Information System
 
Different Approaches To Sys Bldg
Different Approaches To Sys BldgDifferent Approaches To Sys Bldg
Different Approaches To Sys Bldg
 

Mais de JohnLagman3

8.-Javascript-report powerpoint presentation
8.-Javascript-report powerpoint presentation8.-Javascript-report powerpoint presentation
8.-Javascript-report powerpoint presentation
JohnLagman3
 
7.-Bootstrap-5-report powerpoint presentation
7.-Bootstrap-5-report powerpoint presentation7.-Bootstrap-5-report powerpoint presentation
7.-Bootstrap-5-report powerpoint presentation
JohnLagman3
 
1._Introduction_to_HTML5 powerpoint presentation
1._Introduction_to_HTML5 powerpoint presentation1._Introduction_to_HTML5 powerpoint presentation
1._Introduction_to_HTML5 powerpoint presentation
JohnLagman3
 
bufferoverflow-151214121251 presentation
bufferoverflow-151214121251 presentationbufferoverflow-151214121251 presentation
bufferoverflow-151214121251 presentation
JohnLagman3
 
Variables in MIT App Inventor powerpoint
Variables in MIT App Inventor powerpointVariables in MIT App Inventor powerpoint
Variables in MIT App Inventor powerpoint
JohnLagman3
 
Web-Development Powerpoint Presentation.
Web-Development Powerpoint Presentation.Web-Development Powerpoint Presentation.
Web-Development Powerpoint Presentation.
JohnLagman3
 
History of Android powerpoint presentation
History of Android powerpoint presentationHistory of Android powerpoint presentation
History of Android powerpoint presentation
JohnLagman3
 
Mobile Application Development powerpoint
Mobile Application Development powerpointMobile Application Development powerpoint
Mobile Application Development powerpoint
JohnLagman3
 
Presentation of Hyper Text Markup Language
Presentation of Hyper Text Markup LanguagePresentation of Hyper Text Markup Language
Presentation of Hyper Text Markup Language
JohnLagman3
 
html-150424090224-conversion-gate0.2.pdf
html-150424090224-conversion-gate0.2.pdfhtml-150424090224-conversion-gate0.2.pdf
html-150424090224-conversion-gate0.2.pdf
JohnLagman3
 
Hypertext Mark Up Language Introduction.
Hypertext Mark Up Language Introduction.Hypertext Mark Up Language Introduction.
Hypertext Mark Up Language Introduction.
JohnLagman3
 
Multiple_Linear_Regression Presentation.
Multiple_Linear_Regression Presentation.Multiple_Linear_Regression Presentation.
Multiple_Linear_Regression Presentation.
JohnLagman3
 
Lesson 4 - Introduction to Filmora.pptx
Lesson 4 - Introduction to Filmora.pptxLesson 4 - Introduction to Filmora.pptx
Lesson 4 - Introduction to Filmora.pptx
JohnLagman3
 
1.-Introduction-report.pdf
1.-Introduction-report.pdf1.-Introduction-report.pdf
1.-Introduction-report.pdf
JohnLagman3
 
Lesson 1 Animation.pdf
Lesson 1 Animation.pdfLesson 1 Animation.pdf
Lesson 1 Animation.pdf
JohnLagman3
 
Lesson 1.pdf
Lesson 1.pdfLesson 1.pdf
Lesson 1.pdf
JohnLagman3
 
Confidentiality Privacy and Security.ppt
Confidentiality Privacy and Security.pptConfidentiality Privacy and Security.ppt
Confidentiality Privacy and Security.ppt
JohnLagman3
 
physicalsecurity-150317020111-conversion-gate01.pdf
physicalsecurity-150317020111-conversion-gate01.pdfphysicalsecurity-150317020111-conversion-gate01.pdf
physicalsecurity-150317020111-conversion-gate01.pdf
JohnLagman3
 
Introduction to BIOMETRICS Security.pptx
Introduction to BIOMETRICS Security.pptxIntroduction to BIOMETRICS Security.pptx
Introduction to BIOMETRICS Security.pptx
JohnLagman3
 
ORIENTATION-CIS.pdf
ORIENTATION-CIS.pdfORIENTATION-CIS.pdf
ORIENTATION-CIS.pdf
JohnLagman3
 

Mais de JohnLagman3 (20)

8.-Javascript-report powerpoint presentation
8.-Javascript-report powerpoint presentation8.-Javascript-report powerpoint presentation
8.-Javascript-report powerpoint presentation
 
7.-Bootstrap-5-report powerpoint presentation
7.-Bootstrap-5-report powerpoint presentation7.-Bootstrap-5-report powerpoint presentation
7.-Bootstrap-5-report powerpoint presentation
 
1._Introduction_to_HTML5 powerpoint presentation
1._Introduction_to_HTML5 powerpoint presentation1._Introduction_to_HTML5 powerpoint presentation
1._Introduction_to_HTML5 powerpoint presentation
 
bufferoverflow-151214121251 presentation
bufferoverflow-151214121251 presentationbufferoverflow-151214121251 presentation
bufferoverflow-151214121251 presentation
 
Variables in MIT App Inventor powerpoint
Variables in MIT App Inventor powerpointVariables in MIT App Inventor powerpoint
Variables in MIT App Inventor powerpoint
 
Web-Development Powerpoint Presentation.
Web-Development Powerpoint Presentation.Web-Development Powerpoint Presentation.
Web-Development Powerpoint Presentation.
 
History of Android powerpoint presentation
History of Android powerpoint presentationHistory of Android powerpoint presentation
History of Android powerpoint presentation
 
Mobile Application Development powerpoint
Mobile Application Development powerpointMobile Application Development powerpoint
Mobile Application Development powerpoint
 
Presentation of Hyper Text Markup Language
Presentation of Hyper Text Markup LanguagePresentation of Hyper Text Markup Language
Presentation of Hyper Text Markup Language
 
html-150424090224-conversion-gate0.2.pdf
html-150424090224-conversion-gate0.2.pdfhtml-150424090224-conversion-gate0.2.pdf
html-150424090224-conversion-gate0.2.pdf
 
Hypertext Mark Up Language Introduction.
Hypertext Mark Up Language Introduction.Hypertext Mark Up Language Introduction.
Hypertext Mark Up Language Introduction.
 
Multiple_Linear_Regression Presentation.
Multiple_Linear_Regression Presentation.Multiple_Linear_Regression Presentation.
Multiple_Linear_Regression Presentation.
 
Lesson 4 - Introduction to Filmora.pptx
Lesson 4 - Introduction to Filmora.pptxLesson 4 - Introduction to Filmora.pptx
Lesson 4 - Introduction to Filmora.pptx
 
1.-Introduction-report.pdf
1.-Introduction-report.pdf1.-Introduction-report.pdf
1.-Introduction-report.pdf
 
Lesson 1 Animation.pdf
Lesson 1 Animation.pdfLesson 1 Animation.pdf
Lesson 1 Animation.pdf
 
Lesson 1.pdf
Lesson 1.pdfLesson 1.pdf
Lesson 1.pdf
 
Confidentiality Privacy and Security.ppt
Confidentiality Privacy and Security.pptConfidentiality Privacy and Security.ppt
Confidentiality Privacy and Security.ppt
 
physicalsecurity-150317020111-conversion-gate01.pdf
physicalsecurity-150317020111-conversion-gate01.pdfphysicalsecurity-150317020111-conversion-gate01.pdf
physicalsecurity-150317020111-conversion-gate01.pdf
 
Introduction to BIOMETRICS Security.pptx
Introduction to BIOMETRICS Security.pptxIntroduction to BIOMETRICS Security.pptx
Introduction to BIOMETRICS Security.pptx
 
ORIENTATION-CIS.pdf
ORIENTATION-CIS.pdfORIENTATION-CIS.pdf
ORIENTATION-CIS.pdf
 

Último

Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...
Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...
Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...
imrankhan141184
 
Leveraging Generative AI to Drive Nonprofit Innovation
Leveraging Generative AI to Drive Nonprofit InnovationLeveraging Generative AI to Drive Nonprofit Innovation
Leveraging Generative AI to Drive Nonprofit Innovation
TechSoup
 
Liberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdfLiberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdf
WaniBasim
 
Cognitive Development Adolescence Psychology
Cognitive Development Adolescence PsychologyCognitive Development Adolescence Psychology
Cognitive Development Adolescence Psychology
paigestewart1632
 
The basics of sentences session 6pptx.pptx
The basics of sentences session 6pptx.pptxThe basics of sentences session 6pptx.pptx
The basics of sentences session 6pptx.pptx
heathfieldcps1
 
How to Manage Your Lost Opportunities in Odoo 17 CRM
How to Manage Your Lost Opportunities in Odoo 17 CRMHow to Manage Your Lost Opportunities in Odoo 17 CRM
How to Manage Your Lost Opportunities in Odoo 17 CRM
Celine George
 
How to Create a More Engaging and Human Online Learning Experience
How to Create a More Engaging and Human Online Learning Experience How to Create a More Engaging and Human Online Learning Experience
How to Create a More Engaging and Human Online Learning Experience
Wahiba Chair Training & Consulting
 
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdfবাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
eBook.com.bd (প্রয়োজনীয় বাংলা বই)
 
How to Make a Field Mandatory in Odoo 17
How to Make a Field Mandatory in Odoo 17How to Make a Field Mandatory in Odoo 17
How to Make a Field Mandatory in Odoo 17
Celine George
 
Pengantar Penggunaan Flutter - Dart programming language1.pptx
Pengantar Penggunaan Flutter - Dart programming language1.pptxPengantar Penggunaan Flutter - Dart programming language1.pptx
Pengantar Penggunaan Flutter - Dart programming language1.pptx
Fajar Baskoro
 
คำศัพท์ คำพื้นฐานการอ่าน ภาษาอังกฤษ ระดับชั้น ม.1
คำศัพท์ คำพื้นฐานการอ่าน ภาษาอังกฤษ ระดับชั้น ม.1คำศัพท์ คำพื้นฐานการอ่าน ภาษาอังกฤษ ระดับชั้น ม.1
คำศัพท์ คำพื้นฐานการอ่าน ภาษาอังกฤษ ระดับชั้น ม.1
สมใจ จันสุกสี
 
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
GeorgeMilliken2
 
How to Setup Warehouse & Location in Odoo 17 Inventory
How to Setup Warehouse & Location in Odoo 17 InventoryHow to Setup Warehouse & Location in Odoo 17 Inventory
How to Setup Warehouse & Location in Odoo 17 Inventory
Celine George
 
Digital Artefact 1 - Tiny Home Environmental Design
Digital Artefact 1 - Tiny Home Environmental DesignDigital Artefact 1 - Tiny Home Environmental Design
Digital Artefact 1 - Tiny Home Environmental Design
amberjdewit93
 
MARY JANE WILSON, A “BOA MÃE” .
MARY JANE WILSON, A “BOA MÃE”           .MARY JANE WILSON, A “BOA MÃE”           .
MARY JANE WILSON, A “BOA MÃE” .
Colégio Santa Teresinha
 
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptxC1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
mulvey2
 
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptxChapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Mohd Adib Abd Muin, Senior Lecturer at Universiti Utara Malaysia
 
The History of Stoke Newington Street Names
The History of Stoke Newington Street NamesThe History of Stoke Newington Street Names
The History of Stoke Newington Street Names
History of Stoke Newington
 
Reimagining Your Library Space: How to Increase the Vibes in Your Library No ...
Reimagining Your Library Space: How to Increase the Vibes in Your Library No ...Reimagining Your Library Space: How to Increase the Vibes in Your Library No ...
Reimagining Your Library Space: How to Increase the Vibes in Your Library No ...
Diana Rendina
 
Film vocab for eal 3 students: Australia the movie
Film vocab for eal 3 students: Australia the movieFilm vocab for eal 3 students: Australia the movie
Film vocab for eal 3 students: Australia the movie
Nicholas Montgomery
 

Último (20)

Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...
Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...
Traditional Musical Instruments of Arunachal Pradesh and Uttar Pradesh - RAYH...
 
Leveraging Generative AI to Drive Nonprofit Innovation
Leveraging Generative AI to Drive Nonprofit InnovationLeveraging Generative AI to Drive Nonprofit Innovation
Leveraging Generative AI to Drive Nonprofit Innovation
 
Liberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdfLiberal Approach to the Study of Indian Politics.pdf
Liberal Approach to the Study of Indian Politics.pdf
 
Cognitive Development Adolescence Psychology
Cognitive Development Adolescence PsychologyCognitive Development Adolescence Psychology
Cognitive Development Adolescence Psychology
 
The basics of sentences session 6pptx.pptx
The basics of sentences session 6pptx.pptxThe basics of sentences session 6pptx.pptx
The basics of sentences session 6pptx.pptx
 
How to Manage Your Lost Opportunities in Odoo 17 CRM
How to Manage Your Lost Opportunities in Odoo 17 CRMHow to Manage Your Lost Opportunities in Odoo 17 CRM
How to Manage Your Lost Opportunities in Odoo 17 CRM
 
How to Create a More Engaging and Human Online Learning Experience
How to Create a More Engaging and Human Online Learning Experience How to Create a More Engaging and Human Online Learning Experience
How to Create a More Engaging and Human Online Learning Experience
 
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdfবাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
 
How to Make a Field Mandatory in Odoo 17
How to Make a Field Mandatory in Odoo 17How to Make a Field Mandatory in Odoo 17
How to Make a Field Mandatory in Odoo 17
 
Pengantar Penggunaan Flutter - Dart programming language1.pptx
Pengantar Penggunaan Flutter - Dart programming language1.pptxPengantar Penggunaan Flutter - Dart programming language1.pptx
Pengantar Penggunaan Flutter - Dart programming language1.pptx
 
คำศัพท์ คำพื้นฐานการอ่าน ภาษาอังกฤษ ระดับชั้น ม.1
คำศัพท์ คำพื้นฐานการอ่าน ภาษาอังกฤษ ระดับชั้น ม.1คำศัพท์ คำพื้นฐานการอ่าน ภาษาอังกฤษ ระดับชั้น ม.1
คำศัพท์ คำพื้นฐานการอ่าน ภาษาอังกฤษ ระดับชั้น ม.1
 
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
What is Digital Literacy? A guest blog from Andy McLaughlin, University of Ab...
 
How to Setup Warehouse & Location in Odoo 17 Inventory
How to Setup Warehouse & Location in Odoo 17 InventoryHow to Setup Warehouse & Location in Odoo 17 Inventory
How to Setup Warehouse & Location in Odoo 17 Inventory
 
Digital Artefact 1 - Tiny Home Environmental Design
Digital Artefact 1 - Tiny Home Environmental DesignDigital Artefact 1 - Tiny Home Environmental Design
Digital Artefact 1 - Tiny Home Environmental Design
 
MARY JANE WILSON, A “BOA MÃE” .
MARY JANE WILSON, A “BOA MÃE”           .MARY JANE WILSON, A “BOA MÃE”           .
MARY JANE WILSON, A “BOA MÃE” .
 
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptxC1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
C1 Rubenstein AP HuG xxxxxxxxxxxxxx.pptx
 
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptxChapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
 
The History of Stoke Newington Street Names
The History of Stoke Newington Street NamesThe History of Stoke Newington Street Names
The History of Stoke Newington Street Names
 
Reimagining Your Library Space: How to Increase the Vibes in Your Library No ...
Reimagining Your Library Space: How to Increase the Vibes in Your Library No ...Reimagining Your Library Space: How to Increase the Vibes in Your Library No ...
Reimagining Your Library Space: How to Increase the Vibes in Your Library No ...
 
Film vocab for eal 3 students: Australia the movie
Film vocab for eal 3 students: Australia the movieFilm vocab for eal 3 students: Australia the movie
Film vocab for eal 3 students: Australia the movie
 

1.-Introduction-report.pptx

  • 2.
  • 3.
  • 4. Chapter 1 : Lesson 1: Introduction to SYSTEM ANALYSIS AND DESIGN
  • 5. At the end of this chapter, the students should able to : 1. Learn what is  Systems Analysis  Systems Design  System analysisand design  System  Constraints  Properties  Elements
  • 6. Systems development is systematic process which includes phases such as planning, analysis, design, deployment, and maintenance. T wo primarily focus of system development  Systems analysis  Systems design https://www.tutorialspoint.com/system_analysis_and_design/system_analysis_and_design_overview.htm
  • 7. What is Systems Analysis It is a process of collecting and interpreting facts, identifying the problems, and decomposition of a system into itscomponents. 1 https://www.tutorialspoint.com/system_analysis_and_design/system_analysis_and_design_overview.htm
  • 8. System analysis is conducted for the purpose https://www.tutorialspoint.com/system_analysis_and_design/system_analysis_and_design_overview.htm of studying a system or its parts in order to identify its objectives. It is a problem solving technique that improves the system and ensures that all the components of the system work efficiently to accomplish theirpurpose. System Analysis specifies what the system should do.
  • 9. What is Systems Design 2 https://www.tutorialspoint.com/system_analysis_and_design/system_analysis_and_design_overview.htm It is a process of planning a new business system or replacing an existing system by defining its components or modules to satisfy the specific requirements.
  • 10. Before planning, you need to understand the https://www.tutorialspoint.com/system_analysis_and_design/system_analysis_and_design_overview.htm old system thoroughly and determine how computers can best be used in order to operate efficiently. System Design focuses on how to accomplish the objective of the system.
  • 11. System analysis and design https://www.athabascau.ca/syllabi/comp/comp361.html deals with planning the development of information systems through understanding and specifying in detail what a system should do and how the components of the system should be implemented and work together. System Analysisand Design (SAD) mainly focuses on − 1) Systems, 2) Processes and 3) Technology 3
  • 13. The word System is derived from Greek word https://www.tutorialspoint.com/system_analysis_and_design/system_analysis_and_design_overview.htm “systema”, which means an organized relationship between any set of components to achieve some common cause or objective. “an orderly grouping of interdependent components linked together according to a plan to achieve a specific goal.”
  • 14. 5 Constraints of a System A system must have three basic constraints. https://www.tutorialspoint.com/system_analysis_and_design/system_analysis_and_design_overview.htm
  • 15. 1) A system must have some structure and behavior which is designed to achieve a predefined objective. https://www.tutorialspoint.com/system_analysis_and_design/system_analysis_and_design_overview.htm
  • 16. 2) Interconnectivity and interdependence must exist among the system components https://www.tutorialspoint.com/system_analysis_and_design/system_analysis_and_design_overview.htm
  • 17. 3) The objectives of the organization have a higher priority than the objectives of its subsystems. https://www.tutorialspoint.com/system_analysis_and_design/system_analysis_and_design_overview.htm
  • 18. 6 5 Properties of a System A system has the following properties https://www.tutorialspoint.com/system_analysis_and_design/system_analysis_and_design_overview.htm
  • 19. 1) Organization Organization implies structure and order. It is the arrangement of components that helps to achieve predetermined objectives. https://www.tutorialspoint.com/system_analysis_and_design/system_analysis_and_design_overview.htm
  • 20. 2) Interaction which the It is defined by the manner in componentsoperate with each other. For example, in an organization, purchasing department must interact with production department and payroll with personnel department. https://www.tutorialspoint.com/system_analysis_and_design/system_analysis_and_design_overview.htm
  • 21. 3) Interdependence Interdependence means how the components of a system depend on one another. For proper functioning, the components are coordinated and linked together according to a specified plan. The output of one subsystem isthe required by other subsystem as input. https://www.tutorialspoint.com/system_analysis_and_design/system_analysis_and_design_overview.htm
  • 22. 4) Integration a system I ntegration is concerned with how componentsare connected together. (It means that the parts of the system work together within the system even if each part performs a unique function.) https://www.tutorialspoint.com/system_analysis_and_design/system_analysis_and_design_overview.htm
  • 23. 5) Central Objective The objective of system must be central. It may be real or stated. It is not uncommon for an organization to state an objective and operate to achieve another. The users must know the main objective of a computer application early in the analysis for a successful design and conversion. https://www.tutorialspoint.com/system_analysis_and_design/system_analysis_and_design_overview.htm
  • 24. 7 Elements of a System The main aim of a system is to produce an output which isuseful for its user. https://www.tutorialspoint.com/system_analysis_and_design/system_analysis_and_design_overview.htm
  • 26. Inputsand Outputs https://www.tutorialspoint.com/system_analysis_and_design/system_analysis_and_design_overview.htm  I nputs are the information system for processing. that enters into the  Output isthe outcome of processing.
  • 27. Processor(s) The processor is the element of a system that involves the actual transformation of input into output. It is the operational component of a system. (Processors may modify the input either totally or partially, depending on the output specification.) https://www.tutorialspoint.com/system_analysis_and_design/system_analysis_and_design_overview.htm
  • 28. Control The control element guides the system. It is the decision–making subsystem that controls the pattern of activities governing input, processing, and output. The behavior of a computer System is controlled by the Operating System and software. In order to keep system in balance, what and how much input is needed is determined by Output Specifications. https://www.tutorialspoint.com/system_analysis_and_design/system_analysis_and_design_overview.htm
  • 29. Feedback https://www.tutorialspoint.com/system_analysis_and_design/system_analysis_and_design_overview.htm Feedback (positive/negative) provides the control in a dynamic system.  Positive feedback is routine in nature that encourages the performance of the system.  Negative feedback is informational in nature that provides the controller with information for action.
  • 30. Environment https://www.tutorialspoint.com/system_analysis_and_design/system_analysis_and_design_overview.htm The environment is the “supersystem” within which an organization operates It determines how a system must function. (For example, vendors and competitors of organization’s environment, may provide constraints that affect the actual performance of the business.)
  • 31. Boundariesand Interface https://www.tutorialspoint.com/system_analysis_and_design/system_analysis_and_design_overview.htm A system should be defined by itsboundaries. Boundaries are the limits that identify its components, processes, and interrelationship when it interfaces with another system
  • 32.
  • 33. Advance Lesson : 1. System Development Life Cycle (SDLC)  SDLC Phase  Phase 1 –Feasibility Study orPlanning  Phase 2 –Requirement Analysis  Phase 3 –Design  Phase 4 –Coding  Phase 5 –T esting  Phase 6- Installation/deployment  Phase 7 - Maintenance