Kokila Project - 0645
Kokila Project - 0645
Kokila Project - 0645
JAN 2021-2022
DEPARTMENT OF COMPUTER SCIENCE AND
ENGINEERING
GOVERNMENT ENGINEERING COLLEGE, Mosalehosahalli
2019-2020
CERTIFICATE
This is to certify that Ms.Pallavi S.N USN:4GH19CS027, Ms.Kokila.K
USN:4GH20CS404 has satisfactorily implemented the mini project titled
“STUDENT RESULT MANAGEMENT SYSTEM” in fifth semester DBMS
Laboratory with mini project (18CSL58) as per the requirements of Visvesvaraya
Technological University, Belagavi for the academic year 2021-2022..
External viva
2.
ACKNOWLEDGEMENT
The completion of any project involves the efforts of many people. We
have been lucky to have received a lot of help, support from all directions during
making of this project, so with the gratitude we take this opportunity to
acknowledge all those who guide and encouraged us.
We are extremely grateful to our principal Dr. T Rangaswamy
BE,M.Sc,Ph.D for cresting an excellent and technically sound environment in our
institution.
We would like to express our profound sense of gratitude to our
department HOD Dr. K.C.Ravishankar, B.E, M.Tech, Ph.D. and our guide and
assistant professor Dr.Raghu M.E, B.E, M.Tech, Ph.D. of CS&E and Ms.
Madhuri H D for their guidance. It’s a great pleasure to acknowledge for their
help and encouragement rendered towards the successful completion of the mini
project work.
Project Associates
Pallavi S.N
Kokila K
DECLARATION
We, Pallavi S.N and Kokila K, students of 5th semester B.E, CS&E,
Government Engineering College, USN 4GH19CS027 and 4GH20CS404 here
by declare that the project entitled “STUDENT RESULT
MANAGEMENT SYSTEM” has been carried out by us under the
supervision of Ms. Madhuri H D,Dept of CS&E submitted in partial fulfilment of
the requirements for the award of the degree of computer science and engineering
by the Visvesvaraya technological university during the academic year 2019-
20.This report has not been submitted to any other organization/university for any
award of degree certificate.
BY
Pallavi S.N
Kokila K
CONTENTS
Abstract
1. Introduction
1.1 Objectives
1.2 Literature survey paper
2. System requirements
2.1 System specification
2.2 Hardware specification
3. Technology description
3.1 Html
3.2 Java script
3.3 Cascading style sheet
3.4 Hypertext pre-processor
3.5 Database description mysql
4. Methodology
5. Testing
5.1 Testing technologies
5.1.1 System testing
5.1.2 Unit testing
5.1.3 Input validation testing
6. ER diagram
7. Snapshots
8. Future implements
9. Conclusion
ABSTRACT
1. INTRODUCTION
1.1 OBJECTIVES:
2. SYSTEM REQUIREMENT
3. TECHNOLOGY DESCRIPTION
3.1 HTML
Hypertext Markup Language (HTML) is the standard markup
language for creating web pages and web applications. With
Cascading Style Sheets (CSS) and JavaScript, it forms a triad of
cornerstone technologies for the World Wide Web. [4] Web browsers
receive HTML documents from a web server or from local storage
and render them into multimedia web pages. HTML describes the
structure of a web page
semantically and originally included cues for the appearance of the
document.
HTML FORMS:
HTML Forms are required, when you want to collect some data from
the site visitor. For example, during user registration you would like
to collect information such as name, email address, credit card, etc. A
form will take input from the site visitor and then will post it to a
back-end application such as CGI, ASP Script or PHP script etc. The
back-end application will perform required processing on the passed
data based on defined business logic inside the application.
4. METHODOLOGY
There are three modules. They are
1. Student
2. Admin
The system can be developed using web technologies HTML, CSS,
PhP and using the database MySQL. The front end can consist of user
registration with the respective university registered number and the
password by the user. The student can view his results in the tabular
format with the respective aggregate and percentage of that semester.
The data based on the roll number of the student all the data can be
retrived back to the table and displayed as results. The PHP can also
be used for visualization of data. We use fusion charts for the
dynamic visualization Primarily the data can be collected from the
college administration. This data includes university registered
number of every student currently collected is then classified and
tabulated into useful and understandable manner. HTML is used for
structuring the web page and its content. It is used to develop different
pages like user registration, login page and the page for providing
results. CSS is used for styling the web page. PHP is used for
connecting to the database and perform operations on it through
queries
5.TESTING
Unit Testing
Unit testing, also known as component testing, refers to tests
that verify the functionality of a specific section of code, usually at
the function level. In an object-oriented environment, this is usually at
the class level, and the minimal unit tests include the constructors and
destructors. These types of tests are usually written by developers as
they work on code (white-box style),to ensure that the specific
function is working as expected.
6. ER DIAGRAM
7. SNAPSHOTS
ADMIN PAGE
After admin login page to enter the details of the student and
Enter the marks of the student they get..
9. CONCLUSION
Student result management system is an website and can be
used at any time and by any student or faculty. This application will
avoid the calculation and simplify the process of visualizing results by
students as well as faculty.