Discussion 1-

 Need 250 words Initial Post and three replies of 80 words each. 

Jack Nelson’s Problem

Written and copyrighted by Gary Dessler, PhD.

As a new member of the board of directors for a local bank, Jack Nelson was being introduced to all the employees in the home office. When he was introduced to Ruth Johnson, he was curious about her work and asked her what the machine she was using did. Johnson replied that she really did not know what the machine was called or what it did. She explained that she had only been working there for 2 months. However, she did know precisely how to operate the machine. According to her supervisor, she was an excellent employee.

At one of the branch offices, the supervisor in charge spoke to Nelson confidentially, telling him that “something was wrong,” but she didn’t know what. For one thing, she explained, employee turnover was too high, and no sooner had one employee been put on the job than another one resigned. With customers to see and loans to be made, she continued, she had little time to work with the new employees as they came and went.

All branch supervisors hired their own employees without communication with the home office or other branches. When an opening developed, the supervisor tried to find a suitable employee to replace the worker who had quit.

After touring the 22 branches and finding similar problems in many of them, Nelson wondered what the home office should do or what action he should take. The banking firm generally was regarded as being a well-run institution that had grown from 27 to 191 employees during the past 8 years. The more he thought about the matter, the more puzzled Nelson became. He couldn’t quite put his finger on the problem, and he didn’t know whether to report his findings to the president.

Questions:

1. What do you think is causing some of the problems in the bank’s home office and branches?

2. Do you think setting up an HR unit in the main office would help?

3. What specific functions should an HR unit carry out? What HR functions would then be carried out by supervisors and other line managers? What role should the Internet play in the new HR organization?

DISCUSSION 3: Substance Abuse With Personality Disorder: A Case Study

Substance Abuse With Personality Disorder: A Case Study [WLOs: 4, 5, 6, 7, 8] [CLOs: 1, 2, 3, 4, 5, 6]

In addition, to prepare for this discussion read Chapter 4, Chapter 7, and Chapter 9 in your required textbook (PROVIDED IN ATTACHMENTS) and the articles

 Substance Use Disorders and Borderline Personality: Common Bedfellows (Links to an external site.)  Borderline Personality  (Links to an external site.)

Disorder & Substance Abuse (Links to an external site.)

Lastly, view the video Debunking the Myths & Misunderstandings of Borderline Personality Disorder (Links to an external site.) 

To successfully complete this discussion,

CASE STUDY FOR ASSIGNMENT LINK:

https://div12.org/case_study/gary-bipolar-disorder/ 

  1. Read the case study details and refer to your textbook, and the DSM-5, as needed to support your understanding.

In your initial post,

  • Start by identifying the symptom or diagnosis you searched and the name of the case study you chose.
    • (e.g. Albert [borderline personality disorder with comorbid alcohol use])
  • Next, describe the patient’s symptoms and the available demographic and historical data.
    • If new terminology is introduced, be sure to explain to your peers what this entails.
  • Analyze the differences between the diagnosis of the person identified in your case study and a similar illness/diagnosis.
  • Discuss the available treatments for your case study.
  • Evaluate the health and social risks, as well as costs, of alcohol or substance use disorder.
  • What do you think about how our society handles this problem? Is there more we should be doing or is society too involved in this issue?
  • Finally, develop at least three recommendations for the patient/family for ongoing functioning (social, occupational, and academic, if applicable), associated with your chosen case study.

Post your initial response of 300 words or more by Day 3

c program, encrypts a binary file and then save it.

 

Write a program, myfilehide2, that encrypts a file — ASCII or binary — and saves the encrypted file. myfilehide2 reads from stdin a string that specifies the file to be encrypted followed by an integer. For example,

% myfilehide2
a.out 7

myfilehide2 saves the encrypted content in a new file whose name has “.E2” added as a suffix. After doing so, the app deletes the original file by calling remove(). In the above example, a.out.E2. We restrict input file names to be less than 15 characters and output file names to be less than 18 characters to account for the 3 character suffix. Spaces are not allowed in a file name. The filename and number must be separated by one or more space (‘ ‘) or tab (‘t’) characters. The number must be a single digit — either 0, 1, …, 7 — and end with ‘n’ which is generated on stdin when the ENTER/RETURN key is pressed on our lab machines. All other input of different format are disallowed and should result in a suitable error message on stdout followed by app termination by calling exit(1).

use the library function getchar() to read the input byte-by-byte. When a space character or tab character is encountered, assume the filename has ended and store it as a string in a 1-D char array of size 16. Of course, that is assuming that the filename has not exceeded 15 characters. Instead of the constants 15 and 16, use the C preprocessor directive #define to specify your own macro to reduce the potential for run-time bugs. Read the single digit (0, 1, …, 7) into variable, char numpos, and convert numpos into a decimal number, unsigned int decpos, when interpreted as a decimal number. For example, the ASCII character ‘3’ stored in numpos is convered to the decimal number 3, not the decimal encoding of the ASCII character ‘3’ which is 51.

Do not use any string processing library function to perform the input parsing task. The parsing chore can be implemented with a few lines of code. Delegate the input parsing task to

void inputcheck(void);

which stores a valid filename input a global 1-D char array. Make the variable numpos also global. 

After inputcheck() returns (it may not return if the input is ill-formatted), main() opens the input file to read and creates an output file with suffix “.E2” to write the encrypted bytes. If either of the two operations is unsuccessful, main() prints a suitable error message to stdout and terminates by calling exit(1). Otherwise, like in Problem 2, lab3, myfilehide2 reads the content of the input file byte by byte using fgetc(). Unlike myfilehide, myfilehide2 flips the bit value at the bit position specified by decpos and writes the resultant byte into the output file. For example, if an input byte has bits 00001111 and decpos equals 2, the encrypted byte is 00001011. Note that the rightmost bit at position 0 is considered the least significant bit. As with myfilehide, myfilehide2 has the property that running the app again on the encrypted file with the same digit as second arguments decrypts the file. Perform a similar cleanup as myfilehide so that the encrypted file with suffix “.E2” is deleted. Use Makefile to compile your app. Test and verify that it works correctly.

i need in 2 hours

Need 500 Words Paper On Analyzing And Visualizing Data( This Is Not A Research Paper It Has Be Perspective)

Assignment:

Provide a reflection of at least 500 words (or 2 pages double spaced) of how the knowledge, skills, or theories of this course 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. 

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.

Be sure to not self-plagiarize as this assignment is similar in multiple courses.

Final case analysis Please look at the question and bid

 Summary:

Each student is to select one component from each of the tools (R, Python, and SQL Query) with which they will prepare a 15-page minimum (excluding cover page, citations, and exhibit section) written case analysis. The student will use APA 6.0 or 7.0, but not both, and submit in a single Word document. The report must include a one-page executive summary, a table of contents, and a section for exhibits.  The analysis is to provide an industry scenario in which the components will address one significant organizational issue. The report should suggest how to resolve the issue, based on the operational analytics concepts explored in this class. The student should prepare the report, in a professional manner, to present to Information Technology (IT) Governance with recommendations to address the issue.

The preparation of this report will require considerable time.  It is recommended that students complete as much individual research as possible. Additional information may be secured through journals, peer-reviewed articles, dissertations, etc.

Each student will submit the written case analysis in the assignment area of Moodle, as a Word document, by Thursday of the final week. 

APA component is as follows: Paragraphs are to be double-spaced. The font is to be Times New Roman and font size is to be 12. Minimum of six scholarly references and use of proper APA citations.

Your case analysis should include the following: 

  • Identify the most important facts surrounding the organization issue.
  • Identify the key components of the organization issue.
  • Specify a minimum of three courses of action in an effort to correct the organizational issue.
  • Evaluate each course of action.
  • Recommend the best course of action.
  • Provide analytical data to support your recommendation with exhibits such as charts, graphs, and plots.
  • Executive summary
  • Conclusion

Professional Resource rubric

  

Parents are not always informed of the developmental milestones for their children, leaving many to wonder what the appropriate behavior and aptitude is for children of their child’s age. Early childhood educators can often assist parents by providing a list of resources that provide the additional information and support they need. To be ready to provide this information, educators need to keep current regarding available resources.

Identify five Southern California and/or national professional or educational organizations that address the needs of children ages Birth-Pre-K in educational settings that you could share with other early childhood teachers and staff. Organizations identified should have websites with credible, current, and useful information regarding integrating legal, ethical, and policy issues related to educational, developmental, and medical services for infants and young children and their families into their teaching practice. At least two of these organizations should focus on the needs of individuals with exceptionalities.

Include and Describe the following for each resource identified:

  • Organization Information: Include      name, website address, headquarters location, and date established.
  • Services: What services does the      organization provide (i.e., educational, development, medical services)?      Who is the target audience? Explain the legal or historical basis for the      organization’s formation or the offering of these particular services.
  • Mission and Philosophy: What is the      mission and philosophy of the organization? Identify the philosophical      foundation of the organization that motivates them to provide their      services.
  • Hierarchical Structure: What is the      hierarchical structure of the organization?
  • Funding and Status: How is the      organization funded? Is the organization under for- or non-profit status?
  • Training: Provide examples of outside      trainings or conferences the organization holds for early childhood      educators.
  • Rationale: Provide a brief rationale      describing why you would recommend this resource to the teachers and      staff.

While APA format is not required for the body of this assignment, solid academic writing is expected, and in-text citations and references should be presented using APA documentation guidelines, 

Health Policy and Politics

  

1) See Part VII (Chapters 23–25) in our textbook, “The United States in International Context,” and/or additional resources such as those listed below. Specify the single most important lesson from the experience of some other country that YOU would recommend for use in the development or reform of U.S. health policy—and explain WHY.

(2) Describe IN DETAIL how you believe this lesson would apply to the U.S. context—including the benefits you would expect and likely obstacles to its successful implementation (cultural values, political alignments, stakeholder interests, economic factors, etc.).

(3) How would you propose to effectively address the objections and concerns of those whose positions on the matter differ from your own?

Other recommended resources: 

  • Beckfield, Jason, Sigrun Olafsdottir,      and Benjamin Sosnaud. 2013. “Healthcare Systems in Perspective:      Classification, Convergence, Institutions, Inequalities, and Five Missed      Turns.” Annual Review of Sociology 39:127–46.
  • Busse,      Reinhard, Miriam Blümel, Franz Knieps, and Till Bärnighausen. 2017.      “Statutory Health Insurance in Germany: A Health System Shaped by 135      Years of Solidarity, Self-Governance, and Competition.” The Lancet 390(10097):882–97.      doi:10.1016/S0140-6736(17)31280-1.
  • Herzlinger,      Regina E., Barak D. Richman, and Richard J. Boxer. 2017. “Achieving      Universal Coverage Without Turning to a Single Payer: Lessons from 3 Other      Countries.” JAMA 317(14):1409–10.      doi:10.1001/jama.2017.1475.
  • Maioni,      Antonia. 1997. “Parting at the Crossroads: The Development of Health      Insurance in Canada and the United States, 1940–1965.” Comparative      Politics 29(4):411–31.
  • Reid,      T. R. 2010. The Healing of America: A Global Quest for Better,      Cheaper, and Fairer Health Care. New York: Penguin Books.
  • The      Lancet Oncology. 2018. “The NHS: Failing to Deliver on Beveridge’s      Promise?” [editorial]. The Lancet Oncology 19(1):1.      doi:10.1016/S1470-2045(17)30918-X. Retrieved January 7, 2020 (https://www.thelancet.com/journals/lanonc/article/PIIS1470-2045(17)30918-X/fulltext).

Your original discussion post should be at least 450 words; please include a word count at the end of your posting. You MUST use concepts, theories, facts, etc., from your textbook and/or from peer-reviewed journals or reputable internet sources in your discussion (and cite your sources). 

Assignment 02: Caregiving Interviews

HA4120D – Management of Continuum Care Services

Assignment 02: Caregiving Interviews

Directions

This project requires you to interview three different individuals involved in long term care. It is an important activity and time intensive.

A. Begin this assignment with an introductory overview of the different types of caregivers, their roles, and the availability of payment (if any) from third-party sources, such as insurance, for these caregivers’ services.

B. Interview the following three types of people:

• A care recipient.

• A caregiver who is not being paid (family member or friend of the care recipient).

• A professional who provides care to people with long-term illnesses (ranging from physicians to in-home assistants).

Note: Interviewing people who are part of the same dyad is not necessary. If a care recipient/caregiver pair is interviewed, each person should be interviewed alone so that answers are individual.

These interviews can be completed in person, over the phone, email, Instant Messaging, etc. However, it’s best if you can actually speak to the person.

C. Use the following sets of questions for your interviews: Questions for Person Receiving Care, Questions for In-Home Caregiver, Questions for Professional Provider.

D. Conclude the project with a critique answering the following questions, and taking into account all of the segments of the continuum of care studied to-date:

• Is the client receiving the care he/she needs?

• Are the caregivers able to provide the care needed? Why or why not?

• Is another level of care needed? Why or why not?

• What have you learned about the existing system of long-term care?

 Long-Term Care–Vitalsource [email protected]#magicMAN61 

APA formating please read two assignments the documents is to large to down load grammer spelling

First assignment 4-1

Discussion: Open Forum for Criminal Investigation

During Weeks 4–7, you participate in an Open Forum Discussion concerning the criminal investigative analysis you are conducting for your assignments and Final Project. This is your opportunity to discuss aspects of the case and seek clarification about elements of evidence that will support your conclusion of the case and eventual report to the law enforcement agency that requested your services.

When analyzing a case, it is essential that the analyst has access to all investigative material. As you review the case material, determine:

  • Do you have all information relevant to the crime scene?
    • Photos
    • Reports
    • Interviews
    • Forensic Reports
  • Do you have all information relevant to the medical examination?
    • Autopsy Reports
    • Autopsy Photos
    • Forensic Reports
  • Do you have all relevant information for the victim?

In this Open Forum Discussion, you begin to collaborate with your colleagues to determine your initial thoughts about the case.

Review the evidence of the case.

  • What are your initial thoughts on the crime scene?
  • What other things would you like to know about the victim?
  • As you reviewed the documents, are there other areas about which you would like additional information?

CASE STUDY  I have addition file that need to be sent 

Second Assignment 2 

Assignment: Investigating a Crime: Phase I – Organization and Summary of Information

A local law enforcement agency has asked you to review the case evidence files of a crime and provide a report and presentation concerning the offender and the victim. All the evidence has been provided in the Learning Resources. It has been organized using a standard method for your convenience, but you might experiment with your own system of organization. The file titled “Document Index” will assist you locating specific evidence relevant to the case.

For this Assignment, you will conduct Phase I of the process: Organization and Summary of Information.

In a 2- to 3-page report:

Provide the facts of the case concerning the offense, victim, and offender. Also, provide a summary of notes specific to the victim. This should include:

Victim

  • Current relationship status (e.g., single, married, divorced)
  • Employment history
  • Hobbies/routine activities
  • Educational history
  • Family history (e.g., parents, children)
  • Personality issues
  • Mental health issues
  • Criminal history
  • Substance/alcohol use abuse
  • Use of social media

Assignment 2: Intervention Treatment Plan

 

Assignment 2: Intervention Treatment Plan

According to the Council on Social Work Education, Competency 4: Engage In Practice-informed Research and Research-informed Practice:

Social workers understand quantitative and qualitative research methods and their respective roles in advancing a science of social work and in evaluating their practice. Social workers know the principles of logic, scientific inquiry, and culturally informed and ethical approaches to building knowledge. Social workers understand that evidence that informs practice derives from multi-disciplinary sources and multiple ways of knowing. They also understand the processes for translating research findings into effective practice.

Walden’s MSW program expects students in their specialization year to be able to:

  • Critically evaluate evidence based and “best practice” treatment interventions.
  • Compose clinical intervention plans that are grounded research-based knowledge

This assignment is intended to help students demonstrate the behavioral components of this competency in their field education.

To Prepare: Review the agency’s intervention/treatment plan used to engage clients. After reviewing the agency’s intervention/treatment plan, consult the literature and conduct extensive research, with the goal of finding best practices that supports or adds to the agency’s current intervention/treatment plan. The purpose of this assignment is to find research that supports or adds to the agency’s current intervention/treatment approach.

Submit a 1-2 page in which you:
  1. Briefly describe the agency’s intervention/treatment plan
  2. Briefly discuss best practices about interventions identified in the literature
  3. Briefly discuss how the agency can incorporate those best practices into the current intervention/treatment plan
  4. Provide a brief summary of the similarities and differences between the intervention/treatment plan used at the agency and the suggested practices in the literature