MORGAN INTERNATIONAL COLLEGE Computering
MORGAN INTERNATIONAL COLLEGE Computering
Basundhara, Kathmandu
NEPAL
By
Mikhael Dangol
Of
Grade: XI
A PROJECT REPORT
Submitted by
Mikhael Dangol
Of
Grade: XI
+2
To Morgan International College, Kathmandu, Nepal is my original work and not submitted for the
award of any other degree, diploma, fellowship, or any other similar title or prizes
Date: 21/05/2024
ACKNOWLEDGEMENT
This Project Report is written in the Grade XI program at Morgan International College. The
report has been written during 1 weeks in the May of 2024. I have taken efforts in this project.
However, it would not have been possible without the kind support and help of many
individuals. I would like to extend my sincere thanks to all of them.
I would like to thank Morgan International College where I am studying Grade XI. College has
also given me an excellent platform to study and gain Knowledge on the tools and technologies
that I have used for developing my project. I would also like to express my gratitude towards Mr.
Krishna Pandey for guiding me as Project Guide. Similarly, I would thank my dear friends of
Morgan International College for supporting me during all phases of Web development, without
the support of whom I would not have been successful to complete my project on time.
Several people have helped me accomplish this research and contributed to the quality and final
result. I would like to express my gratitude to my friends for their kind co-operation and
encouragement which help me in completion of this project. The respondents have also been a
great help and I would like to thank them for taking the time to provide the information needed
to fulfill the purpose of this project.
I will finally direct a special thanks to all my teachers, of Morgan International College, who has
contributed with ideas and viewpoints during the process of software development and writing
this report.
Abstract
In the partial fulfillment of the requirement for the degree of Grade XI project titled “Online
Result Information System” has been prepared. This project “Online Result Information System”
is designed to keep the record of all the result of the school. It maintains all the student result,
The main purpose of developing this system is to simplify the result of school as well as to list
the books etc. online. The system will be able to provide report on the basis of grade and student
ID.
Table of Contents Page No.
1. Cover page
2. Title page i
3. VIVA VOICE SHEET ii
4. Certificate Supervisor iii
5. Certificate From University LC 1 iv
6. Certificate From University LC 1 v
7. Declaration vii
8. Acknowledgement viii
9. Abstract ix
10. Table of Content x-xi
11. Abbreviation xiv
12. Chapters xv
1. Introduction 1
2. Problem Definition 2
3. Scope And Objectives 3
4. Theoretical Background 4
5. Feasibility Study 8
6. Coding
7. Snaps of project
13. Conclusion & Summary xvi
Introduction
Background
A Online School Result Information System is web based system designed for preparing students’ result
and distributing result online. This Result Information system very gracefully handles all the requirements
of student result. Result Information is basically focused on schools and they are used for managing
student results of different examination online. This software helps school administration to prepare
student result and distributing them. This helps school administration to reduce result preparation time
and increases accuracy. In this system we published result online so that, parents can see the result online.
System Introduction
The project “Online School Result Information System” is used for providing result to the
students & their parents and tracking the marks of the student of different subjects. It provides
easy way to record and store the marks of the students.
In Online School Result Information System, teachers are registered in the website. Registered
teachers can login to the website and make entry for the marks scored by the students. The
information in the website can be viewed by the admin to verify the records.
Chapter 2
Problem Definition
In many schools, manual result system has been used. Although it provides a good way to record
marks, it is not efficient to check all the marks to track the total, division, percent, result of the
exam. If the number of student is less, then it is efficient to some extent. In contrast, if the
number of student is high, then finding out total, division, percent, result and ranks of the exam
becomes a lengthy process with the need to go through all the marks.
1. Lack of time, parents may not come to school to take result of their child.
2. Marks are only maintained manually. Any damage or loss of the marks ledger sheet would
lead to the loss of data.
3. Searching the marks is not very efficient.
4. No mechanism to backup data besides the marks ledger sheet itself.
Chapter 3
3. Scope and Objectives
3.1 Objectives
To introduce 24x7 operation and introduce automation in schools
To draw attention of parents on their children’s result.
To provide fast and reliable service to manage student result
To make search, update, delete records easy and quick
To generate student result easily
3.2 Scope
The Online Result Information System will be accessible only in a internet facilitated computer
or a laptop. Once a user is registered to the system, he/she can login to the system and make
entry for the marks of their respective subjects according to class. The report (result), on the
other hand, will be accessible to the admin user and student user. Main scope of the system is to
record as well as provide the marks information of the student and generate appropriate reports.
This system can be used in any school.
3.3 Limitations
The Online Result Information System is computerized system for recording the marks of the
student of the exam in School. The system focuses on the marks and generation of reports as per
the requirement (summary / individual). The system functionality is limited to this function only.
The system is not intended for the management of the school’s other sections.
Chapter 4
4. Theoretical Background
4.1 Overview of HTML
4.2Overview of CSS
5.
Chapter 7
7. Methodology
7.1 Project Methodology
System Requirements
Hardware:
Hard disk: 30 GB
Processor: Intel Pentium 4 or higher
RAM: 2 GB
Software:
#1 Home .html
<html>
<head>
<title>My website</title>
<style>
h1{
padding:2px;
background color:"Yellow";
color:"Red";
text-align:center;
</style>
</head>
<h1> Morgan International College </h1><HR color="red"size="3" width="500px"
<h4><a href="images.html">Images</a></h4>
<h4><a href="Form.html">Form</a></h4>
<!Introduction of Myself-->
thier lives and thier backgrounds. I can almost always find common ground with
strangers and I like making
people feel comfortable in my presence .I find the skill is especially helpful when
knicking off projects
</i>
</body>
</html>
#2 Images.html
<!Doct type html>
<html>
<head>
<title>My website</title>
<style>
h1{
padding:2px;
background color:"Yellow";
color:"Red";
text-align:center;
</style>
</head>
<body>
<h4><a href="images.html">Images</a></h4>
<h4><a href="contact.html"> Contact<a></h4>
<h4><a href="Form.html">Form</a></h4>
<a href="123q.jpg">
</a>
<a href="2343.jpg">
</a>
<a href="242.jpg">
</a>
</body>
</html>
#3 Contacts.html
h1{
padding:2px;
background color:"Yellow";
color:"Red";
text-align:center;
}
</style>
</head>
<body>
<h1> Some images </h1>
<h4><a href="my website.html">Home</a></h4>
<h4><a href="images.html">Images</a></h4>
</a>
<a href="242.jpg">
<img src="242.jpg" height="400" width="500">
</a>
</body>
</html>
#4 Form.HTML
<html>
<head>
<title>My website</title>
<style>
h1{
padding:2px;
background color:"Yellow";
color:"Red";
text-align:center;
</style>
</head>
<body>
<h4><a href="images.html">Images</a></h4>
<h4><a href="contact.html"> Contact<a></h4>
<h4><a href="Form.html">Form</a></h4>
<a href="123q.jpg">
</a>
<a href="2343.jpg">
</a>
<a href="242.jpg">
</a>
</body>
</html>