System Analysis and Design: Group No:-5
System Analysis and Design: Group No:-5
System Analysis and Design: Group No:-5
• GROUP NO:- 5
• NAME:- ROLL NO:-
• PRINCE RAJ 39
• STUTI
• MUDABBIR 28
• RAUSHAN 42
• AMAN 05
• SHIVAM 53
CONTENTS:-
STRUCTURED
ENGLISH
NOTATION
DECISION TABLE
❖ A decision table is a graphical method of describing and explaining the complex
logical relationship in a precise manner in the form of table that are easily
understandable.
❖ It is useful in situations where the resulting actions depend on the occurrence of one
or more than one condition or set of conditions.
COMPONENT OF DECISION TABLE:
1. Condition
2. Action
3. Rule
1. Condition:
The condition part specifies all conditions that are applied to the inputted data.
Condition Stub:- It describes the conditions that exist in the program logic.
Condition Entry:- It provides answers to questions asked in the condition asked in the condition term.
2. Action:
The action part specifies all that actions which can be taken.
3. Rules:- Rules defines the relationships between combinations of conditions and courses of action.
EXAMPLE OF DECISION TABLE :
1. If advance payment is made give 5 % discount.
2. No advance but purchase amount is greater than 10,000
and a regular customer give discount.
3. No discount in any other case.
❖If there are too many alternatives, it is difficult to list in decision table.
❖It does not show the flow of logic for the solution to a given problem.
Decision Tree
A decision tree is a decision support tool that
uses a tree-like graph or model of decisions
Indicated
Circle node Condition
ki
ds Witho
married ut kids
unmarr
ied
Age
Age
20-50
<50
Person
Example
Growing Declining
Stocks 70 -13
Mutual funds 53 -5
Bonds 20 20
20.2
18.2
20
Calculation :
For stocks-
0.4*70 + 0.6*(-13) = 20.2
For MF
0.4*53 + 0.6*(-5) = 18.2
STRUCTURED ENGLISH
• WIKIPEDIA.COM
• IGNOU BLOCK
QUESTIONS ?