Practical laboratory exercises to automate business process

Assignment Help Python Programming
Reference no: EM131966270 , Length: 1000 Words

Understanding the Digital Revolution - Story Resurrection

Overview

For this individual assignment, you will use skills acquired through practical laboratory exercises to automate a business process, and to visualize the impact of the automation.

You should use Microsoft Excel (or equivalent open-source software) for this assessment task.

Learning Outcomes

The following course learning outcomes are assessed by completing this assessment:

1. Prepare a basic solution to a business problem;
2. Select appropriate IT solutions for business functions;
3. Apply business information software for data visualization and analysis purposes.

1. Write basic programming logic;
2. Interpret and construct representations of business data flow and processes;
3. Outline the basic principles of programming.

Assessment Details

Story Resurrection is a small second-hand book shop, run by a team of three staff members: Abraham, Bernard, and Christina.

For this assignment, you will complete the following set of tasks using Excel, and build an ePortfolio page to describe your work.

Task 0 - Setting up

Create an ePortfolio page for your assignment. You will submit this page to Moodle as per the lab tasks. You may call it whatever you like.

Hours of operation
Most of the time, each team member works separate shifts:

Abraham works 9:00 AM to 12:30 PM, Monday, Tuesday and Wednesday; Bernard works 9:00 AM to 12:30 PM, Thursday, Friday and Saturday; and Christina works 12:30 PM to 5:30 PM, Monday to Friday.

The shop runs from 9:00 AM to 5:30 PM each day, except Saturday when it closes at 12:30. It is closed entirely on Sundays.

Costs
Abraham and Bernard are the semi-retired co-owners of the bookshop, and do not take a salary.

Christina, however, is a part-time employee, with total employment costs of $22 per hour. Christina is also entitled to four weeks of paid annual leave, during which a casual replacement is required at a cost of $33 per hour.

Fixed costs such as rent and insurance are $2900 per year, and utilities costs are $140 per month.

Task 1 - Costs of operating the business

Using Excel, create a spreadsheet called operating_costs.xlsx that calculates the projected annual outgoing costs of running Story Resurrection.

Your spreadsheet should be configured such that the working hours, hourly rates, and fixed and utility costs can be varied easily.

Document your findings in your ePortfolio page (approximately 100 words).

Obtaining Books
Throughout the day, customers come to Story Resurrection to buy books, and occasionally to sell them.

When people bring in books to sell to Story Resurrection, the staff member on duty will review the books and make an offer for each one individually.

Currently, the process for determining how much the book shop will pay for a book is entirely subjective. Staff members offer an amount per book based on the quality of the book, and how popular they think it is, and how they are feeling at the time.

The sale amount is always simply double the amount paid and is set at the same time - if Story Resurrection pays $3.00 for a book, they will put it on sale with a marked price of $6.00.

(Story Resurrection does not deal in rare or antique books)

For several months, staff have been keeping track of the date and time, quality, publication year and amount paid for each book in a spreadsheet. This spreadsheet is available for download on Moodle.

Task 2 - Sales team offers

Using Excel, process the history of purchases spreadsheet and use appropriate charts to visualize: How the prices paid differed for each staff member; and

How the prices paid have changed over time

Describe your findings in your ePortfolio (approximately 250 words), and attach the Excel file to your page.
Process automation
Abraham and Bernard want to improve the consistency of how they pay for and price books.

They'd like to standardize on three standard price offers, and have designed the following process to determine how to allocate them, including the option of rejecting the book altogether.

The staff have already agreed on how to determine whether a book is terrible, poor, or good.

1514_figure.jpg

Task 3 - Automation
Using Excel, create a spreadsheet page that automates the above process, allowing a member of the team to enter whether the book is hardcover, its publication year, and its condition, and receive a price to offer.

Ensure that you include enough text and formatting to make your spreadsheet usable by a member of the Story Resurrection team, or by a University lecturer.

Your spreadsheet should be configured such that the Low, Medium and High prices can be varied easily. Describe how you automated the process (approx 150 words), and attach your Excel file to your ePortfolio.

Task 4 - Price setting
Using Excel and the historical data you have available, determine sets of prices which meet the objectives of the following scenarios:

Scenario one: Total offer prices are approximately the same as for the historical data

Scenario two: Assuming all books purchased are sold, allow all staff to draw the same wage as Christina.

Describe the strategy you used to find appropriate prices for each scenario (approximately 150 words). Ensure that the Low price is less than the Medium price, and both are less than the High price.

Bonus challenge task (optional!)

Disclaimer: This task is 100% optional, and you can receive full marks without attempting or completing it. It is intended to be a challenge if you are interested in such things, and the marks available do not reflect the significant research and effort required to implement it correctly. Tutors will not provide significant assistance for this challenge task.

Optional task 5

Reimplement Task 1 and Task 3 using either Python or HTML+JavaScript.

Write a brief overview of how to run your solution, and attach a zip file containing your code to your ePortfolio page.

There are no partial marks awarded for this bonus task - you must complete all features to attain the bonus marks.

It is possible to attain full marks for this assignment without completing this challenge task.


Attachment:- test.rar

Reference no: EM131966270

Questions Cloud

Broad cost-containment approaches used in united states : What are some of the main differences between broad cost-containment approaches used in the United States and those used in other countries (example)?
Decline with the rest of us employment : Using theory discussed in this course, explain WHY the health care industry did not decline with the rest of U.S. employment.
Explain the given phenomenon by providing illustrations : You should select one phenomenon that you can explain in detail. Your goal is to explain this phenomenon by providing illustrations in your body paragraphs.
Create a brief overview of the company requirements : Create a brief overview of the company requirements for a total rewards system. Determine the key communication components of the total rewards system.
Practical laboratory exercises to automate business process : ITECH1100 Understanding the Digital Revolution - Story Resurrection - you will use skills acquired through practical laboratory exercises
How the abridged pricing theory functions : How the abridged pricing theory functions give an example of using the capital asset pricing model and an example of using the abridged pricing theory.
The yield on 1-year bonds 1 year from now is : You know that 2-year Treasury notes yield 3.6% per year and 1-year treasuries yield 4.3% per year.
Discuss concepts of planning and human resource management : Organize the concepts of planning and human resource management essential to the study of public administration as it relates to political choice.
What amount will the insurance company pay for the damages : One evening he lost control of his vehicle, hitting a parked car and damaging a storefront along the street.

Reviews

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