Question: Project Title: Courses Management System Description: You are tasked with developing a Courses management system in Java. The system is an online management software application

Project Title: Courses Management System
Description: You are tasked with developing a Courses management system in Java. The system is an online management software application designed for educational institutions.
The system should allow supervisors to manage the online courses and assist students in browsing and registering for courses. Additionally, students should be able to search for courses by title or instructor name and course area.
Requirements:
1-Course Class:
Create a Course class with the following attributes:
title (String): The title of the course.
instructor (String): The instructor of the course.
area (String): The area of the course.
Implement appropriate getter and setter methods for each attribute.
2-Supervisor Class:
Create a supervisor class to manage the online courses. Include methods to:
Add a new course to the system.
Display a list of courses.
Allow students to browse courses.
Search for course by title or instructor name.
Display a list of courses based on area.
Note:
Create 3 Array list for different areas.
Any code search on google to find the structure.
3-User Interface:
Implement a simple command-line interface (CLI) for supervisors and students to interact with the system.
Provide menu options for supervisors to perform actions such as adding courses, displaying courses based on area, searching for a course, and browsing courses.
Allow students to search for courses by title or instructor name.
4-Sample Data:
Add at least four sample courses to the system during initialization.
5-Functionality:
Implement search functionality to allow students to search for courses by title, instructor name, or area.
6-Error Handling:
Implement basic error handling to handle cases such as invalid input.
7-Testing:
Test the system's functionality by performing various actions such as adding courses, searching for courses, and browsing courses. (Include screen-shots of your output)
Learning Outcome(s): CLO4
Develop a program based on specification using programming language elements including syntax, data types, conditional statement, control structures, procedures and arrays, objects and classes
CLO5
Demonstrate Integrated Development Environment (IDE) for the editing, building, debugging, and testing of programs

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!