Student Info System
Student Info System
Questions:
PROBLEM DEFINITION
The student information system is software, which automates the job of a faculty
member.
1. User must provide the faculty id and password, which is unique and confidential to
each user. By confirming the authenticity of a user, the student information system
allows user to use the system.
2. The user can register the student or edit registration data by entering or editing
personal and academic information of student.
3. The user can inquire about the personal information / academic information /
attendance information of a particular student or entire class in which he can search
by entering the student’s roll number or by selecting whole class option.
PURPOSE
1. The software validates the authentic user by extracting their faculty id and password.
2. After the validation of the user software allows the user to register the student by
entering personal and academic information of student.
3. After the validation of the user software allows the user to edit registration data by
editing personal and academic information of student.
4. Search the personal information of a particular student or entire class by entering the
student’s roll number or by selecting whole class option.
5. Search the academic information of a particular student or entire class by entering
the student’s roll number or by selecting whole class option.
6. Search the attendance information of a particular student or entire class by entering
the student’s roll number or by selecting whole class option.
CONSTRAINTS
The user will be allowed to enter, edit or search data of students of his/her own class
only. Attendance data will be fetched from Student Attendance System and not
managed by student information system.
1. The system should contain databases that include all necessary information for the
product to function according to the requirements. These include relations such as
FACULTY_LOGIN, STUDENT_PERSONAL_INFO and
STUDENT_ACADEMIC_INFO.
2. FACULTY_LOGIN refers to the information such as faculty id, faculty name, class
and password.
By entering the faculty id and password, the user can use the system.
User can register the student data by entering personal and academic information of
student.
User can edit registration data the student data by editing personal and academic
information of student.
User can search the personal information / academic information / attendance
information of a particular student or entire class in which he can search by entering
the student’s roll number or by selecting whole class option.
FACULTY_LOGIN
STUDENT_PERSONAL_INFO
STUDENT_ACADEMIC_INFO
DATA STRUCTURES
1. FACULTY_LOGIN
3. STUDENT_ACADEMIC_INFO
LOGIN FORM