C.A.S.E. LAB: Project
C.A.S.E. LAB: Project
LAB
PROJECT:
STUDENT COURSE REGISTRATION
SYSTEM
GROUP MEMBERS:
KAUSHAL SURANA
15CS26
HARSHIT GUPTA
15CS17
ANJALI MITTAL
15CS04
DHARMENDAR KUMAR MEENA
15CS11
SUBMITTED TO:
SUBMITTED BY:
Name of Teammates:
Kaushal Surana
Harshit Gupta
Anjali Mittal
Dharmendar Kumar Meena
Construction:Coding and
Testing
Kaushal Surana
Design:
Harshit Gupta
SRS Preparation:
Anjali Mittal
Dharmendar Kumar Meena
Purpose :
The main prupose of this project is to
create a software for students who
can see their result and for teacher or
registrar who can enter the details of
the student .
Problem Analysis :
The project can be used to register a
student and for database
management of a student.
Language Used:
C++
Uses simple file handling in binary
mode.
Student Attributes :
First name ,Last name ,roll no,Fathers name ,Mothers
name, date of birth and marks of eight semesters .
Methods Used :
Registration,Input data of student ,Show data of
student ,Show complete data ,Show partial
data,delete a record ,Modify data.
Scope :
The project can be used by the college management
system or schools management system for the
evaluation of the students.
User :
The students and the teachers.
A person who could run a program of c++ .
Software Requirements :
The computer must have a c++ compiler.
It is good to have Turbo C++ .
Administator :
The institution which is using the software.
About The Software:
The software as disscussed earlier could
be used by both student and teacher. But
the student will be given the rights to see
his or anybody's data and can't change
the data without the password.
The password will only be given to the
administator .
And only he has the right to change it.
The software consists of several methods:
Register a student
Input data of student
Display data of student
Modify data of student
Delete a record
Change password
Register : This takes basic data of
student as input and stores it into the
specified file.
Input : It takes the marks of the student
as input and puts it into the file.
Display : It shows the data of the student
as required
Modify: It modifies the data of the
student .ss
Delete : Delete a record of the student
from the file.
Change Password : It is used to change
the admin password.