Use the order calculator below and get started! Contact our live support team for any assistance or inquiry.
[order_calculator]How does Guy De Maupassant view society based on evidence from the short stories “The Necklace”, “A Ball of Fat”, and “A Piece Of String”
Use the order calculator below and get started! Contact our live support team for any assistance or inquiry.
[order_calculator]Law
1. What are two developmental and operational trends affecting policing? Building on the trends you identified, discuss recommendations you would make to improve the overall development and operations of the policing field?
2. Please select one of the following law-enforcement groups: 1) local and state, 2) local and federal, or 3) state and federal.
Compare the organizational police functions of your selected option (from above). In your comparison, discuss the distinctions that can be made about the roles and responsibilities for each of the law-enforcement level in your selected option. At times, communication (and protocol) can cause friction between the two law-enforcement groups you selected. Discuss a solution geared at improving the level of cooperation between each of the selected groups. Explain how your solution would decrease friction between the two selected groups.
Use the order calculator below and get started! Contact our live support team for any assistance or inquiry.
[order_calculator]Transcendtalsim
Emerson Primmary source Nature
Use the order calculator below and get started! Contact our live support team for any assistance or inquiry.
[order_calculator]PRG/420 New Version 10 All Weeks DQ’s & Individual Assignments(Original Work to achieve best grades)
PRG/420 Version 10 All Weeks DQ’s ( ORIGINAL )
Week 1:
Q1.
Java™ is a portable language, and being an object-oriented programming language, it also encourages component reusability. How does Java™ achieve these two important features? How are these features desirable in modern software engineering?Q2.
You are a bank manager and you are helping a new bank teller understand the kind of accounts the bank offers. If a customer comes in asking to open a new savings account, the teller needs to ask what kind of account—passbook savings or certificate of deposit—the customer would like to open. Remind the customer that all accounts with our bank are insured by the FDIC. You should explain that all accounts earn some interest; a savings account’s interest is compounded monthly. You should assign a unique account number after accepting the customer’s initial deposit. If the customer chooses to receive statements electronically, the system will send an e-mail with a monthly statement; if the customer chooses not to, then a paper statement will be sent by mail quarterly.If savings account is a class, give an example of each of the following as it relates to that savings account. Explain your reasoning behind your example.
Superclass Subclass Attribute Method Instance (object) EncapsulationWeek 2:
Q1.
What are the three types of errors that you can encounter in a Java™ program? Describe them, and explain how you would minimize the errors. What are some examples of errors that you have seen before?Q2.
A class is a blueprint for an object. A class may have a default constructor, a constructor with arguments, accessor methods, mutator methods, public fields, and private fields. Choose a category (such as animal, vehicle, and so on) and describe how you would design a class for it.Week 3:
Q1.
Select and complete one of the following activities:
Convert the following program from forloop to whileloop.
class ArithmeticProgression
{
public static void main (String [] args)
{
int ;
for (int ; i <= 1000; i++)
{
+ i;
System.out.println(Integer.toString(sum));
}
}
}
Compare the efficiency between a forloop and a whileloopin the same program. Your program should be able to tell if a forloop is faster than a while-loop at the end of the program. Include the result of your run with the information on which one isfaster.
Q2.
There are 3 kinds of loops—for loop, while loop, and do while loop. Under which circumstances would each kind of loop be more appropriate? Explain your answers using specific examples.Week 4:
Q1.
What is the difference between arrays and ArrayList? What are the advantages and disadvantages of an ArrayList, and when should you use an ArrayList over a simple array?Q2.
What is the difference between string and StringBuilder? What are the advantages and disadvantages of a StringBuilder, and when should you use a StringBuilder over a simple String?Week 5:
Q1.
In your opinion, what are the three biggest challenges in planning and designing a solution for a programming problem? What can you do to overcome these challenges? How would you apply these techniques to the programs in this class?Q2.
Using an example from your work or daily life, describe an “is-a” relationship. Why is an “is-a” relationship important when designing an inheritance between classes?
PRG/420 Version 10 All Weeks Individual Assignment (Original Work)Week 1:
Create a program in Java™ that displays “Hello world!” Take a screen shot that shows the program’s successful compilation and execution. Then submit your program along with the screen shot.
Week 2:
Write a Java™ application using NetBeans™ Integrated Development Environment (IDE) that calculates the total annual compensation of a salesperson. Consider the following factors:
A salesperson will earn a fixed salary of $50,000 A salesperson will also receive a commission as a sales incentive. Commission is a percentage of the salesperson’s annual sales. The current commission is 5 % of total sales. The total annual compensation is the fixed salary plus the commission earned.The Java™ application should meet these technical requirements:
The application should have at least one class, in addition to the application’s controlling class (a controlling class is where the main function resides). There should be proper documentation in the source code.The application should ask the user to enter annual sales, and it should display the total annual compensation.
Week 3:
Modify the Week Two Java™ application using Java™ NetBeans™ IDE to meet these additional and changed business requirements:
The company has recently changed its total annual compensation policy to improve sales. A salesperson will continue to earn a fixed salary of $50,000. The current sales target for every salesperson is $120,000. The sales incentive will only start when 80% of the sales target is met. The current commission is 5% of total sales. If a salesperson exceeds the sales target, the commission will increase based on an acceleration factor. The acceleration factor is 1.5. The application should ask the user to enter annual sales, and it should display the total annual compensation. The application should also display a table of potential total annual compensation that the salesperson could have earned, in $5000 increments above the salesperson’s annual sales, until it reaches 50% above the salesperson’s annual sales.Sample Table: Assuming a total annual sales of $100,000, the table would look like this:
Total Sales
Total Compensation
100,000
<<Program calculated value>>
105,000
<<Program calculated value>>
110,000
<<Program calculated value>>
115,000
<<Program calculated value>>
120,000
<<Program calculated value>>
125,000
<<Program calculated value>>
130,000
<<Program calculated value>>
135,000
<<Program calculated value>>
140,000
<<Program calculated value>>
145,000
<<Program calculated value>>
150,000
<<Program calculated value>>
The Java™ application should also meet these technical requirements:
The application should have at least one class, in addition to the application’s controlling class. The source code must demonstrate the use of conditional and looping structures.There should be proper documentation in the source code.
Week 4:
Modify the Week Three Java™ application using Java™ NetBeans™ IDE to meet these additional and changed business requirements:
The application will now compare the total annual compensation of at least two salespersons. It will calculate the additional amount of sales that each salesperson must achieve to match or exceed the higher of the two earners. The application should ask for the name of each salesperson being compared.The Java™ application should also meet these technical requirements:
The application should have at least one class, in addition to the application’s controlling class. The source code must demonstrate the use of Array or ArrayList. There should be proper documentation in the source code.
Use the order calculator below and get started! Contact our live support team for any assistance or inquiry.
[order_calculator]Week 1 DQ
In management, how important is it to learn to use mathematics to solve problems? How valuable is an MBA degree without the ability to identify and calculate the cost of a company’s capital, its return on investment, gross margin percentage, break-even point, or what percent of a population would be willing to buy its product?
Use the order calculator below and get started! Contact our live support team for any assistance or inquiry.
[order_calculator]Team Reflection Improvment Plan
The purpose of this assignment is how the team as a whole can be improved for the week 5 assignment. This should be a very short (1-2 pages) Word document in which you answer the following questions as a team (submit one document for the entire team):
What things did your team do that were good?
What steps will you take to make this team even better?
Use the order calculator below and get started! Contact our live support team for any assistance or inquiry.
[order_calculator]Entire Course (The U.S. Health Care System) NEW SYLLABUS
Cost, Quality, and Access. Sultz and Young (2011) note that there is currently a strong movement within the U.S. health care system to address “the seemingly unresolvable need to correct problems of access and cost without compromising the quality of care” (pg. 1). After viewing the required video Reinventing Healthcare-A Fred Friendly Seminar, discuss how one of the cases presented during the seminar is an example of the tension between cost, access, and quality. Highlight what you consider to be the biggest problem inherent in the system.
Stakeholders. Sultz and Young (2011) describe the various stakeholders in the U.S. health care system. Choose one of these stakeholders and describe their role, concerns, interests, as well as the strengths and weaknesses of their influence in the system. In what ways has this group contributed to rendering the current health care system as too complex and unmanageable? Discuss what you think this group could do to improve the current health care system.
Hospital System Quality Improvement. Imagine that you have recently been appointed as the head of a large hospital system. You’ve been hired into this role by the Board of Trustees for your vast knowledge on how to improve the quality of services. Over the last few years, the hospital system has had a number of issues arise related to the quality of care it provides, including numerous medical malpractice cases, low patient satisfaction ratings, and a warning from the national organization that accredits the hospital, to improve the quality or risk losing its accreditation.
Based on this week’s reading:
What are some of the issues that you would want to explore to help improve the quality?
What information/data would you ask for to help analyze the problem?
What are some of the areas that you would want to focus on to help improve the quality of the hospital?
Suggest at least one solution to improving poor quality of care in a hospital system.
Choosing a Health Care Provider. Numerous resources now exist that allow individuals to make an informed choice of who will provide their medical care. Unfortunately, the average health care consumer is unaware of where to find information about hospitals, medical providers, and insurance coverage. Imagine that you are assisting someone in your community (a real or fictitious person of your choice) in finding a medical provider. In your post, provide a brief description of this person and address the following questions:
What factors would you need to keep in mind while conducting this search?
How would you evaluate who the best medical provider for this person is?
Consider the type of care necessary, cost, the level and type of insurance coverage available, and any other related issues. What would make someone a good or bad medical provider for this person?
Review this week’s reading “Your Guide to Choosing Quality Health Care,” for ideas. Based on this information, conduct a search for medical providers in your area. What did your search reveal?
The Patient Protection and Affordable Care Act of 2010. With the passing of the P.P.A.C.A., the government has taken a step towards reshaping the health care system. For this assignment, you will use the library to research some of the key characteristics of the act and take a position on what you think some of the biggest pros and cons of the act are. You should review some of the major historical developments that resulted in the passage of the law, and explain the major influences that shaped its creation. In addition, you will need to find a popular lay media report (like a website or newspaper/magazine article) that supports your position. Compare and contrast the information reported in the article with other official information available from academic research and/or governmental sources. Finally, you should analyze how the law will affect the U.S. health care system in terms of cost, quality, access, and the provision of services.
You must use the Ashford library to conduct the research necessary to complete this assignment. Prior to beginning this assignment, you are strongly encouraged to complete the Research Tutorial, specifically units 2-3 and 5-8, which is available through the Ashford University Library.
In a three to four page double-spaced paper (excluding title and reference page), respond to the following questions:
1. Purpose of the law: What is the purpose of the P.P.A.C.A.?
2. History of the law: What issues in the U.S. health care system were the laws intended to address? How did those issues develop historically?
3. Description of law: What are some of the key features of the P.P.A.C.A.? How will the law reshape the U.S. health care system?
4. Compare and contrast media reports of the law: What do the popular lay media say about the P.P.A.C.A.? How do popular lay media reports compare to official (governmental or academic research) information available about the P.P.A.C.A.?
5. Personal reaction: What is your opinion about the P.P.A.C.A. overall? How did you develop that opinion?
6. Expected effect of the law: Which features of the P.P.A.C.A. do you think will have the biggest effect (positive or negative) on our health care system?
Diversity in the Health Care Workforce. Review the “Executive Summary” article. The report provides six sets of recommendations for increasing the number of under-represented minorities working in the health care field. Choose one of the recommendations that you believe could have the biggest impact if implemented. In your own words, provide a brief description of the recommendation, including the rationale for it. Explain why you believe this recommendation is important. Then, conduct a search to identify an example of how this recommendation has been implemented. Provide a description of the example, including an overview of any research that has been done to show its effectiveness. Discuss the effect of the implementation of this recommendation.
Supply and Demand of Health Care Professionals. Mounting research suggests that the demand for health care professionals is growing while supply is starting to decrease. However, the rates of supply and demand vary greatly depending on region of the country. Based on the reading for the week and your independent research:
What is the state of the supply and demand for health care professionals in your area?
Describe the concerns, interests, and influences of the health care work force in your area. Specifically, consider how working conditions, access to advanced technologies, and/or the health care consumer population might affect a health care professional’s desire to work in the area.
In addition, conduct a search for future jobs in your intended field. What did your search reveal? How available are jobs in your area? How attractive are the available jobs to potential applicants?
Health Care Systems around the World. Health care systems around the world provide different levels and types of care, and are paid for in dramatically different ways. Choose a country other than the U.S. and research its health care system. Compare and contrast the U.S. system to the one you chose, and provide an overview of the health care system and how it is paid for. Make sure your post addresses the following:
How do the people in the country access health care?
How do the citizens of the country pay for the health care?
What is the quality of the health care they receive?
Describe some of the pros and cons of the system.
Provide at least two examples of how this country’s system compares to the health care system in the United States.
Use at least two academic or government resources other than your textbook as references.
Medicare Debate. The Medicare system is currently undergoing a dramatic shift, as the number of people participating is increasing, which in turn has enormous consequences for how it is funded. Some argue that Medicare spending is out of control and will result in a collapse of the system if nothing changes, while others claim the system is doing well and is meeting the needs of the millions of Americans who have no other health care. For this discussion, you will participate in a debate with your classmates about Medicare.
Students whose last names start with the letters A-M will be on the “Maintain Medicare As-Is” side. Students whose last names start with N-Z will be on the “Reform Medicare” side.
To start, you will need to craft your initial argument in support of the side you have been assigned based on your last name (either maintain or reform). This post must be a minimum of 300 words. Describe how the organization and delivery of Medicare and the social, financial, legal, ethical, and regulatory forces impact your side of the debate. Remember, your post must analyze how these factors work together to support your assigned view on Medicare reform. Even if you do not personally agree with the side that has been assigned to you, you must still present a convincing argument that upholds that side in your initial post and your responses.
Then, you will respond to at least two of your classmates’ posts who were assigned the opposite side of the debate. Each of your responses should analyze how the differing stances on funding Medicare affect the cost, quality, access, and provision of services. Your responses to your classmates should present a counter-argument, where as a supporter of your assigned side, you give reasons for why you disagree with them based on pertinent information. You are strongly encouraged to review this week’s recommended reading and to research on your own to identify other sources to support your argument.
Your initial post must include:
1. A succinct thesis statement that demonstrates your stance on the topic.
2. A clear explanation for your rationale and examples to support your view.
3. A minimum of two scholarly, peer-reviewed sources. One of these sources may be from the course Required and/or Recommended Resources, and at least one must be obtained through the Ashford University Library.
Each response to a classmate must be unique and should include:
1. A succinct statement of your thesis regarding why you disagree with their stance on the issue.
2. A clear response that explains your rationale for your opposing stance and examples to support your view.
3. A minimum of two scholarly, peer-reviewed sources. One of these sources may be from the course Required and/or Recommended Resources, and at least one must be obtained through the Ashford University Library.
Health and Medical Technologies. Health and medical technologies available to both health care providers and administrators continue to advance rapidly. Choose a recent medical technology and provide a description of it. Discuss some of the pros and cons of this technology and assess how it drives consumer demand, health system changes, and health care delivery. Consider how this technology could be used in your current or future career.
The Future of the Health Care System. We have spent the last five weeks reviewing the major developments in the evolution of health care delivery in the United States and analyzing the system in terms of cost, quality, access, and the provision of services. Address the following in your post:
What do you consider to be the most important factor in fixing the numerous issues inherent in the U.S. health care system?
What role would selected major stakeholders play in its implementation?
What types of research studies could be conducted that would support your stance?
How might the proposed emphasis on preventative health care affect the cost of health care in the future? What impact would a focus on preventative health care have on your chosen factor?
Focus of the Final Paper
The U.S. health care system has numerous known issues that affect the overall quality, access, and cost of services available. For your Final Paper, you will create an eight- to ten-page proposal (excluding the title and reference pages) on your solution to one of these issues. In the proposal, you will describe the nature of the issue, trace the history of its development, describe what has and has not been done to address it thus far, provide a set of recommendations on what should be done to address it in the future, and discuss how major stakeholders should be involved to make your proposed changes.
Select one of the following issues in health care for the topic of your Final Paper:
1. The cost of health care
2. The health care workforce
3. The uninsured and under-insured population
4. Medical and health information technology
5. Select your own topic. If you would like to use a topic other than the ones listed above, you must get approval from your instructor by the end of Week Two of the course.
Specifically, you should address the following in your proposal:
1. Executive Summary: Provide a brief overview of content of your proposal.
2. Statement of the problem: Define and analyze the major problems related to this issue.
3. History of the problem: Review the major developments in the evolution of this problem in the U.S. How did this issue develop historically? How did we get to where we are now?
4. International context: Compare and contrast this problem in the U.S. to that of other countries. How does this issue in the U.S. compare to other countries? Is the issue more common here or in other countries and why?
5. Stakeholders: Describe the role of major stakeholders in the problem. How have federal and state governments and the health care industry worked to address this issue so far? What have been the successes and failures of their attempts?
6. Policy: Have the P.P.A.C.A. and other federal policies addressed this issue? What has been the impact of their action or non-action?
7. Recommendations: What should the government, the health care industry, and health care consumers do to address this issue in the future? Which stakeholders need to be involved to implement these recommendations and how? Provide a justification for why you believe each recommendation will address one or more of the problems related to this issue.
8. Conclusion: Construct a brief conclusion that highlights the key points from your proposal and describes the expected outcomes if your recommendations were to be implemented.
Use the order calculator below and get started! Contact our live support team for any assistance or inquiry.
[order_calculator]Week 5 DQ 2 The Future of the U.S. Health Care System
The Future of the Health Care System. We have spent the last five weeks reviewing the major developments in the evolution of health care delivery in the United States and analyzing the system in terms of cost, quality, access, and the provision of services. Address the following in your post:
What do you consider to be the most important factor in fixing the numerous issues inherent in the U.S. health care system?
What role would selected major stakeholders play in its implementation?
What types of research studies could be conducted that would support your stance?
How might the proposed emphasis on preventative health care affect the cost of health care in the future? What impact would a focus on preventative health care have on your chosen factor?
Use the order calculator below and get started! Contact our live support team for any assistance or inquiry.
[order_calculator]Week 5 DQ 1 Health and Medical Technologies
Health and Medical Technologies. Health and medical technologies available to both health care providers and administrators continue to advance rapidly. Choose a recent medical technology and provide a description of it. Discuss some of the pros and cons of this technology and assess how it drives consumer demand, health system changes, and health care delivery. Consider how this technology could be used in your current or future career.
Use the order calculator below and get started! Contact our live support team for any assistance or inquiry.
[order_calculator]
