The Meat Lady Dilemma

 Mrs Parker owns and operates a meat shop that processes and packages parcels of minced meat that is being sold to schools in the US. Her scales are all calibrated to perform measurement in pounds, however when the parcels are packaged, they need to be labelled in ounces. Mrs Parker has established that 1 pound is equivalent to 16 ounces. In each production cycle, 250 packs of meat are processed and the weight in pounds varies for each package. Mrs Parker is also interested in knowing the total costs, the total revenue and the total profit of each production run, given that the costs to produce and package an ounce of meat is US $0.25 and that the selling price of an ounce of meat is US $0.55. Because you are a budding Software Engineer, she has sought your assistance in creating a software solution that can be used within the business establishment. 

Required: A. Specifically identify the type of control structure which is needed to process the meat in each production run and provide a reason for your choice (4 marks) 

B. Your solution needs to represent the meat packages which are to be processed, how would you represent this appropriately in your program and what has guided your choice?  (4 marks) 

C. Construct a C# program that will solve Mrs Parker’s dilemma by making use of the choices made above. 

i. Implementation of the control structure to process the meat (2 marks) 

ii. Implementation of the meat packages to be processed (2 marks) 

iii. Calculation of costs, revenues, and profits (6 marks) 

iv. Appropriate program outputs displayed to the user 

Apply: Signature Assignment: WebStore Implementation and Maintenance Plan

 

Imagine this scenario: Pine Valley Furniture’s board of directors is ready to review how to implement and maintain the new WebStore system. 

Create a 6- to 8-page implementation and maintenance plan for the new WebStore in which you:

  • Recommend an installation strategy for Pine Valley Furniture’s student furniture WebStore.
  • Justify your recommendation by stating the advantages and disadvantages in comparison to 3 other installation strategies.
  • Outline the documentation that you would suggest creating to:
  • Document the system
  • Train and support users
  • Outline the system testing plan.
  • Briefly describe the activities needed for the testing plan elements.
  • Summarize Pine Valley Furniture’s WebStore’s maintenance needs, including:
  • Alternate organizational structures
  • Quality measurement
  • Processes for handling change requests
  • Configuration management

Cite references used to support your assignment.

Format your citations according to APA guidelines.

Submit your assignment.

IT345 7 discussion

 Pick a topic below and post your reply by Wednesday at midnight. Your response should be at least 400 words and appropriately cites your resources

 

Topics:

  • How well can we predict the consequences of a new technology or application?
  • Who should make the decision for a business on what technology the adopt?
  • What does the term “need for reasonable judgement” mean?
  • Do sites like Wikipedia hold any credibility?

Plagiarism – who are you cheating? Discussion board

There are research services available online that can be used by students preparing term papers.

Is the use of these services ethical?

Is the use of programs to detect plagiarism by instructors ethical?

How can the problem of plagiarism and other forms of cheating at schools today be resolved?

Whose responsibility is it to ensure students do not cheat themselves out of a proper education?

discussion

Annotation is a crucial component of a good dataviz. It can turn a boring graphic into an interesting and insightful way to convey information. Dataviz is often separated in two main types: exploratory and explanatory analysis. Annotation is used for the second type.

Our current attention span for looking at things online is, on average, less than five seconds. So if you can’t grab someone’s attention within five seconds, you’ve likely lost your viewer. Adding accurate annotation can greatly help to grab audience attention. Use keywords, shapes, colors and other visuals to help them go straight to the point.

Annotation is a general concept, and hundreds of different ways to annotate a chart exist, depending on the context.

What are effective ways to leverage annotation in data visualizations? Provide 3 examples of how you would effectively use annotation in a data visualization. Describe how you would use them to keep viewers’ attention.

Discussion Length (word count): At least 250 words

References: At least three peer-reviewed, scholarly journal references.

Research Google+ features

 

Google+ is a social networking site that lets users define and manage various groups of people and how they interact with them.  With Google+, users can define various circles, which might include people from work, good friends, and family, as well as casual acquaintances. Using such circle definitions, users can better control the posts they allow others to view.

For this project, research Google+ features.  Compare and contrast the Google+ features with those of at least two other social networks (such as Facebook).  This paper should be written in third-person. The third-person point of view belongs to the person (or people) being talked about. The third-person pronouns include he, him, his, himself, she, her, hers, herself, it, its, itself, they, them, their, theirs, and themselves (Not I, we, us, our).

Physical security- Security Threats

Using proper APA formatting write a 400-word discussion paper describing:

  • Discuss the theory and concepts Approaches to Physical Security
  • Search the Internet for an article for examples  of physical security threats
  • Why is Physical Security so important?

Cc-D-1

 

Write at least 500 words on fractional ownership and it’s relation to cloud computing. Use at least one example from another industry.    

Use at least three sources. Include at least 3 quotes from your sources enclosed in quotation marks and cited in-line by reference to your reference list.  Example: “words you copied” (citation) These quotes should be one full sentence not altered or paraphrased. Cite your sources using APA format. Use the quotes in your paragaphs. Stand alone quotes will not count toward the 3 required quotes.

mad pratical connection

 

Provide a reflection of at least 500 words (or 2 pages double spaced) of how the knowledge, skills, or theories of this course(Enterprise Risk Management (ITS-835-B08))  have been applied, or could be applied, in a practical manner to your current work environment. If you are not currently working, share times when you have or could observe these theories and knowledge could be applied to an employment opportunity in your field of study(Fall 2020 – Enterprise Risk Management (ITS-835-B08) ). 

Requirements:

  • Provide a 500 word (or 2 pages double spaced) minimum reflection.
  • Use of proper APA formatting and citations. If supporting evidence from outside resources is used those must be properly cited.
  • Share a personal connection that identifies specific knowledge and theories from this course.
  • Demonstrate a connection to your current work environment. If you are not employed, demonstrate a connection to your desired work environment. 
  • You should NOT, provide an overview of the assignments assigned in the course. The assignment asks that you reflect how the knowledge and skills obtained through meeting course objectives were applied or could be applied in the workplace. 
  • Any use of outside sources, including your own prior work, will result in a zero on the activity and a report being filed with Academic Affairs regarding plagiarism (even if self-plagiarism).

Write a python function

 1.1 Oliver would like to know how much money he earns on products that cost less than 5 dollars per unit. 

Write a python function that can take as input a table of sales like the one above, and return the total amount he earned on products that cost less than 5 dollars per unit. 

Note : You don’t need to import a spreadsheet or csv at this stage, just write a function that can take as input any table that has the same model as the one above.