Chap7 System Design
Chap7 System Design
(Process Specification)
Selection
Iteration
Processes are defined in terms of the above
structures
CSC 2202 Systems Analysis and Design 2
Process Specification
selection
and iteration
ITERATION ...
Repeat a group of statements many times
Use indentation
Action
Selected Action
List (statement)
Married? Y Y Y . Y
Male? Y . N Y .
Under 25? . Y . Y N
Action Stub
Issue policy type 22 X X X X X
Reject X
from conditions.
Easier to draw and they’re easily understood.
documentation.
Its
format is highly standardized.
Can be checked mathematically for
condition
condition Action
condition Action
condition
condition Action
Physical 1 4
Model
Technical &
Operational
Business Requirements
Requirements
Logical
Model 2 3
CSC 2202 Systems Analysis and Design 48
System Modeling
Analysis phase:
represents the
Four system models:
current system.
current physical model
current logical model
new logical model
Design phase:
new physical model
adds the new
stuff.
the system.
solutions.