The objective of this group project is to develop students’ teamwork skills that are essential for students’ academic and professional success. In completing this group project, students are expected to work in a team to analyze simple real-world problems, organize effective algorithmic solutions for the problems and construct computer programs to solve them. Upon completion of this project, students are also expected to demonstrate communication skills by presenting the developed computer programs.
Students should be able to construct basic programs to solve daily problems using designated programming control structures:
1. Team Members:
Divide the class into teams, with each team consisting of 3-4 members.
2. Project Title:
Students are required to identify a problem that arises in their daily lives, then design appropriate solutions, and solve the problem in a computerized way.
Or you can choose one of the following programs:
3. Fill up Google Sheets:
Once you have formed your team members and finalized project title, proceed to fill up the excel sheet at the following link:
4. Project Proposal
A. Prepare a project proposal documentation which contains of:
Project proposal report cover (please use the provided report cover)
The proposed project title
The project summary
Objectives of the proposed project
Analysis (Input, Process, Output)
B. Documentation Format:
Font: Arial
Font Size: 11
Page: Bottom and center of each page
C. Submission
Save the document in (.pdf) format and the softcopy of project
proposal must be submitted in the MS Teams (Week 12)
Deadline: 21 June 2024
After the proposal is accepted, you may start designing and coding the project.
5. Final Report
A. Construct a complete program to solve the problem identified by using C++
programming language. The following criteria MUST be implemented in your
program:
Input and Output operations
The three control structures – sequential, selection and repetition
Function – including passing parameters
Array – (e.g., implementing summation, average, highest/lowest, counter)
Processes – Calculation/Formula related to the project title (e.g., discount, tax, summation/total etc).
Include comments at any part of your program that is necessary for indicating the purposes.
B. Prepare a complete report which contains of:
Final report cover (please use the provided report cover)
Project Summary
Objectives of the Project
Analysis – Input/Process/Output
Design Algorithm – Flowchart and Pseudocode
Source code Samples of input/output
Discussion
Conclusion
C. Documentation Format:
Font: Arial
Font Size: 11
Page: Bottom and center of each page
D. Save the file in (.pdf) format