Student Data Management System
Student Data Management System
Certificate
Acknowledgement
Software Used
Introduction
Source Code
Output Screen
Bibliography
2
3
4
5
This project uses Object-Oriented Programming to help us in generating
Student Data Management System. The step-by-step procedure is
explained. It includes the facilities for adding, searching, displaying,
modifying and deleting the record for a student of the Institution. I require
information from the user about Name, Roll no. and marks of each
student.
This Programme also uses the concept of file handling to store the user
entered data to separate text file which stores the user entered data to a
separate text file, which can be retrieved later as per requirement. It
explains how student data is managed in a school using File Handling.
Proper comments have been given at desired location to make the project
user friendly. Various functions and structures are used to make a
complete use of this language, this project is well versed with the
programming. Student data management can easily accompany with the
help of this.
This software can be used in schools and colleges who are not aware of
this technology and could be helpful in retrieving whenever needed.
6
SOURCE CODE
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21