Sdu Lab Assignment: 1. Component Diagram For Online Examination Registration System
Sdu Lab Assignment: 1. Component Diagram For Online Examination Registration System
ANUSHKA MITRA
UID: 192100002017
B.TECH CSBS
The developed product is a web-based examination registration system. It assists an examiner to create an
exam by adding and modifying questions, supplying possible results of a question and selecting the intended
group of students. Moreover, the examination will have an overview of the results of an exam by student, group
or other factors. A student can solve exams for which they are enrolled and view results and corrections of
previous exams. The product benefits the examiner by simplifying and speeding up the work of creating and
correcting an exam and provides an easy way to follow the results of a student or group of students.
An administrator will setup and maintain the enrolments and courses. The product will be entirely accessed by a
user-friendly web-interface which means that a minimum amount of computer knowledge is required to interact
with it.
Authentication: Every user (examiner, Administrator etc.) is authenticated before allowing to login.
Study-materials: study material is available on line and is accessible depending on modules cleared. Result
Analysis: Various results are prepared and also in-build functionality is available for analysis of results.
Monitoring: Expert system can monitor student's performance. The rules are added/modified by experts when
and as required.
1. Sequence diagram for a user to recharge his account through third party site.
2. Draw a class diagrams for the following use case of the banking system: Identify all the classes,
responsibilities and collaborators processes for the objects.
i) Deposit in saving account
ii) Withdrawal from saving account (both acceptance and denial)
iii) Balance checking
3. Draw a class diagram, including minimum and maximum multiplicity for the following. The system
stores information about two things: cars and owners.
A car has attributes for make, model and year. The owner has attributes for name and address. Assume
that a car must be owned by one owner and an owner can own many cars but that an owner might not
own any cars (perhaps she just sold them all, but you still want a record of her in the system).