Great Deal! Get Instant $10 FREE in Account on First Order + 10% Cashback on Every Order Order Now

This assignment is worth 20% of your total assessment for this subject. All work is to be completed individually. There are two sections A and B. Section A is a case study where you need to write a...

1 answer below »
This assignment is worth 20% of your total assessment for this subject. All work is to be completed individually. There are two sections A and B. Section A is a case study where you need to write a report. Section B is a question answer sections where you need to write answers for the question provided. If parts or all of the work is not your own work, you will receive ZERO.
Submit your answers to Canvas in PDF format, using the following STRICT filename convention. StudentNumber_FirstName_LastName_Assessment1.pdf
Example: 1234_John_Doe_Assessment1.pdf
Due Date
Week 6
Late Penalty
1. For the first ten working days after the due date "5%" is deducted for every day late. However, the grade does not go lower than 50% (Pass), unless where the raw grade is.
2. After 10 days: The grade is converted to Fail

Task 1
a. Design a program for a movie rating guide, which can be installed in a kiosk in theaters. Each theater patron enters a value from 0 to 4 indicating the number of stars that the patron awards to the guide’s featured movie of the week. If a user enters a star value that does not fall in the co
ect range, re-prompt the user continuously until a co
ect value is entered. The program executes continuously until the theater manager enters a negative number to quit. At the end of the program, display the average star rating for the movie.
. Modify the movie-rating program so that a user gets three tries to enter a valid rating. After three inco
ect entries, the program issues an appropriate message and continues with a new user.
To be awarded full marks you must submit:
Pseudo code design
Flow chart design
Desk check
Task 2
A nursery wants to keep track of all its products, including plants, fountains, garden hardware (wheelba
ow, shovels etc) and also soil and sand which they sell. They buy all stock from the wholesalers. The management wants to know which staff members have been selling what, and from which wholesaler the products were purchased. There are also times when a customer returns a product for a refund, and such information should be available in the system. The nursery also delivers some items to customers, and they would like to integrate the booking process with the purchasing process. The nursery requires to lodge a business activity for each quarter to the Tax authority (ATO). If there is any inconsistencies or disputes ATO seek clarification from the nursery.
Based on the above scenario
a. Identify all the requirements and categorize them into functional and non-functional.
. Draw Context Level and Diagram 0 DFDs.
Note : It is important that you state any assumptions you made to justify your model.
Answered Same Day Dec 04, 2021

Solution

Neha answered on Dec 12 2021
143 Votes
0 level.png
1. a.png
1. b.png
Context Diagram.png
Pseudocode.docx
A)
Pseudocode
Start
1. featured movie of the week
2. Display ”0 star – very bad, 1 star – moderate, 2 star – good, 3 star – very good, 4 star – Excellent “
3. Do {
4. Star= enter number of stars;
5. if (sta
0)
6. {
eak;}
7. } While(sta
4);
8. Display sta
End
        Line
        sta
        condition
        Input/output
        1
        
        
        Movie name
        2
        
        
        Start description
        3
        
        Start loop
        
        4
        3
        
        
        5
        
        3 is greater than 0
        
        6
        
        
        
        7
        
        3 less than 4
        
        8
        
        
        3
        Line
        sta
        condition
        Input/output
        1
        
        
        Movie name
        2
        
        
        Start description
        3
        
        Start loop
        
        4
        -2
        
        
        5
        
        
        
        6
        
        
        exit
        7
        
        
        
        8
        
        
        
1.B)
Pseudocode
Start
1. featured movie of the week
2. 0 star – very bad, 1 star – moderate, 2 star – good, 3 star – very good, 4 star – Excellent
3. i = 0
4. Do{
5. Star= enter number of stars;
6....
SOLUTION.PDF

Answer To This Question Is Available To Download

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here