Properties of a typical vending machine product

Assignment Help Python Programming
Reference no: EM132117446

Assignment - Vending Machine

Assignment Part 1 Details - Class Design
Product Properties (All)
Product Properties (Key)
Product Class Diagram
Vending Machine Class Diagram

Assignment Part 2 - Activity Flowchart

Assignment Part 3 - Software Implementation

Assignment Part 4 - Code Explanation and Use

Assessment

1a Identification of properties of a typical vending machine Product.
1b Application of abstraction to identify key properties of a typical vending machineProduct as well as creation of a suitable Class Diagram.
1c Identification of the key properties of a VendingMachine as well as creation of a suitable Class Diagram which uses those properties, plus the five method signatures provided.

2 Creation of an activity flowchart which clearly indicates how the program should operate, using the correct symbols for elements such as start/end points, processes and decisions/branches

3 Programming of the product vending machine simulation so that it:
i) Creates a small number of Product instances that may be purchased,
ii) Accepts ‘virtual money' to pay for products (you must pay enough to cover the cost of the items you will be buying)
iii) Accepts selection of a Product to identify it (including refusal to identify products which do not exist),
iv) Adds a selected Product to the VendingMachine list of products purchased,
v) Allows the purchase of multiple products,
vi) Prints a final receipt of the products purchased, along with the total cost, total paid and any change given.

4a Analysis and documentation via code comments of the two functions provided.

4b Incorporation of the two functions provided into your main submission so that the program does not crash when an illegal money value is provided, and also virtually ‘bags up' the products purchased. + 1 for actually using the functions.

Attachment:- Assignment Template.rar

Verified Expert

The solution file is prepared in ms word and created a text based program which simulates a vending machine using python programming language. This project consist of four main component are design classes and draw class diagram for super market self-service checkout, create activity chart which is used to describe the behavior of system, implement program which allow the user to interactive with system and check out number of products and finally print the receipt and last component is to explain coding part of product purchased into virtual shopping bags. The program screen shots are attached and references are included as per APA format.

Reference no: EM132117446

Questions Cloud

Does anyone think cox is a transformational leader : Does anyone think Cox is a transformational leader? Why or why not?
Develop to become a broad differentiator : In what ways does this provide it with a competitive advantage over either cost leaders? Over differentiators?
What organizational characteristics do you think : A handful of companies on the Fortune 500 list are more than 100 years old, which is rare. What organizational characteristics do you think might
Discuss the challenges facing inner city urban hospitals : Please discuss at least four challenges facing inner city urban hospitals today (external research from respectable sources is required to answer this question)
Properties of a typical vending machine product : ITECH1400 - Foundations of Programming - Vending Machine - Identification of properties of a typical vending machine Product
Describe three different types of meetings : List and describe three different types of meetings. The description should include the structure and typical arrangements for each meeting type
Estimate the net income on completion of project : EPM5750 PROJECT INVESTMENT ANALYSIS ASSIGNMENT, VICTORIA UNIVERSITY, AUSTRALIA. Estimate the net income on completion of project, 1st July 2021
Company business environment : Identify at least six stakeholders which exist in your company's business environment, classify each as being either primary or secondary
Advantages and risks of these models and tools : There are many different tools and models one could use in decision making. What could be the advantages and risks of these models and tools?

Reviews

urv2117446

10/30/2018 4:12:18 AM

Obviously replace <YOUR-NAME> and <YOUR-STUDENT-ID) with your own personal details! You may supply your word processed documentation in either Microsoft Word or LibreOffice/OpenOffice formats only – no proprietary Mac specific formats, please. Assignments will be marked on the basis of fulfilment of the requirements and the quality of the work. In addition to the marking criteria, marks may be deducted for failure to comply with the assignment requirements, including (but not limited to): ? Incomplete implementation(s), and ? Incomplete submissions (e.g. missing files), and ? Poor spelling and grammar. Very good work and professionalism can be seen from your way of working, however, I urge the experts to read through the solution, thoroughly! There are 4-5 grammatical mistakes found and after telling you revised, that was good. Thanks, I am satisfied with ExpertsMind.

urv2117446

10/30/2018 4:10:10 AM

Assignment Part 1 Details – Class Design 1) A default constructor that takes no arguments and initialises a new object and its properties, 2) accept_money(), 3) select_product() 4) buy_product(some_product) 5) print_receipt(). Assignment Part 2 Details – Activity Flowchart Assignment Part 3 Details – Software Implementation Part 4 – Code Explanation and Use Submission and Marking Process You must supply your program source code files and your document containing the first two section of the assignment as a single compressed archive called: ITECH1400_Assignment_1_<YOUR-NAME>_<YOUR-STUDENT-ID>.zip

len2117446

9/20/2018 12:27:18 AM

4a Analysis and documentation via code comments of the two functions provided. (8 * 0.5) + (16 * 0.5) = 11 marks 4b Incorporation of the two functions provided into your main submission so that the program does not crash when an illegal money value is provided, and also virtually ‘bags up’ the products purchased. + 1 for actually using the functions 3

len2117446

9/20/2018 12:27:09 AM

2 Creation of an activity flowchart which clearly indicates how the program should operate, using the correct symbols for elements such as start/end points, processes and decisions/branches 10 marks 3 Programming of the product vending machine simulation so that it: i) Creates a small number of Product instances that may be purchased, ii) Accepts ‘virtual money’ to pay for products (you must pay enough to cover the cost of the items you will be buying) iii) Accepts selection of a Product to identify it (including refusal to identify products which do not exist), iv) Adds a selected Product to the VendingMachine list of products purchased, v) Allows the purchase of multiple products, vi) Prints a final receipt of the products purchased, along with the total cost, total paid and any change given. 5 + 5 + 5 + 5 + 5 + 5 = 30 marks. i) ii) iiI) iv) v) vi) Total:

len2117446

9/20/2018 12:27:03 AM

Part Assessment Criteria Weight Mark 1a Identification of properties of a typical vending machineProduct. 10 * 0.5 = 5 marks 1b Application of abstraction to identify key properties of a typical vending machineProduct as well as creation of a suitable Class Diagram. 4 marks 1c Identification of the key properties of a VendingMachine as well as creation of a suitable Class Diagram which uses those properties, plus the five method signatures provided. 4 marks

Write a Review

Python Programming Questions & Answers

  Write a python program to implement the diff command

Without using the system() function to call any bash commands, write a python program that will implement a simple version of the diff command.

  Write a program for checking a circle

Write a program for checking a circle program must either print "is a circle: YES" or "is a circle: NO", appropriately.

  Prepare a python program

Prepare a Python program which evaluates how many stuck numbers there are in a range of integers. The range will be input as two command-line arguments.

  Python atm program to enter account number

Write a simple Python ATM program. Ask user to enter their account number, and print their initail balance. (Just make one up). Ask them if they wish to make deposit or withdrawal.

  Python function to calculate two roots

Write a Python function main() to calculate two roots. You must input a,b and c from keyboard, and then print two roots. Suppose the discriminant D= b2-4ac is positive.

  Design program that asks user to enter amount in python

IN Python Design a program that asks the user to enter the amount that he or she has budget in a month. A loop should then prompt the user to enter his or her expenses for the month.

  Write python program which imports three dictionaries

Write a Python program called hours.py which imports three dictionaries, and uses the data in them to calculate how many hours each person has spent in the lab.

  Write python program to create factors of numbers

Write down a python program which takes two numbers and creates the factors of both numbers and displays the greatest common factor.

  Email spam filter

Analyze the emails and predict whether the mail is a spam or not a spam - Create a training file and copy the text of several mails and spams in to it And create a test set identical to the training set but with different examples.

  Improve the readability and structural design of the code

Improve the readability and structural design of the code by improving the function names, variables, and loops, as well as whitespace. Move functions close to related functions or blocks of code related to your organised code.

  Create a simple and responsive gui

Please use primarily PHP or Python to solve the exercise and create a simple and responsive GUI, using HTML, CSS and JavaScript.Do not use a database.

  The program is to print the time

The program is to print the time in seconds that the iterative version takes, the time in seconds that the recursive version takes, and the difference between the times.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd