0% found this document useful (0 votes)
20 views9 pages

SRMS Index

The document describes a project report on a Student Result Management System. The report includes an introduction, literature review, methodology, system analysis and design, implementation, results and screenshots, and conclusion. It discusses developing a full-stack website that takes student details as input and generates result analysis in PDF format as output.

Uploaded by

callmeatif4u
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)
20 views9 pages

SRMS Index

The document describes a project report on a Student Result Management System. The report includes an introduction, literature review, methodology, system analysis and design, implementation, results and screenshots, and conclusion. It discusses developing a full-stack website that takes student details as input and generates result analysis in PDF format as output.

Uploaded by

callmeatif4u
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/ 9

A Project Report

On
Student Result Management System
Submitted by
Mr. Prathmesh Shivajirao Phulari
Ms. Sakshi Vasantrao Yadav
Ms. Tanaya Manoj Lokare

B.Tech(CSE)

Under Guidance of
Prof. Pawar V. K.

Department of Computer Science & Engineering


Marathwada Shikshan Prasarak Mandal’s
Shri Shivaji Institute of Engineering and Management Studies,
Post Box:25, Basmat Road, Parbhani-431401
Dr. Babasaheb Ambedkar Technological University, Lonere.
Academic Year 2023-2024
I
CERTIFICATE

This is to certify that the project entitled

Student Result Management System

Being submitted by Mr. Prathmesh Shivajirao Phulari, Ms. Tanaya Manoj Lokare
and Ms. Sakshi Vasantrao Yadav to the Shri Shivaji Institute of Engineering &
Management Studies, Parbhani. The award of the degree of Bachelor of Technology in
Computer Science & Engineering is a record of bonafide work carried out by us under my
supervision and guidance. The matter contained in this report has not been submitted to any other
university or institute for the award of any degree.

Prof. Pawar V. K. Prof. Pawar V. K Dr. Pathrikar A. K.


Project Guide H.O.D. Director
Computer Science & Engineering MSPM’s SSIEMS

Internal Examiner External Examiner

II
ACKNOWLEDGEMENT

We would like to express our deepest thanks to all those who guided us to complete this
report. We give a special gratitude to our final year project guide, Prof. Pawar V. K. whose
contribution in stimulating suggestions and encouragement helped us to coordinate our project
specially completing this project. A special thanks to our Director, Dr. Pathrikar A. K. who
encouraged us in every possible way. Last but not the least, many thanks go to the head of the
department, Prof. Pawar V. K. who has invested his full efforts in guiding to our team to
achieve the goals. We have to appreciate the guidance given by other supervisors as well as the
panels especially in our project that has improved our presentation skills thank you for your
advices and support.

Yours Obediently,

Mr. Prathmesh Shivajirao Phulari


Ms. Tanaya Manoj Lokare
Ms. Sakshi Vasantaro Yadav

III
DECLARATION

We solemnly declare that the project report is based on our own work carried out during
the course of our study under the supervision of Prof. Pawar V. K. We assert the statements
made and conclusions drawn are the outcomes of our research work. The work contained in the
report is original and has been done by our teammates under the general supervision of our
supervisor. The work has not been submitted to any other institute for any other
degree/diploma/certificate in this university or any other university in writing the report.
Whenever we have used materials (Data, Theoretical Analysis and Text) from other sources, we
have given due credit to them in the text of the report and given their time.

Mr. Prathmesh Shivajirao Phulari


Ms. Tanaya Manoj Lokare
Ms. Sakshi Vasantrao Yadav

IV
ABSTRACT

The main objective of the project is to provide the examination result to the student in a
simple way. We will be creating a full-stack website that uses the student information from a
database as input and generates his/her result analysis in PDF format as output which can then be
downloaded and shared. In our day-to-day life, we come across various examination results such
as school exam results, competitive exam results, college semester exam results, etc. How
efficiently it produces someone’s result by just filling in student details.
Developers are known for doing stuff automatically and efficiently. Thus, we can have an
easier take on it, by creating a system that accepts the student details as input and generates the
desired result as output. Our project is going to be a full stack application. The whole result
analyzer will be under the control of the administrator and the admin as the full privileges to
read, write and execute the result, Admin gives the privileges to the student access the result.

V
CONTENTS

ACKNOWLADGEMENT III
DECLARATION IV
ABSTRACT V
1. CHAPTER: INTRODUCTION 01
1.1 Overview 01
1.2 Modules of the system 02
1.3 Problem Statements 03
1.4 Background and Motivation 03
1.5 Purpose of the project 03
1.6 Desing 04
2. CHAPTER: LITERATURE SURVEY 06
2.1 Literature Review 06
2.2 Research Significance 07
3. CHAPTER: METHODOLOGY 08
3.1 Project Methodology 08
3.2 Testing Methodology 09
3.3 Method of Data Collection 10
3.4 Our System 10
3.5 System Environment 11
4. CHAPTER: SYSTEM ANALYSIS AND DESING 12
4.1 Introduction of Existing System 12
4.2 Requirement Analysis 12
4.3 Process Requirement 12
4.4 Entity Relationship (ER) 15
4.5 Database Design 16

VI
5. CHAPTER: IMPLEMENTATION 24
5.1 Implementation 24
5.2 Programing Language 24
5.3 Database 24
6. CHAPTER: RESULTS AND SNAPSHOTS 26
6.1 Administrator Interfaces 28
6.2 Student Interfaces 37
7. CHAPTER: CONCLUSION AND FUTURE SCOPE 39
7.1 Future scope 39
7.2 Future Modification 40
REFERENCE 41

VII
LIST OF FIGURES

Fig.No Fig.Name Page.No

Fig. 4.1 Context diagram: 01 13


Fig. 4.2 Context diagram: 02 13
Fig. 4.3 Student use case diagram 14
Fig. 4.4 Admin use case diagram 14
Fig. 4.5 ER diagram 15
Fig.4.6 SRMS database table 16
Fig.4.7 Admin database 17
Fig.4.8 Table classes 18
Fig.4.9 Table notice 19
Fig.4.10 Table result 20
Fig.4.11 Table students 21
Fig.4.12 Table subject combination 22
Fig.4.13 Table subjects 23
Fig.6.1 Home page 26
Fig.6.2 Dashboard 27
Fig.6.3 Admin login 28
Fig.6.4 Student Classes 29
Fig.6.5 Student Admission Page 30
Fig.6.6 Subject Creation Page 31
Fig.6.7 Subject Combination page 32
Fig.6.8 Add Notices Page 33
Fig.6.9 Change Admin Password 34
Fig.6.10 Manage Result page 35
Fig.6.11 Declared result page 36
Fig.6.12 Student Login 37
Fig.6.13 Result sheet pdf 38

VII
I
IX

You might also like