0% found this document useful (0 votes)
43 views19 pages

Examination Management System: Guided by Submitted by

This document describes an examination management system that handles functionality related to exams such as scheduling, invigilation, notices, and evaluation. It includes entity-relationship diagrams, functional decomposition diagrams, and activity diagrams to illustrate the system's design and features tables to specify the data structure. The system will manage data on semesters, subjects, users, students, exams, marks, and midterm evaluations.

Uploaded by

Bali Khurana
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
43 views19 pages

Examination Management System: Guided by Submitted by

This document describes an examination management system that handles functionality related to exams such as scheduling, invigilation, notices, and evaluation. It includes entity-relationship diagrams, functional decomposition diagrams, and activity diagrams to illustrate the system's design and features tables to specify the data structure. The system will manage data on semesters, subjects, users, students, exams, marks, and midterm evaluations.

Uploaded by

Bali Khurana
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
You are on page 1/ 19

EXAMINATION

MANAGEMENT SYSTEM

Submitted by Guided by
Varsha Samge(39) Mrs.Poonam Katyare
Bhagyashree Telang(49)
INTRODUCTION

Examination management system


handles all the functionality related to exam
like Requisition, Schedule, Invigilation, Notice
& Midterm Evaluation.
ENTITY-RELATION DIAGRAM
FUNCTIONAL DECOMPOSITION DIAGRAM
ACTIVITY DIAGRAM FOR DOCUMENTATION
ACTIVITY DIGRAM FOR LOGIN
ACTIVITY DIAGRAM FOR STUDENT & SUBJECT INFO
ACTIVITY DIAGRAM FOR MARKS ENTRY
SEQUENCE DIAGRAM FOR DOCUMENTATION
SEQUENCE DIAGRAM FOR LOGIN
SEQUENCE DIAGRAM TO ENTER STUD & SUB INFO
SEQUENCE DIAGRAM FOR MARKS ENTRY
TABLE
SPECIFICATION
Semester Table
Column Data type Size Constrains
Name
Year Int 10
Sem-id Varchar 10 PK
Name Varchar 10

Subject Table
Column Datatype Size Constrains
Name

Sub_id Varchar 10 Pk
Sem_id Varchar 10 FK
Sub_Name Varchar 10
Login Table
Column Datatype Size Constrains
Name
Name Varchar 20 NOTNULL
Username Varchar 20 NOTNULL
Password Varchar 20 NOTNULL

Student Table
Column Datatype Size Constrains
Name
Stud_id Int 10 PK
Roll_no Int 10
Stud_name Varchar 20
Exam Table

Column Name Datatype Size Constrains

Exam_id Varchar 10 PK
Exam_name Varchar 20
Sem_id Varchar 10 FK
Date Date 20
Stud_id Varchar 10 FK
Sub_id Varchar 10 FK
Marks Table
Column Name Datatype Size Constrains

Marks_id Varchar 10 PK

Exam_id Varchar 10 FK

Assign_marks Int 10

Sem_id Varchar 10 FK

Sub_id Varchar 10 FK

Exam_name Varchar 10
Midterm Table
Column Name Datatype Size Constrains

Mid_id Varchar 10 PK
Exam_name Varchar 20
Assign_marks Int 10
Attend_marks Int 10
Total Int 10
Sub_id Varchar 10 FK
Sem_id Varchar 10 FK

You might also like