Computer Science, asked by Maahiya5866, 1 year ago

Advantages of student information system project in c language

Answers

Answered by naveenkb
0
Student Information System Project.

You can divide this system in two parts.
Admin part that can be access by an adminStudent part that can be access by the students.

Admin module for Student Information System


Login/Authentication Module :  

In this function an admin have an unique id and password by which he/she can access the complete system according to his/her authority.


Insert/Update/delete( CRUD ) Module :

 An admin can insert the new data of a student, he/she can update the data of any student,and can delete the data of any student.


Student Fees Module(Fees Management System) :

Student fees module, It is also called student Fees management System. Admin can manage fee details of students, like how much fee is pending of a student or is there any changes in fee, policy  admin can control all these things.


Examination Module(Examination Management System): 

Admin can create the date sheet for students for the examination, so if the system is running online students can see their date sheet from the application.


Attendance Module(Attendance Management System)

 An admin can control the attendance records of the students, like what is the status of attendance status of a student. Admin will also be responsible for permission granting to teacher and other stuff who can access the attendance of students.

Time Table Generator (Time table management System)

A very essential module in student management is Time Table Generator for student, Because managing a lot of students' time table is hard task. 

Student Analytic Module

 An admin can make the analytics of students like analytics of the result, analytics of the attendance, analytics of fee, analytics of the admissions etc.
You can add so many other functions in admin module of student information system according to your requirement.

Similar questions