ISBS202_programming_concept_Assessment_3.docx Semester 1/ 2021 ISBS202 Programming Concept Semester 1/ 2021 Assessment 3: Group software design, program and presentation Assessment specification...

1 answer below »
proogramming concepts


ISBS202_programming_concept_Assessment_3.docx Semester 1/ 2021 ISBS202 Programming Concept Semester 1/ 2021 Assessment 3: Group software design, program and presentation Assessment specification Assignment type: Group This is the group assessment. Assessment mark: 30 This assessment weighs 30% of the total course marks. Submission deadline: 16 PM, Friday 16 April 2021 Number of students in the group: At least 3 but not more than 4 1. Students must complete this assessment in group. 2. A group must contain at the minimum 3 students but not more than 4. 3. Individual assessment (i.e. individual without group) will not be accepted and marked. 4. Only one member of the group will submit the assessment. Assessment tasks: 1. This assessment includes 2 activities as below: a. Software program design based on a business case (15 marks) b. Writing a research report of 1000 words (15 marks) Task-1: Business case study for software design: T-Mart is a toys shop based in Darwin in Australia. The company sells variety of children friendly electronic and plastic made toys and dolls. Due to the popularity of their brand the management is now planning to extend its merchandising by opening an online store to serve customers througout Australia. Recently they have hired an IT company to help them setup their online store. As a part of this T-Mart has hired you and your group members to write and test pseudocodes, algorithms that adheres to modular software design approaches. ISBS202_programming_concept_Assessment_3.docx Semester 1/ 2021 What do you need to do to with the business case? 1. You need to write pseudocodes to (5 marks) a. Send an email with gift voucher of $10 to every customer who spend $100 in a single purchase. b. Send an email with gift voucher of $20 and a further discount of 2% on total sales amount to customers who spend $300. c. Send an email with gift voucher of $20 and a further discount of 5% on total sales amount to customers whose purchase value is over $200. d. A daily sales report showing the total sales amount for the day 2. You need to write algorithm to handle all 4 requirements outlined in the pseudocode section (1) above. (5 marks) 3. You need to propose a module software design approach to handle all 4 requirements specified in pseudocode section (1) above. (5 marks) Task 2: Research report (15 marks) Write a research report of 1000 words on the best practices and benefits of adopting modular software design to develop software programs. It is mandatory that you must cite at least 3 peer-reviewed academic journal articles or conference papers to write your report. You must use in-text referencing and cite appropriate styles to write the report. Your report must contain: 1. A cover page that shows the student ID and full names of all group members 2. An executive summary 3. Table of content 4. Introduction 5. Discussion 6. Findings 7. Conclusion
Answered 11 days AfterMar 30, 2021ISBS202

Answer To: ISBS202_programming_concept_Assessment_3.docx Semester 1/ 2021 ISBS202 Programming Concept Semester...

Neha answered on Apr 08 2021
160 Votes
Pseudocodes
a. Start
Check if customer has bill >= $100
Gift voucher = $20
Get email id of custo
mer
Send email to customer
Else no action
Stop
b. Start
Check if customer has bill >= $300
Gift voucher = $20
Discount = 2%
overallPrice = 300 – (2% of 200)
Get email id of customer
Send email to customer
Else no action
Stop
c. Start
Check if customer has bill >= $200
Gift voucher = $20
Discount = 5%
overallPrice = 300 – (5% of 200)
Get email id of customer
Send email to customer
Else no...
SOLUTION.PDF

Answer To This Question Is Available To Download

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here