You are on page 1of 7

STUDENT RESULT MANAGEMENT SYSTEM

Project Report submitted in partial Fulfillments of the Requirements for the Award
Of
Diploma
In
COMPUTER SCIENCE AND ENGINEERING
By
Mr. Aido Tonong Pabin
(RGP/2018/CSE/18)
Mr. Tarak Hari
(RGP/2018/CSE/19)
Mr. Khoda Tako
(RGP/2017/CSE/19)

DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING


RAJIV GANDHI GOVT. POLYTECHNIC
VIVEK VIHAR,ITANAGAR-791113
ARUNACHAL PRADESH STATE COUNCIL FOR TECHNICAL EDUCATION,GOVERNMENT OF ARUNACHAL PRADESH
CONTENTS:
•Introduction
•Objective and Scopes
•Module in the system
•Abstract
•Software used
INTRODUCTION:
Student report generator is a web based application designed
and engineered for colleges that need to manage results
across multiple branches students that need to track, manage
and report results. This application can run on any kind of
operating system. At a time we can see all the years result in a
single sheet and we can see the individual candidate’s results
separately.
Objective and scopes:
The main objective of the proposed university management system is to computerize the existing system and reduce
manpower and time consumption. It provides the following features;
➢ Admin registration
➢ Student registration
➢ Registered students
➢ New registration of student
➢ Maintain information of students
➢ Student’s score related to respective subject and department.
➢ Reduce error in data management.
➢ Centralized database management Easy and user-friendly interface for the operator of the system .
➢ Reduce paper work and time consumption.
➢ Computerize the entire activities and operations.
➢ Generate report or management take decisions. This project only covers the implementation of the student, records
and their activity. The data accumulated in this project is used periodically to provide different types of managerial
information.
➢ The overall project is basically written in function and can be used in conjunction with other program, for future
development for student result system.
➢ We have provided many data function through which any student can login and know about any student details
through proving their respective roll nos.
➢The project is using the modern trend Java that gives a better design to the software, which help in maintaining code
in terms of reusability, modifiability, etc. .
➢The main idea is to implement a proper process to system .In our existing system contains a many operations
registration, student registration, exam records, Inter departmental records.
MODULES IN THE SYSTEM:
ADMIN:
The admin is responsible for uploading the tsheets generated. He can add the subject marks and make any kind of
modifications like storing, updating, deleting. Apart from the regular results, the supplementary results can also be
uploaded by the admin.
FUNCTIONALITIES PERFORMED BY ADMIN:
• Login
• Add new student
• Insert new result
• All student result

STUDENTS:
 Student must be an authenticated user of the college to access this application. The student can view the semester
marks , individual subject marks and aggregate till the current semester. The student can also make a comparative
analysis with the results generated.
FUNCTIONALITIES PERFORMED BY ADMIN:
• Login
• View result
SOFTWARE USED:

• NETBEANS
NetBeans is an integrated development environment (IDE) for Java. NetBeans allows applications to be developed from a
set of modular software components called modules. NetBeans runs on Windows, macOS, Linux and Solaris. In addition
to Java development, it has extensions for other languages like PHP, C, C++, HTML5, and JavaScript. Applications based
on NetBeans, including the NetBeans IDE, can be extended by third party developers.
• MYSQL:
MySQL is an open-source relational database management system (RDBMS). Its name is a combination of "My", the
name of co-founder Michael Widenius's daughter, and "SQL", the abbreviation for Structured Query Language.
A relational database organizes data into one or more data tables in which data types may be related to each other; these
relations help structure the data.
• JAVA:
Java is a high-level, class-based, object-oriented programming language that is designed to have as few
implementation dependencies as possible. It is a general-purpose programming language intended to let application
developers write once, run anywhere (WORA), meaning that compiled Java code can run on all platforms that support
Java without the need for recompilation.
• WAMP Server:
WampServer refers to a solution stack for the Microsoft Windows operating system, created by Romain Bourdon and
consisting of the Apache web server, OpenSSL for SSL support, MySQL database and PHP programming language.

You might also like