首页
网站开发
桌面应用
管理软件
微信开发
App开发
嵌入式软件
工具软件
数据采集与分析
其他
首页
>
> 详细
代写CPT106、C++程序语言代做
项目预算:
开发周期:
发布时间:
要求地区:
CPT106 Group Project Final
1
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. CPT106 Group Project Final
2
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 assessment shall 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%
Customer spec. 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%
CPT106 Group Project Final
3
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. CPT106 Group Project Final
4
(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.
CPT106 Group Project Final
5
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.
CPT106 Group Project Final
6
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
62 & 124 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.
CPT106 Group Project Final
7
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.
CPT106 Group Project Final
8
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.
软件开发、广告设计客服
QQ:99515681
邮箱:99515681@qq.com
工作时间:8:00-23:00
微信:codinghelp
热点项目
更多
代做ceng0013 design of a pro...
2024-11-13
代做mech4880 refrigeration a...
2024-11-13
代做mcd1350: media studies a...
2024-11-13
代写fint b338f (autumn 2024)...
2024-11-13
代做engd3000 design of tunab...
2024-11-13
代做n1611 financial economet...
2024-11-13
代做econ 2331: economic and ...
2024-11-13
代做cs770/870 assignment 8代...
2024-11-13
代写amath 481/581 autumn qua...
2024-11-13
代做ccc8013 the process of s...
2024-11-13
代写csit040 – modern comput...
2024-11-13
代写econ 2070: introduc2on t...
2024-11-13
代写cct260, project 2 person...
2024-11-13
热点标签
mktg2509
csci 2600
38170
lng302
csse3010
phas3226
77938
arch1162
engn4536/engn6536
acx5903
comp151101
phl245
cse12
comp9312
stat3016/6016
phas0038
comp2140
6qqmb312
xjco3011
rest0005
ematm0051
5qqmn219
lubs5062m
eee8155
cege0100
eap033
artd1109
mat246
etc3430
ecmm462
mis102
inft6800
ddes9903
comp6521
comp9517
comp3331/9331
comp4337
comp6008
comp9414
bu.231.790.81
man00150m
csb352h
math1041
eengm4100
isys1002
08
6057cem
mktg3504
mthm036
mtrx1701
mth3241
eeee3086
cmp-7038b
cmp-7000a
ints4010
econ2151
infs5710
fins5516
fin3309
fins5510
gsoe9340
math2007
math2036
soee5010
mark3088
infs3605
elec9714
comp2271
ma214
comp2211
infs3604
600426
sit254
acct3091
bbt405
msin0116
com107/com113
mark5826
sit120
comp9021
eco2101
eeen40700
cs253
ece3114
ecmm447
chns3000
math377
itd102
comp9444
comp(2041|9044)
econ0060
econ7230
mgt001371
ecs-323
cs6250
mgdi60012
mdia2012
comm221001
comm5000
ma1008
engl642
econ241
com333
math367
mis201
nbs-7041x
meek16104
econ2003
comm1190
mbas902
comp-1027
dpst1091
comp7315
eppd1033
m06
ee3025
msci231
bb113/bbs1063
fc709
comp3425
comp9417
econ42915
cb9101
math1102e
chme0017
fc307
mkt60104
5522usst
litr1-uc6201.200
ee1102
cosc2803
math39512
omp9727
int2067/int5051
bsb151
mgt253
fc021
babs2202
mis2002s
phya21
18-213
cege0012
mdia1002
math38032
mech5125
07
cisc102
mgx3110
cs240
11175
fin3020s
eco3420
ictten622
comp9727
cpt111
de114102d
mgm320h5s
bafi1019
math21112
efim20036
mn-3503
fins5568
110.807
bcpm000028
info6030
bma0092
bcpm0054
math20212
ce335
cs365
cenv6141
ftec5580
math2010
ec3450
comm1170
ecmt1010
csci-ua.0480-003
econ12-200
ib3960
ectb60h3f
cs247—assignment
tk3163
ics3u
ib3j80
comp20008
comp9334
eppd1063
acct2343
cct109
isys1055/3412
math350-real
math2014
eec180
stat141b
econ2101
msinm014/msing014/msing014b
fit2004
comp643
bu1002
cm2030
联系我们
- QQ: 9951568
© 2021
www.rj363.com
软件定制开发网!