关键词 > COMP603/ENSE600

COMP603/ENSE600 Program Design & Construction / Software Construction – Assessment 2022 Semester 1

发布时间:2022-04-10

Hello, dear friend, you can consult us at any time if you have any questions, add WeChat: daixieit

COMP603/ENSE600

Program Design & Construction / Software

Construction  Assessment

2022 Semester 1

Introduction

This semester you will design and develop a software product comprised of TWO projects          (Assignment 1 and Assignment 2) . Both projects must be of the same topic. You can work           individually or in a group of 2 students. We strongly recommend you work on the project             individually. A team of two students are expected to do correspondingly larger projects. For a team    project, every team member will have a significant contribution in terms of coding. You may want to select a project from the list below or come up with your own.

•    Student Information Management System

•    Course Selection System  a program for AUT students to select papers

•    Virtual Academic Advisor – a chatbot for providing advice to AUT students for study planning

•    Knowledge Repository – a system for knowledge management

•    A Simple Q/A system a system for lecturers to input Q/A, allowing AUT students to search

•    A Simple ERP system Enterprise Resource Planning system

•    Service Desk System – a system for customer support

•    Software Project Registration system – a system for students to register their PDC/SC project

•    Workforce Planning System

•    Ticket Booking System (for train, games, shows, etc.)

•    Hotel Booking System

•    Online Shopping System

•    Inventory Management System

•    Conference Management System

•    Foreign Language (Vocabulary) Learning Software

•    Card Game

•    Virtual Pet Game

•    Puzzles (Sudoku, Crosswords, Mazes, …)

•    RPG game

•    Chess Games

•    Board Games

•    Deal or No Deal

•    Who Wants to Be a Millionaire?

 

Important dates

•    You need to register your group by the end of Week 3 by joining a group from Canvas.

•    Project 1 source code submission: Week 7, by Friday 11:59 pm

•    Project 2 source code submission: Week 12, by Friday 11:59 pm


Requirements of Assignment 1

 

 

•    Object-Oriented (OO) Programming concept must be applied to the project. Important OO concepts, i.e., encapsulation, abstraction, inheritance and polymorphism, must be reflected.

•    There are two assessments. The first and second take 40% and 60%, respectively. Each            assessment is comprised of lab exercises and a software development project. Refer to the table below:

 

Where complete means you will need attempt to complete the task and upload it to the Canvas.

•    In Software Development Project 1, you will need to develop a Command-line User         Interface (CUI) version of the product. You will need to apply OOP concepts (abstraction, encapsulation, inheritance, polymorphism), try to follow SOLID design principles, create  multiple classes with relationships, use text files to store input and output data from the program.

•    The source code of Project 1 will be submitted in by the end of Week 7.

•    Refer to the important dates for the due date of both project assignments.

•    The program needs to be bug-free and has robust error handling.

•    You need to develop the projects by using NetBeans 8.2/12 and JDK 8.

•    The program should be easy to build and run without any configuration.

•    You need to have an open mind about the functionality of your software project and try your best to make your program robust, interesting, and easy to use.

•    You will be expected to develop your own Java code for the projects. You may use the Java standard library and other external libraries.

•    You are encouraged to learn more beyond the lectures and apply what you have learnt to the projects. However, the project requirements stated in this document should be satisfied.

•    IF you work in a group, you also need to include a one-page contribution for each project. If any       team member gives less than 40% contribution/no contribution in terms of coding, the student will be given a penalty or even fail the paper.

•    Read Marking Guideline carefully for the details.


Project Code Submission

•    The project must be submitted via Canvas.

•    You need to submit a compressed ZIP file which contains:

o The project folder which contains all the source codes and related files, e.g., image files, text files, unit tests, etc.

o IF you work in a group, you also need to include a one-page contribution for each project. If any team member gives less than 40% contribution/no contribution in terms of coding,  the student will be given a penalty or even fail the paper.

•    Submission Guideline

o Find your group ID from Canvas.

o When you submit your project, please compress the whole project as a .zip (not  .rar, .7z or any other types), and rename the zipped file with your group ID and the student ID of members.

o For example, if the group ID is 9, and the student ID is 1234567, then the name of the submitted file should be P09_ 1234567.zip” . If you have a partner in your       group whose student ID is 7654321, then the name should be                                    “P09_1234567_7654321.zip “ .

o Please submit a complete NetBeans project (Ant or Maven). Any improper    submission (e.g., not a NetBeans project, several Java files or compiled classes, lack of essential files, improper name of the submitted file) will affect the          assessment of your project.

Important Notes

•    To pass the course, the student needs to obtain at least a minimum pass (40%) in each assessment (includes software development project and lab exercise). And receive at least 50% overall.

•    Plagiarism and self-plagiarism will result in zero marks in the assignment and be reported to the faculty. We detect Plagiarism by using commercial softwarehttps://codequiry.com/.

Plagiarism means:

o Download open-source projects from online sources, e.g., GitHub, and modify the codes

o Re-use past students’ assignments with modifications

o Re-use the assignment of other papers, e.g., ADA, DSA , etc.

o Purchase assignments from any sources

However, you can:

o Re-use the sample codes and lab solutions given to you.

o Download a utility class/algorithm for your project.

o Download any existing models (e.g., machine learning model, language model)

•    Late submission penalty will be applied (5% penalty per day up to a maximum of 5 days. Late assessments after 5 days will not be accepted).

•    You have the responsibility to keep and back up different versions of your programs. You may also consider using cloud tools, e.g., one drive, dropbox, Google drive, for backup. Losing of  data (code) will not be considered as a valid reason for special consideration.