Behaviour of the recycling machine system

Assignment Help Other Subject
Reference no: EM132206072

Assignment - Recycling Machine

Assignment Overview

You are tasked with creating a text-based program for simulating a Recycling Machine using the Python 3 programming language.

The assignment is broken up into four main components:

1.) Design and model two classes:RecyclableItemand RecyclingMachine,

2.) Create an activity chart which describes the behaviour of the Recycling Machine system,

3.) Create acomputer program that allows a user to enter items that are able to be recycled into a machine. During the process the machine prompts the user for the type of item to be recycled and how many they have to enter. The machine keeps track of the number of each of the different itemsand keeps track of the total amount to pay the user until they indicate that they are finished. When they stop adding items, print out a receipt and given them the amount of money owing. The receipt should contain the following:
a. A listshowing how many of each item has deposited and the cost of each item.
b. The total amount provided for each item
c. The total money received.

4.) Finally, explain and integrate some code into your Recycling Machine program that keeps track of how many items of each type are in the machine, and, if the machine is full, makes deposits of that item type unavailable. You machine should have at least 4 different products, and allow up to 50 of each product.

Your submission should consist of one document containing the first two parts of the assignment, and three Python scripts that implement the computer program (recyclingmachine.py, recyclableItem.py and main.py).

The main.py script runs the main logic of the program and will use instances of the RecyclingMachineand RecyclableItemclasses to simulate depositing into a Recycling Machine.

You are provided with a Microsoft Word template to help you complete the first two parts of this assignment.

Towards the end of this document you will also be provided with the output of a simulated run of the completed computer program which may help you with this assignment.

Assignment Part 1 Details - Class Design

Think of a product that you can recycle that you might want to be able to deposit into aRecycling Machine, like maybe an empty soft drink can.

Start by listing all the properties of that object that you can think of - try to come up with at least tengeneral properties of aRecyclableItemand write these down in your Assignment_Part_1_<YOUR_STUDENT_ID>Microsoft Word document, provided for download in the assessment section of your Moodle shell.

Next, use the process of abstraction to cut the number of properties back to only ‘key' properties - write these down in the next section of your Word document. Take a look at the week 2 lecture slides if you need a reminder on how to go about this.

Now, fill in the class diagram for your Item class in the Word document template provided. Your RecyclableItemclass does not have to have any methods (i.e. functions) associated with it to perform any actions other than a constructor which takes and set the key properties that you've identified.

Next we'll move on to RecyclingMachine class - think about what information the Recycling Machine has to keep track of to allow you to successfully deposit an item to be recycled. There will only really be three key properties that the RecyclingMachine cares about, and the RecyclingMachineclass should have the following five methods available:
1) A default constructor that takes no arguments and initialises a new object and its properties,
2) accept_product(),
3) select_product()
4) payout(anAmount)
5) print_receipt().
Fill in the class diagram for the RecyclingMachine class in the Word template, and that's the first part completed!

Assignment Part 2 Details - Activity Flowchart

Using either the online website draw.io (preferred), or the applications Visio or Powerpoint - create an activity diagram of how the program should operate to successfully enter their money, buy one or more products, provide change and print a receipt for the user.
Make sure to use the correct symbols in your diagram for starting, processes, decisions/branches, and ending the process.
Although you may be familiar with how a Recycling Machine works, if not then you can always look onlineRecycling Machine.
Don't worry about taking payment to debit or credit cards, our RecyclingMachine will only provide cash.
Once you have completed your activity chart, add it to your assignment template document.

Assignment Part 3 Details - Software Implementation

You are free to implement the software however you see fit, however the functionality of the software should be able to match the following output. Note that in the below run of the program I have ‘hard-coded' a small number of RecyclableIteminstances so that products which exist can be purchased - in your code you should do the same.

Your program does not have to have the facility to add new recyclable items - just define a few and use them as demonstrated below. If the final option of STOP is chosen, the program should print the receipt and ask the user if they want to start again or quit.

Part 4 - Code Explanation and Use
You are provided with the following two functions which you should

1. Analyse to determine what they do & provide documentation comments for, and

2. Incorporate into your final program solution.

Wherever there is a # followed by some underscores in the code below, you should write a short comment explaining what the below section of code is doing, and if there is space why it is doing it. Do part 1 of the above in the provided assignment 1 template document, rather than here!

Attachment:- Assignment_Recycling_Machine.zip

Verified Expert

The assignment is a python program to stimulate working of a recycling machine. The program demonstrate the concept of object oriented programming and uses loop and conditional structure and list to store the data. The assignment solution consist of activity diagram for the logic of the problem and UML diagrams for classes showing various properties and methods used in the classes.

Reference no: EM132206072

Questions Cloud

Write a matlab function which uses the gaussian elimination : Write a Matlab function "x = my_ GE(a, b)" which uses the Gaussian Elimination method described in decks to solve Ax = b.
Take a matrix as an input and returns a vector : Write a MATLAB function that takes a matrix as an input and returns a vector that contains the number of rows and columns in the matrix.
Implement the computer program : Create a computer program that allows a user to enter items that are able to be recycled into a machine. During the process the machine prompts the user
What would you to detect and remove the threat : Your system has been compromised. What would you to detect and remove the threat. This is a zero day attack, so there is no "commercial" solution.
Behaviour of the recycling machine system : Create an activity diagram of how the program should operate to successfully enter their money, buy one or more products, provide change and print a receipt
Compute the volume of three different spheres : Write a MATLAB function that computes the volume of 3 different spheres, sphere 1, sphere 2, and sphere 3, and writes them to a txt file Svol.txt.
Compute the solution to the system of equations : The requirement of b as a column vector seems a bit excessive as both row and column vectors are just 1D arrays as far as Matlab is concerned.
Access the data type is called autonumber : In access the data type is called "AutoNumber" in SQLServer it is called an identity field, Oracle is it called a "sequence". What do they do?
Write a matlab program in which you can enter : Write a Matlab program in which you can enter the studentID's of students and then the marks obtained by eac student out of 100.

Reviews

Write a Review

Other Subject Questions & Answers

  Define organizational behavior

Define organizational behavior, discuss its purpose, as well as what it includes within an organization.

  How children are able to fully grasp the concept

It broke down how children from two and above are able to fully grasp the concept of what they were engaging in as far as the use of a table.

  Where would you see children experiencing this understanding

Mathematize the world around the children.We offer children the lens from which they can see the math living in their lives every day.

  Write a literature paper on post partum depression

How to write a literature paper on post partum depression? What could I write about

  Explain the influence one component has on others describe

in an essay of 1000-1250 words discuss the models procedures effectiveness and limitations of the cognitive behavioral

  Determining the reaction at different point of cylinder

A 200 N cylinder supported by a rod AB and rests against the uniform bar CD which weights 100N. Determine the reaction at A, B, C, D and at the point of contact between the cylinder and bar CD at E.

  Discuss how is the epithelium vascularized

How is the epithelium vascularized. How do nutrients and oxygen reach epithelium. Why is this feature an important evolutionary acquisition

  Create a report for a practice committee at a health care

The purpose of this assignment is to have a clear understanding of the elements of a theory and to apply a theory to practice. The CLC group must use a grand theory or a high-level mid-range theory.The group will create a report for a practice co..

  Which of the following is false about the power of courts

Which of the following is false about the power of courts?

  Analyze the role that the singapore tourism board has played

Analyze the role that the Singapore Tourism Board (STB) has played to support the success of Singapore as a tourism destination. Your report should include a description of.

  What psychological interventions did you learn

What psychological interventions did you learn about in this course that you were unaware of previously? Now that you are aware of these psychological.

  Describe the history of social psychology

If you are planning a career as something other than a social psychologist, you will address the following:Describe your future career aspirations. Describe the educational requirements of your future career. Describe the history of social psychology

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