ESSMENT 2 BRIEF-Python代写
时间:2023-03-20
MIS501_Assessment_2_Brief_Business Case Study Module 4.2
ASSESSMENT 2 BRIEF
Subject Code and Title MIS501 Principles of Programming
Assessment Business Case Study
Individual/Group Group
Length • 1500 words (+/- 10%) or equivalent including source code
and comments,
• 1 Flow Chart
Learning Outcomes The Subject Learning Outcomes demonstrated by successful
completion of the task below include:
a) Synthesis the tenets of procedural programming into
the object- oriented paradigm.
b) Design and implement solutions using unified
modelling language (UML) diagrams and coding to
meet business needs.
c) Apply an integrated development environment (IDE)
to create, compile, test and run programs to address
contemporary organizational needs
Submission Due by 11:55pm AEST/AEDT Sunday end of Module 4.2.
Weighting 35%
Total Marks 100 marks
Assessment Task
In this assessment, you are required to undertake three tasks. For each task, it is required that you implement a
Python program to solve a business problem presented in the business case.
Please refer to the Instructions for details on how to complete this task.
Context
Module 1.1 to Module 4.2 covered many expressive programming syntax and powerful Python language
features. Collectively, they can be used to create sophisticated programs to solve real business problems. In each
Module, we focused almost exclusively on particular language features or syntax taught in that Module. In this
assessment, you have the opportunity to put them all together.
In contrast with the practical exercises in each Module, you are presented with close-to-real-life business problems,
and you are asked to develop programs to solve these problems. Sometimes, understanding the business
problems and the associated business rules is challenging in their own. The business logics sometimes need to be
determined/inferred/interpreted from the business case and business rules, which then need to be implemented
using a programming language. These are the challenges you will inevitably have to address in real life. Therefore,
the business case and the business rules in this assessment have been deliberated designed to be convoluted and
less straightforward. Understanding the case and the business problem is an integral part of the assessment.
In this assessment, you will demonstrate the following skills and knowledge:
- Grasp business requirements, rules, and logics, and be able to translate them into programming code.
- Implement programs in Python to solve business problems.
- Design a program and illustrate the logic through flowcharts.
MIS501_Assessment_2_Brief_Business Case Study Module 4.2
Instructions
1. Form groups of 2 – 3 students. Please read attached MIS501_Assessment 2 & 3_Group Formation,
Registration and Administration Guidelines document.
2. Please read the attached MIS501_Assessment 2_Business Case Study and complete the assessment tasks.
3. All implementations must be in Python 3 (that is NOT Python 2). Programs implemented in a different
language will be marked 0. Programs implemented in Python 2 will be capped at 50% of the available
marks.
4. You may only use the language features and syntax taught in Module 1.1 through to Module 4.2. You MUST
not use any other language features beyond what was taught by Module 4.2. Penalties apply.
5. You may implement the programs in any IDE of your choice.
6. The program should be provided with adequate and meaning comments.
7. Your program should be robust. Check for input validity.
Hint: What would you do if user chose option 3 without entering any user information first?
8. Please follow Python Style Guide: https://www.python.org/dev/peps/pep-0008/
9. You are strongly advised to read the rubric which is an evaluation guide with criteria for grading
the assignment. This will give them a clear picture of what a successful final solution looks like.
10. Peer evaluation
a. Group participation will constitute the final 10% of the mark for Assessment 3. Participation will be
determined as follows:
b. Each student in the team will evaluate the other members’ contributions using a participation score
matrix (see Group Participation Score Matrix attached)
c. Individually, each team member will assign a “Group participation score” (from 1-5) for each
member of the group using the score matrix.
d. Each student is to assess peers’ contributions according to the Peer Evaluation Grading Scheme.
e. The participation score matrix submitted by each individual student via the Assessment 3 link at the
same time after the Group submission.
f. The Facilitator will use the average “group participation score” for each member to determine the
weighted ‘Teamwork’ criterion row in the final marking rubric for this assessment.
g. All peer evaluation submissions are confidential not viewed by the other team members.
Submission Instructions
Graded submission- Group submission
Submit this task via the Assessment 2 link in the main navigation menu in MIS501 Principles of
Programming. You should submit one or multiple Python file(s) (ending .py). The Learning Facilitator will
provide feedback via the Grade Centre in the LMS portal. Feedback can be viewed in My Grades.
Submit the following 2 files for this assessment in MIS501: Principles of Programming.
1. Task 1 Flow Chart Diagram - task1.docx/jpeg/pdf.
2. Python Program, demonstrating the implication of Task 2A, 2B and 2C - solution.py
DO NOT zip these files into one file, submit individual files. The Learning Facilitator will provide feedback via the
Grade Centre in the LMS portal. Feedback can be viewed in My Grades.
Peer Evaluation – Individual Submission
Each individual student is to submit a completed team participation score matrix document in the
Assessment 2 – Peer Evaluation submission link. Please submit a peer review correctly, as no
submission may result is zero grading for this assessment criteria.
MIS501_Assessment_2_Brief_Business Case Study Module 4.2
Referencing
It is essential that you use appropriate APA style for citing and referencing research. Please see more information on
referencing here https://library.torrens.edu.au/academicskills/apa/tool
Academic Integrity Declaration
I declare that except where I have referenced, the work I am submitting for this assessment task is my own work. I
have read and am aware of Torrens University Australia Academic Integrity Policy and Procedure viewable online at
http://www.torrens.edu.au/policies-and-forms
I am aware that I need to keep a copy of all submitted material and their drafts, and I will do so accordingly.
All students are responsible for ensuring that all work submitted is their own and is appropriately
referenced and academically written according to the Academic Writing Guide. Students also need to
have read and be aware of Torrens University Australia Academic Integrity Policy and Procedure and
subsequent penalties for academic misconduct. These are viewable online.
(http://www.torrens.edu.au/policies-and-forms)
Students also must keep a copy of all submitted material and any assessment drafts.
Special Consideration
To apply for special consideration for a modification to an assessment or exam due to unexpected or
extenuating circumstances, please consult the Assessment Policy for Higher Education Coursework and
ELICOS and, if applicable to your circumstance, submit a completed Application for Assessment Special
Consideration Form to your Learning Facilitator.
MIS501_Assessment_2_Brief_Business Case Study_Module Due 4.2
Assessment Rubric
Assessment
Attributes
Fail
(Yet to achieve minimum
standard)
0-49%
Pass (Functional)
50-64%
Credit (Proficient)
65-74%
Distinction (Advanced)
75-84%
High Distinction
(Exceptional)
85-100%
Task 1
Flow Chart
Percentage for this
criterion = 20%
The flowchart is completely
unrelated to Assignment
tasks.
The flowchart is relevant to
Assignment tasks but does not
use conventional notations or
the flow is not logically sound.
The logic as depicted in the
flowchart may not be consistent
with that in the program.
The flowchart is relevant to
Assignment tasks, largely
follows the conventional
notations or the flow is
largely correct.
The logic as depicted in the
flowchart is largely consistent
with that in the program.
The flowchart is relevant to
Assignment tasks, follows the
conventional notations or the
flow is complete and correct.
The logic as depicted in the
flowchart is consistent with that
in the program
The flowchart is relevant to
Assignment tasks, follows the
conventional notations or the
flow is complete and correct.
The logic as depicted in the
flowchart is consistent with
that in the program.
Task 2 A
Sign up
Percentage for this
criterion = 25%
The program is not
implemented in Python3.
Does not run and contain
syntax errors. Completely
unrelated to the Task 2A
requirements.
No Python script file (.py) is
submitted (e.g., submission of
a .txt or .doc file)
The program demonstrates a
working understanding of
Python programming.
Implemented in Python 3 and
runs. Does not contain any
syntax errors. Generally, satisfies
major functional requirements
in Task 2A.
Contains some logical errors.
Does not conform to Python
programming style guide.
The program demonstrates
proficient skills in Python
programming.
Implemented in Python 3 and
runs. Does not contain any
syntax errors.
Satisfies almost all functional
requirements in Task 2A, but
few minor functional
requirements in Task 2A may
not have been implemented.
In general, the program is
logically sound but may
contain very minor logical
errors.
Conforms to Python
programming style guide.
The program demonstrates
advanced skills in Python
programming. Implemented in
Python 3 and runs.
Does not contain any syntax
errors. All functional
requirements in Task 2A are
implemented.
Logically sound and does not
contain any logical errors.
Strictly conforms to Python
programming style guide.
The program demonstrates
exceptional Python
programming skills.
Expertly designed and is
robust, concise, and efficient.
Demonstrates advanced
skills in Python programming.
Implemented in Python 3 and
runs. Does not contain any
syntax errors. All functional
requirements in Task 2A are
implemented.
Logically sound and does not
contain any logical errors.
Strictly conforms to Python
programming style guide.
MIS501_Assessment_2_Brief_Business Case Study_Module Due 4.2
Task 2B
Sign in
Percentage for this
criterion = 20%
The program is not
implemented in Python 3.
Does not run and contain
syntax errors.
Completely unrelated to the
Task 2B requirements.
No Python script file (.py) is
submitted (e.g., submission
of a .txt or .doc file)
The program demonstrates a
working understanding of Python
programming.
Implemented in Python 3 and
runs. Does not contain any
syntax errors. Generally, satisfies
major functional requirements
in Task 2B.
Contain some logical errors. May
not conform to Python
programming style guide.
The program demonstrates
proficient skills in Python
programming.
Implemented in Python 3 and
runs. Does not contain any
syntax errors.
Satisfies almost all functional
requirements in Task 2B, but
few minor functional
requirements in Task 2B may
not have been implemented.
Logically sound but may
contain very minor logical
errors.
Largely conforms to Python
programming style guide.
The program demonstrates
advanced skills in Python
programming.
Implemented in Python 3 and
runs.
Does not contain any syntax
errors.
All functional requirements in
Task 2B.
Logically sound and does not
contain any logical errors.
Strictly conforms to Python
programming style guide.
The program demonstrates
exceptional Python
programming skills.
Expertly designed and is
robust, concise, and efficient.
Demonstrates advanced
skills in Python programming.
Implemented in Python 3 and
runs. Does not contain any
syntax errors.
All functional requirements in
Task 2B are implemented
Logically sound and does not
contain any logical errors.
Strictly conforms to Python
programming style guide.
MIS501_Assessment_2_Brief_Business Case Study_Module Due 4.2
Task 2C
Reset Password
Percentage for this
criterion = 25%
The program is not
implemented in Python3.
Does not run and contain
syntax errors.
Completely unrelated to the
Task 2C requirements.
No Python script file (.py)
is submitted (e.g.,
submission of a .txt or
.doc file). The program
used the “set” structure.
The program demonstrates a
working understanding of
Python programming.
Implemented in Python 3 and
runs. Does not contain any
syntax errors. Satisfies major
functional requirements in
Task 2C.
Contain some logical errors.
Does not conform to Python
programming style guide
The program demonstrates
proficient skills in Python
programming.
Implemented in Python 3
and runs. Does not contain
any syntax errors. Satisfies
almost all functional
requirements in Task 2C, but
few minor functional
requirements in Task 2C
may not have been
implemented.
Logically sound but may
contain very minor logical
errors.
Conforms to Python
programming style guide.
The program demonstrates
advanced skills in Python
programming.
Implemented in Python 3
and runs.
Does not contain any
syntax errors.
All functional requirements in
Task 2C are implemented.
Logically sound and does
not contain any logical
errors.
Strictly conforms to Python
programming style guide.
The program demonstrates
exceptional Python
programming skills.
Expertly designed and is
robust, concise, and efficient.
Demonstrates advanced
skills in Python
programming. Implemented
in Python 3 and runs. Does
not
contain any syntax errors. All
functional requirements in
Task 2C are implemented.
Logically sound and does not
contain any logical errors
Strictly conforms to Python
programming style guide.
Teamwork
Percentage for this
criterion = 10%
Does not participate
effectively in a team
environment.
Places individual goals
ahead of the group
responsibility.
Hinders the group process
and upsets the schedule.
Participates effectively in
teams. Identifies team and
individual goals, tasks,
responsibilities, and
schedules.
Contributes to group processes.
Supports the team.
Contributes to small group
discussions to reach
agreement on issues.
Works together with others
towards shared goals.
Renegotiates responsibilities
to meet needed change.
Understands group
dynamics and team roles.
Facilitates team
development.
Renegotiates responsibilities,
tasks, and schedules to meet
needed change.
Builds team’s identity and
commitment. Leads teams.
Evaluates teams’ outcomes.
Implements strategies for
enhancing team
effectiveness.
essay、essay代写