SlideShare a Scribd company logo
1 of 34
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

More Related Content

Similar to 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 AcademyTutulAhmed3
 
System Analysis And Design 2011
System Analysis And Design  2011System Analysis And Design  2011
System Analysis And Design 2011tgushi12
 
Complex System Engineering
Complex System EngineeringComplex System Engineering
Complex System EngineeringEmmanuel 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
 
System Analysis and Design 1.pptx
System Analysis and Design 1.pptxSystem Analysis and Design 1.pptx
System Analysis and Design 1.pptxPoonamMalik26
 
Decision Making and Autonomic Computing
Decision Making and Autonomic ComputingDecision Making and Autonomic Computing
Decision Making and Autonomic ComputingIOSR Journals
 
System Analysis and Design
System Analysis and DesignSystem Analysis and Design
System Analysis and DesignJoel Briza
 
System analysis ITM3(1).pptx
System analysis ITM3(1).pptx System analysis ITM3(1).pptx
System analysis ITM3(1).pptx Aram Mohammed
 
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.docxsleeperfindley
 
Different Approaches To Sys Bldg
Different Approaches To Sys BldgDifferent Approaches To Sys Bldg
Different Approaches To Sys BldgUSeP
 

Similar to 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
 

More from JohnLagman3

8.-Javascript-report powerpoint presentation
8.-Javascript-report powerpoint presentation8.-Javascript-report powerpoint presentation
8.-Javascript-report powerpoint presentationJohnLagman3
 
7.-Bootstrap-5-report powerpoint presentation
7.-Bootstrap-5-report powerpoint presentation7.-Bootstrap-5-report powerpoint presentation
7.-Bootstrap-5-report powerpoint presentationJohnLagman3
 
1._Introduction_to_HTML5 powerpoint presentation
1._Introduction_to_HTML5 powerpoint presentation1._Introduction_to_HTML5 powerpoint presentation
1._Introduction_to_HTML5 powerpoint presentationJohnLagman3
 
bufferoverflow-151214121251 presentation
bufferoverflow-151214121251 presentationbufferoverflow-151214121251 presentation
bufferoverflow-151214121251 presentationJohnLagman3
 
Variables in MIT App Inventor powerpoint
Variables in MIT App Inventor powerpointVariables in MIT App Inventor powerpoint
Variables in MIT App Inventor powerpointJohnLagman3
 
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 presentationJohnLagman3
 
Mobile Application Development powerpoint
Mobile Application Development powerpointMobile Application Development powerpoint
Mobile Application Development powerpointJohnLagman3
 
Presentation of Hyper Text Markup Language
Presentation of Hyper Text Markup LanguagePresentation of Hyper Text Markup Language
Presentation of Hyper Text Markup LanguageJohnLagman3
 
html-150424090224-conversion-gate0.2.pdf
html-150424090224-conversion-gate0.2.pdfhtml-150424090224-conversion-gate0.2.pdf
html-150424090224-conversion-gate0.2.pdfJohnLagman3
 
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.pptxJohnLagman3
 
1.-Introduction-report.pdf
1.-Introduction-report.pdf1.-Introduction-report.pdf
1.-Introduction-report.pdfJohnLagman3
 
Lesson 1 Animation.pdf
Lesson 1 Animation.pdfLesson 1 Animation.pdf
Lesson 1 Animation.pdfJohnLagman3
 
Confidentiality Privacy and Security.ppt
Confidentiality Privacy and Security.pptConfidentiality Privacy and Security.ppt
Confidentiality Privacy and Security.pptJohnLagman3
 
physicalsecurity-150317020111-conversion-gate01.pdf
physicalsecurity-150317020111-conversion-gate01.pdfphysicalsecurity-150317020111-conversion-gate01.pdf
physicalsecurity-150317020111-conversion-gate01.pdfJohnLagman3
 
Introduction to BIOMETRICS Security.pptx
Introduction to BIOMETRICS Security.pptxIntroduction to BIOMETRICS Security.pptx
Introduction to BIOMETRICS Security.pptxJohnLagman3
 
ORIENTATION-CIS.pdf
ORIENTATION-CIS.pdfORIENTATION-CIS.pdf
ORIENTATION-CIS.pdfJohnLagman3
 

More from 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
 

Recently uploaded

Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfAyushMahapatra5
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.pptRamjanShidvankar
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.MateoGardella
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17Celine George
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxAreebaZafar22
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxVishalSingh1417
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxDenish Jangid
 
Gardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch LetterGardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch LetterMateoGardella
 
psychiatric nursing HISTORY COLLECTION .docx
psychiatric  nursing HISTORY  COLLECTION  .docxpsychiatric  nursing HISTORY  COLLECTION  .docx
psychiatric nursing HISTORY COLLECTION .docxPoojaSen20
 
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...KokoStevan
 

Recently uploaded (20)

Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdf
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
Advance Mobile Application Development class 07
Advance Mobile Application Development class 07Advance Mobile Application Development class 07
Advance Mobile Application Development class 07
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.Gardella_Mateo_IntellectualProperty.pdf.
Gardella_Mateo_IntellectualProperty.pdf.
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
Gardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch LetterGardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch Letter
 
psychiatric nursing HISTORY COLLECTION .docx
psychiatric  nursing HISTORY  COLLECTION  .docxpsychiatric  nursing HISTORY  COLLECTION  .docx
psychiatric nursing HISTORY COLLECTION .docx
 
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
 

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