A Result Processing System (RPS) is software that assists schools and colleges in generating, recording, and managing their students' academic results. It is an easy-to-use program that can be used to handle the full result producing process, from entering students' grades to generating report cards.
This application is developed in C# and employs Microsoft Access as its database. It has an easy-to-use interface for inputing student grades and generating grade report cards.
This is a school Project Made to Demonstrate the CRUD operations.
- Login
- Insert Student Data
- Insert Student Marks
- Update Student Data
- Update Student Marks
- View
- Delete Data
- Print Results
The inserted Marks is Graded and can be inserted in to a pre-made Result Format Which is Exported in a Microsoft Docs File.
- The Code is Fully Commented.