Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Database Application Development Objective To develop a simple database application using modern programming tools. Tools Students can choose either one of the programming languages C++,
Database Application Development Objective To develop a simple database application using modern programming tools. Tools Students can choose either one of the programming languages C++, C#, Java, and Python as their main development platform. They can also choose either one of the database management systems SQLite, MySQL, PostgreSQL, and Microsoft SQL Server. Guidelines Each student should agree to work with one student from the class as a teammate. Otherwise, the student works alone and gets penalized by getting at most 75% of the project grade. Teams should work independently toward the same project goal. Each team has to prepare a report presenting all the details about the work done and the job division. The number of pages should not pass twenty. Description of the Project The project is to develop a simple university management system. The application should let three different kinds of users to work, namely, the student, the instructor, and the faculty coordinator. Users should have the following functionalities in the system: Faculty coordinator Log in to the system Add a new course Add a new teacher Add a new student Assign courses to instructors (teaching) Assign instructors to students (advisory) Instructor Log in to the system See and update personal details See the courses assigned See course details (course info, list of students registered, etc.) Register students to the courses Student Log in to the system See and update personal details See the courses registered See the other students registered in the class Teams can optionally include more functions to the developed system. However, the graphical user interface design and data validation will play an important role in project grading (25%). Grading Application program (16 pts) + report (4 pts). Good luck
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started