Prasanna 18Mtcs10: I.Ticket Reservation System 1. Use Case Diagram
Prasanna 18Mtcs10: I.Ticket Reservation System 1. Use Case Diagram
System
administrater
reserve ticket
cancel ticket
view ticket
passenger
2. Class diagram:
new property
railway database
+train_details: string
+passenger_details: string
+store_details()
3. Activity diagram:
start
informcustomers
view details
check reservation list
no
give details
give form
2 : request form()
3 : submit form()
4 : checking()
5 : unavailable()
6 : issue ticket()
7 : store in db()
5. Component diagram
passengerss train
tickets
II. STUDENT MARK ANALYZING SYSTEM
System
log in
faculty
mark entry
adminstrator
mark analysis
data base
marak analyzer
student
view reports
placement officer
2. CLASS DIAGRAM:
students admin
number of students
analyse marks
fail pass
total marks
calculate average]
give grade
4. SEQUENCE DIAGRAM:
2 : check()
3 : checking status()
5 : Registor Number()
6 : Mark Analysis()
7 : Search()
8 : Mark Analysis()
9 : Calculate()
10 : Report()
5. COMPONENT DIAGRAM:
Student
Admin
Mark Database
ATM
1. Use Case
System
deposit amount
review details
ATM
update details
system
terminate transition
cancel transition
2. Class Diagram
new property
bank database
+name: string
+update_account()
+store_transcation_details()
+opname()
3. Activity Diagram
withdraw
enter PIN
check pin
enter amount
no
balance
terminate transcation
yes sufficient
withdraw amount
update amount
4. Sequence Diagram
1 : insert card()
2 : verify pin()
3 : invalid PIN()
4 : enter card()
5 : request amount()
8 : update account()
9 : enter amount to withdraw()
10 : withdraw is sufficient()
12 : close transaction()
5. Component Diagram
Client atm
Deposit amount
QUIZ SYSTEM
1. USE CASE
System
Registration
prepare question
participant
quiz Master
Participant
scoring
report
2. CLASS
Quiz Master
PARTICIPANT
+name: string
+id: integer +name: string
+id: integer
+register() +team_name: string
+update()
+verify() +registe()
+ask() +answer()
+view()
+verfiy() +verify()
3. ACTIVITY DIAGRAM
create quiz
announce teamname
announce rules
ask question
check
announce result
give prize
4. SEQUENCE DIAGRAM
3 : SELECT TOPIC()
4 : GET QUESTION()
7 : ANSWER()
8 : ANALYZE ANSWER()
9 : GENERATE REPORT()
10 : DIAPLAY RESULT()
5. COMPONENT DIAGRAM
DATA BASE