首页
网站开发
桌面应用
管理软件
微信开发
App开发
嵌入式软件
工具软件
数据采集与分析
其他
首页
>
> 详细
辅导INFS2044程序、讲解Python编程、c++,Python程序讲解 讲解数据库SQL|辅导R语言程序
项目预算:
开发周期:
发布时间:
要求地区:
INFS2044 Assignment 2
Due date: Monday, 14 June 2021, 11:59 PM
Weighting: 40% of the course total marks.
Submission instructions are at the end of this document.
Instructions:
This assessment item must be conducted individually.
You will be creating an implementation design, implement it in python, and test the system.
The assignment will be based on a case study and a partial design given to you. Refer to the
document Assignment 2 Case Study on the course website for details about the case study.
Base your implementation on the code fragments given in Assignment 2 Code for
Students.zip archive on the course website.
All submitted materials must be entirely your own work (except the source code given to
you as part of the assignment specification).
Penalties apply for academic misconduct.
You will receive marks via learnonline within 3-4 weeks.
Answers will be scored based on correctness and completeness of your design and code,
and the quality of the design and corresponding code will be assessed. Please ensure that
your design and code are clean and self-documenting; code that works correctly but exhibits
poor quality will receive low scores. Refer to the marking scheme provided in this
document.
The word count for this assignment will not be verified. Please do not write excessively long
answers (3k+ words). Excessively short answers, such as submitting only diagrams or code
without reflection, are unlikely to satisfy the marking criteria.
It is your responsibility to use appropriate document management and source code control
tools if required and to always maintain adequate backup. Hardware and software failure
are not usually acceptable reasons for requesting extensions.
Start early and develop incrementally.
Assignment tasks
This assignment consists of four tasks. More detailed instructions about development
approach and submission process can be found in the Submission Instructions at the end of
this document.
Task 1: Class Implementation Design
Create a class-level design reflecting the to-be-created implementation of the system. Your
design must comply with the given component decomposition and extend the given partial
implementation that accompany the case study.
Use design principles, patterns, and principles of clean code to guide your design.
Document your implementation design as UML class diagrams. In addition, you may include
interaction diagrams if you deem them helpful to illustrate aspects of your design.
Interaction diagrams are however optional.
Discuss any major assumptions that you may have made and how they have influenced the
design.
The answers to this task will form part of the report to be submitted on learnonline. See the
Submission Instructions at the end of this document for details.
Task 2: Tests and Quality Assurance
You are expected to follow a test-driven development (TDD) approach when implementing
the system. That is, write the tests first, then write the source code of the implementation to
pass the tests.
Develop your tests and code base incrementally. That is, you will be interleaving the work
for Task 2 and Task 3, and potentially extend and/or revise your implementation design
created in Task 1 as you progress with these tasks.
Use pytest to create and run the tests.
Task 3: Source Code Implementation
Implement the design you have created in Task 1 so that the requirements of the case study
are satisfied and all tests embodying the requirements run and pass.
At the end, you should present a complete implementation that
• matches the design documented in Task 1,
• completely implements the system specified in the case study,
• demonstrably satisfies the case study requirements as evidenced by test cases
created during Task 2.
Use only standard packages that are available in a plain python 3.x distribution. No other
third-party code is allowed unless approved by the Course Coordinator. Your code must be
strictly cross-platform, that is, it must be pure python code.
The quality of your code will be assessed. While no coding standard is mandated for this
assignment, it is expected that intention-revealing names are chosen in a consistent manner
throughout your code. Consider using pylint to validate consistency of naming and
adherence to coding standards. However, markers will not verify if any tools were used to
improve code quality.
Task 4: Reflection
Reflect on how you have conducted tasks 1-3, and how you have assured that the design
and its implementation are correct and exhibit high quality.
Describe the design principles and patterns (if any) you have adopted in the design and
implementation, as evidenced in the diagrams and source code.
Describe any major changes that you may have made during development and give reasons.
The answers to this task should be at most 1 page. Quality of discussion is preferred over
quantity.
Advice
• Ensure that the design and its implementation match each other.
• Strive for clean, maintainable, self-documenting code.
• Focus your attention on the quality and readability of your code. Speed and memory
efficiency are not primary concerns in this assignment.
• Use tests to evidence that your implementation works correctly.
• Version source code in github, bitbucket, or a similar system.
Marking Scheme
Criteria Marks
(as a fraction of
course total)
Task 1: Class-level Implementation Design
• Implementation design covers all components in the decomposition
• Class diagram(s) documenting the system implementation matches the
actual implementation
• Design satisfies design principles
• Correct dependencies between components
• Diagrams are syntactically correct
• Class design is complete (includes classes, attributes, associations,
public operations)
• Design is implementable and will achieve use case narratives
10%
Task 2: Quality Assurance and Testing
• Unit tests for all components defined
• Each test has a single objective
• Comprehensive test suite covering all normal situations, exception
situations, and boundary situations
• All tests run without errors
10%
Task 3: Source Code Implementation
• Source code is complete to achieve the use cases
• Source code matches the design created in Task 1
• Intention-revealing and consistent naming
• Appropriate comments where comments are warranted
• Uses only approved packages and libraries
15%
Task 4: Reflection
• Discussion of changes made to the design as the implementation
progressed (if any)
• Discussion of the design principles and patterns that are evidenced in
the design and corresponding code (if any)
• Free of grammar/spelling mistakes
• Diagrams easily legible when printed on A4 paper
5%
Total 40%
Submission Instructions
Submit two files:
1. a zip archive containing all source code and test code, and
2. a report in PDF format.
Source code
• Submit all source code (answers to tasks 2&3) as a ZIP archive to learnonline.
• The archive must contain separate source files for the system implementation and
the unit tests. That is, tests should be in a separate file, not in the same file as the
code implementing the system.
• You can split the source code across multiple source files/packages if you like.
• The system must be runnable by executing the “main.py” file.
• All tests must be runnable via pytest.
• The archive must contain all source code and test code to run and test the system.
Please include only source code and documentation files; exclude generated files,
IDE configuration files, etc.
Report
• The report shall contain the design documentation (UML diagrams), related
discussion, and reflection as described in the Assignment tasks 1 & 4.
• Please use following overall structure:
1. Cover page
§ Include your name, student identifier, and email address
2. Class-Level Design
§ Present the UML diagram(s) and related discussion
§ State assumptions you have made and their impact on the design
3. Quality Assurance
§ Briefly summarise your approach to quality assurance during creation
of the design and source code.
§ Briefly describe your approach to test-driven development of the
program
§ Do NOT include pytest and pylint reports in the submission.
4. Reflection
§ Describe any major changes that you may have made during
development (if any) and give reasons
§ Describe the design principles and patterns (if any) you have adopted
in the design and implementation, as evidenced in the diagrams and
source code.
• Submit your report to learnonline in PDF format.
软件开发、广告设计客服
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
软件定制开发网!