NEXT Chapter 14 - Modules and their Description

Basic Modules:

In Our Project with the help of ‘Divide and Conquer theory’ we can divide overall program in Five Modules

These five modules are:

    • Login Module

    • Student Module

    • Exam. Controller Module

    • Exam Dept Module

    • Expert Module

Login Module :

This is the first module in this project a anyone who want to enter into this project/application . he/she must have pass through this module, in other word we can say that this is authentication module because the user authentication with his/her. To provided user name and password facility and credentials should be checked properly at the time of login for student, expert, controller and Exam Dept Admin.

Student Login Form :

This is the form in this project a student who want to enter into this project application. he/she must have pass through this module, in other word we can say that this is authentication module because the user authentication with his/her.

Registration :

In this module student can get his/her whole information like his name, address fees detail, program and courses. the user can select only one course at the time. Our student table will register the student. University will provide each student a unique student Id during enrollment time. The purpose of this is so that no one can register on behalf of any other student. and only the student himself/herself can register for the examination using this id as password. Students only submit his/her documents and fees after the registration.