Design and implement
a simple course management System
- Define
course, course-module (optional), student and employee (instructor or
coordinator) tables. And make necessary relation of tables
- You
can add additional tables if it is necessary. Fox example: Student-course
table.
- Design
and Implement a GUI that allows program coordinator create courses and
assign courses to instructors.
- Design
and Implement a GUI that allows instructor creates course-module
(optional) and give student grades.
- Design
and implement a GUI that allows students take course.
- You
can use any database but your connection info must be configurable.
Due: Mon. 12 am. 24/11/03
Course Table

Student-course table

Student Table

Employee (instructor or
coordinator)
