Amazon – Describe your business

   This paper is on Amazon

 

II. Introduction and Overview- Describe your business. Include the geographic region. Maps and a video of the business

III. Market Description

A. History of the market (this company if it is not a startup, or the history of the industry). Illustrate

B. Top Competitors- How close substitutes are they? Who are they?- top 2 or 3 is fine. Use logos and their sales figures

C. Revenue Streams- Whom do you charge and how (hourly, by the item, etc.)? You may find you have multiple sets of customers. How many sources of income does this business have? List them. Include graph of Sales for the past 3-5 years as well as photos of the products.

D. Competition Structure- Is your firm in a monopoly, oligopoly, competitive, or monopolistically competitive market? Monopolies are not legal in the USA.

IV. Factors Affecting Demand

A. Consumer’s income- how would a change in your potential customers’ incomes affect Demand for your product?

B. Price of related goods- what are some substitutes and complements to your goods or services and how much do they cost? How would a change in their price affect Demand for your product? Use logos

C. Tastes within the market- what trends or changes should you watch for? Graphs are good. 

D. Expectations within the market- What do consumers think is going to happen, and how does this change their buying habits? Note: this is not what they expect of your product, but what they expect to happen in the future which could effect their buying decision now.

E. Number of buyers- What may increase or decrease the number of potential customers?

F. Elasticity- How strongly (not which direction) will raising or lowering the price affect your business? What are key characteristics about your consumers and business environment that affect their elasticity? Good that are necessities tend to be inelastic. Luxury items are elastic.

IV. Factors Affecting Supply

A. Input prices-. What changes could you expect in the prices you pay for your inputs (wages, materials, rent, etc.) and how would they affect your decisions to supply?

B.Technology- what new technology is coming out that will decrease your company’s costs? Illustrate

C. Expectations- what are your company’s expectations of how the market for your good or service will change? How do these expectations affect your business decisions?

D. Entry/exit- How easy and how long would it take for new competitors to enter your market once they see you are doing well? Or, what might make some of your competitors leave the market which would mean more business for you?

E. Number of Establishments in the U.S.  You can also use the number of stores, offices and employees if appropriate. You should show where the headquarters is located. 

F. What impact has COVID had on your business? Graphs

V. References- You need at least 5. Be sure they are written using APA (aligned to the left on the page and in alphabetical order by the author’s last name). 

Please cite your sources in APA format and use at least 5 resources. There will be a 10-point deduction if less than 5 references are provided.  

A 47-year-old female patient is in for a follow-up visit to monitor

A 47-year-old female patient is in for a follow-up visit to monitor her treatment for type 2 diabetes. You added regular insulin to her treatment regimen last month. She tells you that she has not had any symptoms of hypoglycemia with the new plan and her glucose levels have been between 60 and 80. She tells you that her visit to her cardiologist went well and she was prescribed a new medication, atenolol.

  1. Discuss the problems and/or complications that might result when a patient with diabetes is treated with a beta blocker.
  2. Would there be a difference if the beta blocker was not atenolol?
  3. Is there something about the rest of her treatment plan that needs to be addressed?

Please answer questions. APA format, Half a page.  at least two citations with corresponding references

Touchstone 4 Final Project Intro To Java Programming

Touchstone 4 Final Project Intro To Java Programming

Java Journal Template

Directions: Follow the directions for each part of the journal template. Include in your response all the elements listed under the Requirements section. Prompts in the Inspiration section are not required; however, they may help you to fully think through your response.

Remember to review the Touchstone page for entry requirements, examples, and grading specifics.

 

Name:

Date:

Final Replit Program Join Link:

Complete the following template. Fill out all entries using complete sentences.

 

 

PART 1: Defining Your Problem

 

Task

State the problem you are planning to solve.

 

Requirements

· Describe the problem you are trying to solve.

· Describe any input data you expect to use.

· Describe what the program will do to solve the problem.

· Describe any outputs or results the program will provide.

 

Inspiration

When writing your entry below, ask yourself the following questions:

· Is your problem clearly defined?

· Why do you want to solve this particular problem?

· What source(s) of data do you believe you will need? Will the user need to supply that data, or will you get it from an external file or another source?

· Will you need to interact with the user throughout the program? Will users continually need to enter data in and see something to continue?

· What are your expected results or what will be the end product? What will you need to tell a user of your program when it is complete?

 

<write your journal entry response here>

 

 

 

 

 

PART 2: Working Through Specific Examples

 

Task

Write down clear and specific steps to solve a simple version of your problem you identified in Part 1.

 

Requirements

Complete the three steps below for at least two distinct examples/scenarios.

· State any necessary input data for your simplified problem.

· Write clear and specific steps in English (not Java) detailing what the program will do to solve the problem.

· Describe the specific result of your example/scenario.

 

Inspiration

When writing your entry below, ask yourself the following questions:

· Are there any steps that you don’t fully understand? These are places to spend more time working out the details. Consider adding additional smaller steps in these spots.

· Remember that a computer program is very literal. Are there any steps that are unclear? Try giving the steps of your example/scenario to a friend or family member to read through and ask you questions about parts they don’t understand. Rewrite these parts as clearly as you can.

· Are there interesting edge cases for your program? Try to start one of your examples/scenarios with input that matches this edge case. How does it change how your program might work?

 

 

<write your journal entry response here>

 

 

 

PART 3: Generalizing Into Pseudocode

 

Task

Write out the general sequence your program will use, including all specific examples/scenarios you provided in Part 2.

 

Requirements

· Write pseudocode for the program in English but refer to Java program elements where they are appropriate. The pseudocode should represent the full functionality of the program, not just a simplified version. Pseudocode is broken down enough that the details of the program are no longer in any paragraph form. One statement per line is ideal.

 

Help With Writing Pseudocode

· Here are a few links that can help you write pseudocode with examples. Remember to check out part 3 of the Example Journal Template Submission if you have not already. Note: everyone will write pseudocode differently. There is no right or wrong way to write it, other than to make sure you write it clearly and in as much detail as you can so that it should be easy to convert to code later.

· https://www.geeksforgeeks.org/how-to-write-a-pseudo-code/

· https://www.wikihow.com/Write-Pseudocode

 

Inspiration

When writing your entry below, ask yourself the following questions:

· Do you see common program elements and patterns in your specific examples/scenarios in Part 2, like variables, conditionals, functions, loops, and classes? These should be part of your pseudocode for the general sequence as well.

· Are there places where the steps for your examples/scenarios in Part 2 diverged? These may be places where errors may occur later in the project. Make note of them.

· When you are finished with your pseudocode, does it make sense, even to a person that does not know Java? Aim for the clearest description of the steps, as this will make it easier to convert into program code later.

 

<write your journal entry response here>

 

 

 

 

PART 4: Testing Your Program

 

Task

While writing and testing your program code, describe your tests, record any errors, and state your approach to fixing the errors.

 

Requirements

· For at least one of your test cases, describe how your choices for the test helped you understand whether the program was running correctly or not.

For each error that occurs while writing and testing your code:

· Record the details of the error from Replit. A screenshot or copy-and-paste of the text into the journal entry is acceptable.

· Describe what you attempted in order to fix the error. Clearly identify which approach was the one that worked.

 

Inspiration

When writing your entry below, ask yourself the following questions:

· Have you tested edge cases and special cases for the inputs of your program code? Often these unexpected values can cause errors in the operation of your program.

· Have you tested opportunities for user error? If a user is asked to provide an input, what happens when they give the wrong type of input, like a letter instead of a number, or vice versa?

· Did the outcome look the way you expected? Was it formatted correctly?

· Does your output align with the solution to the problem you coded for?

 

 

<Record your errors and fixes here>

 

 

 

 

PART 5: Commenting Your Program

 

Task

Submit your full program code, including thorough comments describing what each portion of the program should do when working correctly.

 

Requirements

· The purpose of the program and each of its parts should be clear to a reader that does not know the Java programming language.

 

Inspiration

When writing your entry, you are encouraged to consider the following:

· Is each section or sub-section of your code commented to describe what the code is doing?

· Give your code with comments to a friend or family member to review. Add additional comments to spots that confuse them to make it clearer.

 

 

<Paste your full program code here, including comments>

 

 

 

 

PART 6: Your Completed Program

 

Task

Provide the Replit link to your full program code.

 

Requirements

· The program must work correctly with all the comments included in the program.

 

Inspiration

· Check before submitting your Touchstone that your final version of the program is running successfully.

 

 

<Provide the link to your program here>

Week 12 – Understanding the Opioid Epidemic

Week 12 

Reading 1: Rosenthal Chapter 4 (pg. 87-127)

Video 1: Understanding the Opioid Epidemic (55 min) h Links to an external site.

ttps://www.pbs.org/video/understanding-the-opioid-epidemic-oei0dd/ Links to an external site.  

Guiding Questions:

How did pharmaceutical companies develop in the US? What is the role of advertising in the use of pharmaceuticals?

How does drug patent law lead to higher drug prices?

What is the opioid epidemic?

Who is to blame for the opioid epidemic (drug makers, people taking drugs, physicians, pharmacies, drug companies)?

 

 

This is the book here are two textbooks required for this class:

Health Disparities in the United States: Social Class, Race, Ethnicity, and the Social Determinants of Health. By Donald Barr 3rd edition.

An American Sickness: How Healthcare Became Big Business and How You Can Take it Back by Elisabeth Rosenthal