Question: HELP How to solve Project Title: Courses Management System Develop a program based on specification using programming language elements including syntax, data types, conditional statement,

HELP How to solve
Project Title: Courses Management System
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
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 instr
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.
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)
Project Instructions
This project enables the students to integrate the covered knowledge and skills in this course.
Total Marks =14
Group Size =3-4 members.
Submit all files: Project Report (Word and PDF) on blackboard before 01.12.2024. Marks will be given based on your submission and quality of the contents.
Each group must come up with a unique solution for the project based on the below description.
Implement the Simple Courses Management System according to the requirements provided. - Write a Java program to demonstrate the functionality of the system.
Include comments in your code to explain the purpose of each class, method, and important code block.
Test your program with different scenarios to ensure that it works as expected.uctor name and course area.
HELP How to solve Project Title: Courses

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!