


Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
This is assignment solution for Basic Software Engineering course. Different examples from real life have been implemented in this course using its core concepts. This assignment was submitted to Prof. Pingala Kambhampat. It includes: Make, Attendance, Generic, Format, Pre, condition, Case, Primary, System, Response, Faculty, Student, Class, Authentication
Typology: Exercises
1 / 4
This page cannot be seen from the preview
Don't miss anything!



๏ Preโcondition: students names should be there in record ๏ Use case : Make attendance ๏ Actors : Faculty ๏ Purpose : To mark the student present or absent ๏ Overview : This will mark the student present if he/she is in the class otherwise it will make him/her absent. ๏ Type : primary(authentication/login) ๏ Post condition: To generate the attendance report of the student. ๏ Typical Course of Events: ACTOR ACTION: actor will login; access the record of students in a class, make attendance. SYSTEM RESPONSE: system will check the actorโs authentication, provide the studentโs record to actor, and update the attendance record.
๏ Preโcondition: Attendance Record should exist ๏ Use case : View Attendance Record ๏ Actors : Faculty and Student ๏ Purpose : To view the attendance record of student ๏ Overview : This will provide the information about the attendance of the student of specific class. ๏ Type : primary(authentication) ๏ Post condition: To decide the eligibility of student to appearing in exam ๏ Typical Course of Events: ACTOR ACTION: actor will login; access the attendance record, view record. SYSTEM RESPONSE: system will check the actorโs authentication; provide the studentโs attendance record to actor, and will show the studentโs attendance record.
๏ Preโcondition: Not necessary ๏ Use case : Discussion Forum ๏ Actors : Faculty , Student ๏ Purpose : For general news and announcements ๏ Overview : This Forum will provide an efficient mean of communication between faculty and student or within students. ๏ Type : primary(authentication) ๏ Post condition: Not necessary ๏ Typical Course of Events: ACTOR ACTION: actor will login; access the discussion forum, post a message. SYSTEM RESPONSE: system will check the actorโs authentication; provide the discussion forum to actor, and will post the actorโs message.