BIT1160 - System-Analysis - Design - 4.process Modelling
BIT1160 - System-Analysis - Design - 4.process Modelling
SYSTEMS ANALYSIS
AND DESIGN
MR LISTONE KAPUTULA
Systems Analysis and Design
Introduction
Project Initiation
Requirements Gathering
Process Modelling
Data Modelling
System Design
System Implementation
Project Management in Systems Development
Agile and Iterative Development
Emerging Trends in Systems Analysis and Design
Process Modelling
Overview
A model is a visual or graphical representation of
reality.
Logical model – a nontechnical pictorial
representation that depicts what a system is or
does.
Synonyms are essential model, conceptual model,
and business model.
Physical model – a technical pictorial
representation that depicts what a system is or
does and how the system is implemented.
Also known as implementation model and technical
model.
Process Modelling
Overview
Process modeling is a technique used in SAD to
visually represent the flow of activities, data,
and interactions within a system or process.
This involves creating graphical
representations or diagrams that illustrate how
various components of the system interact and
work together.
For this study lecture we will focus on these two:
Flowcharts,
Data flow diagrams (DFDs),
Process Modelling
Flowcharts
Flowcharts are visual representations of
processes or workflows.
They are commonly used in various fields such as
software development, business management,
and engineering.
They use standardized symbols and shapes to
depict the sequence of steps, decisions, and actions
involved in a process.
Process Modelling
Sample of Flowcharts
Decision:
Process Modelling
DFD symbols
External
Process Modelling