代写CPT106 C++ Programming and Software Engineering II代做C/C++程序

CPT106 C++ Programming and Software Engineering II

Group Project

Contribution to Overall Marks

30%

Release date

20 April 2024

Submission Deadline

2 June 2024, 23:59

How the work should be submitted?

SOFT COPY ONLY !

1.    All the files/codes (zipped into a single file) must be submitted from only one designated member (the group leader) of each group onto Learning Mall.

2.    Students can organize a group with 4-5 students, and a group leader should be selected based on the discussion within the group.

3.   The group leader should organize group meeting when necessary and submit report and source code files of the group project.

4. A report named with the student ID number of the group leader in PDF format should be submitted to Learning Mall with three sections as follows:

a)     A cover page with a contribution table with a breakdown of the roles and responsibilities of each group member during the duration of the project. The individual contribution should be based on your actual work and needs to be discussed and agreed upon within the group with individual signatures in the table. Your contribution to the group will affect your final individual mark for the group project. The cover page looks like follows:

Group project name: xxxxxxxx

Group leader: xxxxxx Group members:

Student ID

Name

Responsibility

Contribution

Signature

210001

John

System analysis, coding

35%

student name

210002

Mike

Coding

25%

student name

210003

Marry

Report writing, testing

15%

student name

210004

Thomas

Coding, testing

25%

student name

b)    A report based on the Software Development Process, including the problem statement, analyses, design and testing.

c)     A simple user manual, describing its basic functionality and how to use to its users.

5. C++ source code files of the whole project, the report and the user manual should be zipped into a single zip or rar file, named with the student ID number of the group leader and submitted to Learning Mall.

6.    Late Submission Policy: 5% of the total marks available for the assessmentshall be deducted  from the assessment mark for each working day after the submission date, up to a maximum of five working days.

Assessment Overview

This assessment requires the routine of code development using the software development process (SDP). The general marking scheme is shown as follows:

Documentation

50%

Specifications

10%

Overall spec.

2%

Customerspec.

3%

System spec.

5%

Analysis and Design

20%

Management of source code and lifecycle by software tools

10%

Testing

5%

Bugs report

2%

User manual

3%

Coding

40%

Reasonable OOP design pattern(weak coupling, strong cohesion)

10%

Working code

10%

User interface

5%

Data handling

5%

Clarity and readability

10%

Robustness

10%

Code Robust (e.g., checking invalid inputs)

5%

Complete functionality (against system specs)

5%

Module allocation and decoupling                                                                              10%

General Guidelines

Select one out of the 4 projects on pages 5-8.

System design and coding

(1)  The project descriptions are deliberately given in the form of simple customer specifications, which (as in the real world) are incomplete and often ambiguous, rather than a set of exact functional specifications. The group members should work methodically together (as the developers in a real-world software project) to:

●    Analyse and formalize the customer specifications on  pages 4-7(at this stage, the various design choices and the software features can be subject to the group’s creativity). This should be different from customer supplication, which should clearly state the features of the delivered system.

●    Apply objected-orientated design methodology (encapsulation, inheritance and polymorphism, if needed), design and decompose the programmatic aspects of the problem using classes, and allocate constituent development tasks to each group member.

●    Implement the product with frequent meetings to report progress and decisions to each other and re-evaluate the agreed courses of action.

●    Implement test procedures, debug and correct the product.

●    Finalize the deliverables.

(2)  The given customer specifications on pages 5-8 are only basic, and most of the design

choices should be decided in the group meetings. The systems described within the different projects have a variety of different features, and the disambiguation of the customer specifications can be based on the student’s logic and real-life experience.

(3)  Prioritization for the implementation of the different parts of the system is the group’s

decision; however, for the purposes of demonstration and testing, those parts that manage  and populate the file stores with data such as customers’ details, for instance, are necessary

(4)  You should install the Github plugin component (third part component) in Visual Studio to  share, manage and maintain your source code and documents with members in the group.

report

(1)  The SDP report should clearly state all the features implemented and the hierarchical chart of your programme. It is better to have a few features fully working without run-time crashes than all features with many bugs without working properly or causing disrupting ripple effects to other subsystems.

(2)  In any case, any related decisions and compromises should be included in the report. The required testing procedures should simply take into account the input of each subsystem and what the output or operation of the software is supposed to do.

(3)  The Github link should be listed at the end of your report. All the source code and related

documents in the Github repository should be shared publically so that the we could check if Github is used in your project.

Assessment

Assessment will be based on whether the product offers reasonable functionality and features, its design quality, flexibility, software bugs, and other stated deliverables.

Project A: Restaurant Management System

Overall description:

Your team is employed by a restaurant to implement a system for the management of restaurant.

Customer specifications:

The system must be able to store the information of the raw material, dishes and customers. It can calculate the total fee for a customer according to the dishes he/she ordered. Moreover, the system can also calculate the gross profit based on the dishes prices and raw material prices.

The system should be able to provide functionality as listed below:

●    Browse,  add, modify and delete the raw material information, menu information and customer information;

●    Manager has the highest authority limit to perform. all the task;

●    Chef user can search and browse the raw material information and edit the menus;

●    While adding a new dish to the menu, make sure the dish ID and name will not be repeated; when customer is ordering dishes, make sure that’s not repeated either;

●    Customer user can browse the menu, order dishes and check-out;

●    Provides different authority to different type of users.

Project B:Airways Management System

Overall description:

Your team is employed by an Airways company for the implementation of a computer system responsible for a large part of the operation of the company.

Customer specifications:

The system must be able to store the information of planes, flights and passengers of the company during the years of its operation. There are two types of planes P62 & P124 with rectangular arrangements of 6×2 & 12×4 seats, respectively. The sources and destinations of the currently available flights of the company (for simplicity, assume only direct flights) are allocated from a set of city airports which can be potentially extended. The different passengers can be allocated to specific flights and seats.

The system should be able to provide functionality to the different users listed below:

●    An administrator who can include new flights, prices, dates, airports and perhaps new planes for each of the two available types.

●    A ticket agent who can flexibly search for a specific flight inquired by a customer. When the customer reserves or books a ticket, then the required details must be stored. Such information includes flight id, payment details, expiration date of reservation, route, allocated seat, viewing facilities of the seating plan, etc. Facilities to amend this information must be provided.

●    A manager who can retrieve statistics about the company’s operation, such as the number of planes for each type, total passengers per flight, total revenue, etc.

●    A customer can only book one ticket for himself/herself during the same duration.

●    The ticket agent can calculate how many tickets he/she sold during a particular duration.

Project C: Car Parking System

Overall description:

Your team is employed by a parking lot for the management of parking vehicles.

Customer specifications:

The system must be able to store information of parking spots and customers. The parking lots should have multiple entry and exit points and multiple floors where customers can enter and exit and park their cars. Customers can collect a parking ticket from the entry points and can pay the parking fee at the exit points on their way out.

The system should be able to provide functionalities to the different users listed below:

●    Allow administrator to browse, add, modify and delete spots and customer information;

●    The system should not allow more vehicles than the maximum capacity of the parking lot. If the parking is full, the system should show a message to the customer;

●    Each parking floor will have many parking spots, and the system should support multiple types of parking spots, such as compact, handicapped, motorcycle, etc.;

●    Allow administrator and customer to search for all unoccupied parking spots for a specific type of vehicle, i.e., car, trunk, van, motorcycle etc.;

●    Each parking floor should have a display board showing any free spot for each spot type;

●    The system should support a per-hour parking fee model. For example, the first hour is free, and customers have to pay $3 for the remaining hours, maximally $50 per day.

Project D: Bus Management System

Overall description:

Your team is employed by a bus company for the implementation of a computer system responsible for a large part of the operation of the company.

Customer specifications:

The system must be able to store the information of buses, drivers and passengers. The sources and destinations of the currently available buses of the company (for simplicity, assume only direct routes) are allocated from a set of bus stations in a city which can be potentially extended. The system should be able to provide functionality as listed below:

●    Allow the administrator to browse, add, modify and delete the bus information and driver information;

●    Make sure every bus is driven by one or two drivers;

●    Allow passengers to search information of buses for a specified source and/or destination and display related information;

●    Allow passengers to book seats for a specific bus, but the system should not allow more passengers than the maximum capacity of the bus;

●    Register records of traffic violations for drivers. One with more than 3 records should be forbidden from driving.







热门主题

课程名

litr1-uc6201.200 ee1102 econ42915 cb9101 math1102e chme0017 fc307 mkt60104 5522usst cosc2803 math39512 omp9727 ddes9903 babs2202 mis2002s phya21 18-213 cege0012 mgt253 fc021 int2067/int5051 bsb151 math38032 mech5125 mdia1002 cisc102 07 mgx3110 cs240 11175 fin3020s eco3420 ictten622 comp9727 cpt111 de114102d mgm320h5s bafi1019 efim20036 mn-3503 comp9414 math21112 fins5568 comp4337 bcpm000028 info6030 inft6800 bcpm0054 comp(2041|9044) 110.807 bma0092 cs365 math20212 ce335 math2010 ec3450 comm1170 cenv6141 ftec5580 ecmt1010 csci-ua.0480-003 econ12-200 ectb60h3f cs247—assignment ib3960 tk3163 ics3u ib3j80 comp20008 comp9334 eppd1063 acct2343 cct109 isys1055/3412 econ7230 msinm014/msing014/msing014b math2014 math350-real eec180 stat141b econ2101 fit2004 comp643 bu1002 cm2030 mn7182sr ectb60h3s ib2d30 ohss7000 fit3175 econ20120/econ30320 acct7104 compsci 369 math226 127.241 info1110 37007 math137a mgt4701 comm1180 fc300 ectb60h3 llp120 bio99 econ7030 csse2310/csse7231 comm1190 125.330 110.309 csc3100 bu1007 comp 636 qbus3600 compx222 stat437 kit317 hw1 ag942 fit3139 115.213 ipa61006 econ214 envm7512 6010acc fit4005 fins5542 slsp5360m 119729 cs148 hld-4267-r comp4002/gam cava1001 or4023 cosc2758/cosc2938 cse140 fu010055 csci410 finc3017 comp9417 fsc60504 24309 bsys702 mgec61 cive9831m pubh5010 5bus1037 info90004 p6769 bsan3209 plana4310 caes1000 econ0060 ap/adms4540 ast101h5f plan6392 625.609.81 csmai21 fnce6012 misy262 ifb106tc csci910 502it comp603/ense600 4035 csca08 8iar101 bsd131 msci242l csci 4261 elec51020 blaw1002 ec3044 acct40115 csi2108–cryptographic 158225 7014mhr econ60822 ecn302 philo225-24a acst2001 fit9132 comp1117b ad654 comp3221 st332 cs170 econ0033 engr228-digital law-10027u fit5057 ve311 sle210 n1608 msim3101 badp2003 mth002 6012acc 072243a 3809ict amath 483
联系我们
EMail: 99515681@qq.com
QQ: 99515681
留学生作业帮-留学生的知心伴侣!
工作时间:08:00-21:00
python代写
微信客服:codinghelp
站长地图