0% found this document useful (0 votes)
3K views17 pages

Student Marks Analysis System: Class Diagram

The document outlines the development of a student marks analysis system using the Unified Modeling Language (UML) with various diagrams including use case diagrams, sequence diagrams, class diagrams, and activity diagrams. It then shows the UML models created for the system, including class diagrams, sequence diagrams, and other diagrams. Finally, it states that the UML models were developed and verified for the student marks analysis system.

Uploaded by

Karthi Cool
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3K views17 pages

Student Marks Analysis System: Class Diagram

The document outlines the development of a student marks analysis system using the Unified Modeling Language (UML) with various diagrams including use case diagrams, sequence diagrams, class diagrams, and activity diagrams. It then shows the UML models created for the system, including class diagrams, sequence diagrams, and other diagrams. Finally, it states that the UML models were developed and verified for the student marks analysis system.

Uploaded by

Karthi Cool
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 17

STUDENT MARKS ANALYSIS SYSTEM

1. ANALYSIS
1.1 Identifying the Actors
1.2 Identifying the Use Cases
2. REQUIREMENTS
2.1 System Requirements
2.2 Software Requirements
3. DESIGN
3.1 Use Case Diagram
3.2 Class Diagram
3.3 Sequence Diagram
3.4 Collaboration Diagram
3.5 Activity Diagram
3.6 State Diagram
USE CASE DIAGRAM

CLASS DIAGRAM

SEQUENCE DIAGRAM

COLLABORATION DIAGRAM

ACTIVITY DIAGRAM

STATECHART DIAGRAM

CLASS CODE
public class MarksRegister
{
private int StringRegno;
private int intMaxmarks;
private int intMinmarks;
private int intMarksobtained;
/**
@roseuid 46D9020F0017
*/
public MarksRegister()
{
}
/**
@roseuid 46D901BF027C
*/
public void checkRegno()
{

}
/**
@roseuid 46D901C501FF
*/
public void checkSubjectCode()
{
}
/**
@roseuid 46D901CC0395
*/
public void setResults()
{
}
}
RESULT:Thus the UML models for the Student Marks Analysis System have been developed
and verified.

AIM:
To model the "Student Marks Analysis System" using the software Rational Rose with various UML
(Unified Modeling Language) diagrams.

UML DIAGRAMS:
USE CASE DIAGRAM:

Click to view full image!

SEQUENCE DIAGRAM FOR STAFF:

Click to view full image!

COLLABORATION DIAGRAM FOR STAFF:

Click to view full image!

SEQUENCE DIAGRAM FOR STUDENT:

Click to view full image!

COLLABORATION DIAGRAM FOR STUDENT:

Click to view full image!

CLASS DIAGRAM:

Click to view full image!

ACTIVITY DIAGRAM:

Click to view full image!

COMPONENT DIAGRAM:

Click to view full image!

RESULT:
Thus the Student Marks Analysis System application was successfully designed and the output was
verified.

CS2357 OOAD LAB Object oriented and analysis and design


QUIZ SYSTEM
QUIZ SYSTEM
MODULE 1

Get login details of the user

If new user, create a new account

Verify password and ID


MODULE 2

Display the questions

The user selects an option for each question or skips it.

Move to next question


MODULE 3

Check if the answers for each question are right or wrong.

Sum up all scores to get the total marks

Get the total of all users.


MODULE 4

Find the winner.

If a user is a winner, print you win.

Else print, game over.

SEQUENCE DIAGRAM

CLASS DIAGRAM

COLLABORATION DIAGRAM

USECASE DIAGRAM

USECASE DIAGRAM

ACTIVITY DIAGRAM

STATE CHART DIAGRAM

COMPONENT DIAGRAM

DEPLOYMENT DIAGRAM

You might also like