Sunday, February 23, 2020

Global Marketing, Foreign Markets and Strategies for Successful Entry Assignment - 1

Global Marketing, Foreign Markets and Strategies for Successful Entry - Assignment Example When analyzed through GE Matrix, both Egypt and Russia presented markets that would be highly attractive given the medium strength of Bats Bank as a business unit. While Egypt is the holder of the proud legacy of a bygone glorious civilization, the present condition of the country is not that glorious and its main importance in world commerce and industry is in its guardianship of Suez Canal. But the positive aspect of the Egyptian economy is its stable agriculture and a large concentration of population along both sides of the Nile River that practically bisects the country. However, the high levels of public debt leave very little opportunity for Egyptian Government to invest large amounts in industry. Hence, the scope of other financiers entering the market is rather rosy. And, this is true irrespective of the current political turmoil that the nation is going through. Russia has finally been able to come out of the trauma of disintegration of the Soviet Union and its loss of global superpower status. The free market mechanism has gradually taken a firm grip on Russian economy right from the advent of Perestroika a decade and a half ago and the political and economic stability of the country presents a very attractive opportunity for doing business there. Also, there is a dearth of finance in the market and financial services companies could do very well to bridge this gap. Any company entering Russian markets must take extreme care not to violate the statutory requirements of doing business in that country as any violation of local laws usually leads to the exemplary penalty. Globalization has become the norm of today’s industry and commerce. Business entities are finding it imperative that in order to survive and prosper in this age of cutthroat competition; they must cross national boundaries and mark their presence in foreign markets (Kay 1995). Foreign markets, through a treasure trove of opportunities, also present many issues and problems that need to be solved in a novel manner as business environments in these foreign shores need not be identical to those prevailing in the mother country.

Thursday, February 6, 2020

Psychology Essay Example | Topics and Well Written Essays - 500 words - 20

Psychology - Essay Example English bolstered my comprehension regarding the European Business Model – for the sake of knowing how the business strategies would shape up within the future. Within my BBA course, I gained a much needed exposure in the subjects of administration, communication, management and marketing. As for my personality, I have proactively remained a very ambitious and highly motivated individual. I adapt to different things easily and my command over four different languages makes me unique in my own righteous way. I love spending time playing golf and tennis. I seek to know more and more about cultural understandings and issues. In the same vein, traveling has remained as one of my most revered pastimes. I want to learn psychology due to the fact that it asks for interaction with people on a constant basis. I plan to complete my Masters in Psychology and thus I believe the foundation course would help me to firm up my basics within the subject. As for the future, I look forward to getting a respectable job within the International Relations departments of some esteemed governmental organization. I would request the management at the helm of affairs to support my candidature at Regents College so that I could enliven my dream of learning the science of

Wednesday, January 29, 2020

Provide support to maintain and develop skills for everyday life Essay Example for Free

Provide support to maintain and develop skills for everyday life Essay Skills for everyday life allow people to do the things that meet their daily needs. These are also known as activities of daily living that have a direct affect on any individual’s health and well-being. It is often thought that care workers look after people by doing things for them. Another approach is to do things with people. Today care workers should work in partnership with individuals and groups of individuals. Partnership is about working together as equals in order to : -Support the individual to make as many decisions about their care as possible -Support the individual to do as much for themselves as possible. Activities of daily living – skills that directly affect an individual’s everyday health and well- being Partnership – working together as equals. Working in partnership can maintain and develop individual skills . Care workers can still involve the individual even when doing things for them. They consider individual needs when maintaining skills for everyday life. Doing things for individuals: Providing too much care can make people’s problems worse: Individuals can lose skills they once used Individuals do not learn new skills -Individuals do not regain skills they have lost. Read more:  Outline Agreed Ways of Working That Relate to Managing Pain and Discomfort At different stages of life individuals might have different health problems that affect their skills for everyday life.Being aware of the activities of daily living helps care workers understand the problems that individuals might have. Problems with everyday living skills: -Physical health ( Feeling unwell such as with a fever leads to tiredness and inability to carry on with the usual activities of daily living. -Learning disabilities (An individual with learning disabilities might take longer to learn new everyday skills) -Mental health (An individual with mental health problems might neglect themselves so they do not eat and drink) People may not be strong enough to dress themselves or prepare their own meals. -Physical disability (Some physical disabilities prevent individuals  going shopping unsupported) -Social isolation (An individual who is lonely is less likely to communicate with others) Care workers can develop their understanding of an individual’s condition and how best to work in partnership to maintain, regain and develop their skills.If a condition prevents an individual from using skills of everyday life, the result can have a significant impact on the person’s quality of life. The effect of conditions on everyday skills: -Pain -Inconvenience -Isolation -Humiliation -Distress -Discomfort

Monday, January 20, 2020

Half of a Yellow Sun Essay -- Analysis, Chimamanda Ngozi Adiche

To go to war is to engage in a fight with another Nation. Many view war as being an appropriate action that can only solve problems. Others believe that war is a violent action that leads to nothing but casualties. In the article, â€Å"Regarding the Torture of Others† Susan Sontag writes about the torture soldiers are inflicting on prisoners. Some torture was done so brutally that the some of the soldiers deem that acts as correct and in the process seem to try to dehumanize the victims. The bush administration considered torture as being mistreatment not evil. The Blog â€Å"Military Blog† by Zachary Scott-Singley deals with the day by day life and thoughts of a solider at war. Zachary Scott-Singley is a soldier struggling with the wrong of his actions. At one point, he believes that the killing of Iraqis is okay, but he then believes it is not. He was torn between he believes is right and not. The story â€Å"Half of a Yellow Sun† by Chimamanda Ngozi Adiche is a story about a young girl and her families struggles during the Nigerian civil war of the 1960’s. Her family has pride like much of the people of Biafra. That all changed when her younger brother Obi died, and the family realizes at that point the war was lost. While Sontag still maintained that war was not bad, she still believed that it was the torture of others that made war such a brutal action. On the other hand, Zachery from military blog was lost trying to find out if War was correct or not. The characters from â€Å"Half of a Yellow Sun† share a belief that war is necessary to defend their nations honor and pride but as the war progresses and it began to affect them they begin to see that the war was not as productive as they hoped it would be. Looking at pictures of war is like l... ...at can come from war. War is seen as a last resource because of all the physical and mental damage it causes. In the story â€Å"Half of a Yellow Sun† war was seen as a way to gain the respect of a nation, but as the story progressed the family became affected, and the war that was supposed to benefit did nothing but badly affect them. In the blog Military Blog the main character saw war as a way of defending is nations pride along with protecting his family, but his continuing struggles with his actions kept him from being comfortable with his actions. In the article "Regarding the torture of others", Sontag saw the war as being a process that was not wrong but that was turned upside down because of the immoral actions of the soldiers. All the characters in each text showed how war changes not just the picture of war but the emotions and reasons that change afterward.

Sunday, January 12, 2020

Cis170 Essay

using System. Collections. Generic; using System. Linq; using System. Text; namespace Lab5A { class Program { static void Main(string[] args) { string[] playerName = new string[100]; int[] playerScore = new int[100]; int c = 0; c=InputData(ref playerName, ref playerScore); double avg= CalculateAverageScore(ref playerScore,c); Console. WriteLine(â€Å"Name Score†); DisplayPlayerData(ref playerName, ref playerScore, c); Console. WriteLine(); Console. WriteLine(â€Å"Average Score: † + avg + † â€Å"); Console. WriteLine(â€Å"Player’s Who Scored Below Average†); Console. WriteLine(â€Å"Name Score†); DisplayBelowAverage(avg, ref playerName, ref playerScore,c); } static int InputData(ref string[] player, ref int[] score) { int addName = 0,counter=0; do { Console. Write(â€Å"Enter Player’s Name (Q to quit): â€Å"); player[counter] = Console. ReadLine(); if (player[counter] == â€Å"q† || player[counter] == â€Å"Q†) { addName = 1; } else { Console. Write(â€Å"Enter score for {0}: â€Å", player[counter]); score[counter] = Convert. ToInt32(Console. ReadLine()); counter++; } } while (addName ! = 1); eturn counter; } static void DisplayPlayerData(ref string[] playerName, ref int[] playerScore,int counter) { for (int i = 0; i < counter; i++) { Console. WriteLine(â€Å"{0} {1}†, playerName[i], playerScore[i]); } } static double CalculateAverageScore(ref int[] playerScore,int counter) { int total = 0, avg = 0; for (int i = 0; i < counter; ++i) { total += Convert. ToInt32(playerScore[i]); } if (playerScore. Len gth > 0) avg = total / counter; return avg; } static void DisplayBelowAverage(double avg, ref string[] playerName, ref int[] playerScore,int counter) { or (int i = 0; i < counter; i++) { if (playerScore[i] < avg) { Console. WriteLine(â€Å"{0} {1}†, playerName[i], playerScore[i]); } } Console. ReadLine(); } } } Part B: using System; using System. Collections. Generic; using System. Linq; using System. Text; using System. Collections; namespace Week_5_iLab_Part_B { class Program { static void Main(string[] args) { string response = â€Å"y†; ArrayList LastNameAL = new ArrayList(); //Console. Write(â€Å"Enter a last name: â€Å"); //LastNameAL. Add(Console. ReadLine()); //Console. Write(â€Å"Keep Going? (Y/N) â€Å"); //response = Console. ReadLine(); while (response == â€Å"y†) { Console. Write(â€Å"Enter a last name: â€Å"); LastNameAL. Add(Console. ReadLine()); Console. Write(â€Å"Keep Going? (y/n) â€Å"); response = Console. ReadLine(); } Console. WriteLine(LastNameAL. Count + † last names entered. â€Å"); Console. WriteLine(â€Å"Last names in ascending order. â€Å"); LastNameAL. Sort(); foreach (string s in LastNameAL) { Console. WriteLine(s); } Console. WriteLine(â€Å"Last names in descending order. â€Å"); LastNameAL. Reverse(); foreach (string s in LastNameAL) { Console. WriteLine(s); } Console. ReadLine(); } } }

Saturday, January 4, 2020

Medical Records Refer To Data And Information That Pertains

Medical records refer to data and information that pertains the medical history of patients. Medical records are an important component of health care as it ensures that monitoring of patient health is made easier. It is important to document medical records to be able to manage health and diagnosis of diseases adequately. According to the Joint Commission, there should be a standard of measure of recording medical records to facilitate easy retrieval by medical assistants. There are several approaches to maintaining medical records in a hospital. The standard methods include paperwork and electronic. All these methods are still usable, but special care should be made when an organization is shifting from paperwork to electronic records.†¦show more content†¦In spite of the fact that these materials may have characterized a legal record in paper terms (e.g., requiring a medicine sheet as opposed to an electronic prescription organization record), their definitions must turn into the reason for the association s legitimate health record definition (Blumenthal Tavenner, 2010). Make a decision on records generated in the course of diagnosis The second step is to decide if the records are made by the supplier or facilities ordinary course of business. Source-framework or unprocessed information are the information from which translations, rundowns, and notes are determined. They might be assigned some portion of the legitimate health record, regardless of whether they are incorporated into a solitary framework or kept up as a significant aspect of the source framework (McGinn et al., 2010). Records from source frameworks might be considered some portion of the lawful health record in view of the substance of the origin system s history. Generally, reports or discoveries whereupon clinical primary leadership is based are parts of the health record. For instance, the composed consequence of a test, for example, aShow MoreRelatedEssay On Clinical Data746 Words   |  3 Pagestypes of clinical data Clinical data types regroup generally several cathegories. According to Edward Shortliffe and James Cimino, they have a broad range including narrative, textual data to numerical measurement, genetic information, recorded signals, drawings and even photographs or other images. A more organised and inclusive presentation of clinical data types done at the Whealth Sciences Library University of Washington reduces them to six categories: Electronic health records: This type of clinicalRead MoreA Basic Overall Assessment Of Pasco County Health910 Words   |  4 Pagescounties in Florida Pasco places 45th. The higher the score the worse the county is. (County Health, 2013) There are two categories that the rankings were broken into were health outcomes and health factors. Health outcome refers to mortality and morbidity. Health factors pertain to health risks including factors like alcohol use, access to care and education. With Health factors Pasco ranked 28th. The rankings vary by a large margin and lead to the conclusion that the county has relatively healthyRead MoreBusiness Benefits Of Cloud Computing Essay1229 Words   |  5 Pageshealth sectors are: - Cost Savings on IT investment and overhead expense. Moving to cloud computing may reduce electronic health record (EHR) capital expenditure on hardware, software, services, networking, personnel, and licensing fees as this service is pay per user (Kuo, 2011; O’Brien and Marakas, 2011). Rather than purchasing server and software to house the records, using the cloud reduces cost of purchase, maintenance and upgrade, savings on power consumption on running the server 24/7 and savingsRead MoreImproving Communication, Access And Accuracy Of Medical Records1544 Words   |  7 PagesIn the United States, the healthcare system is advancing to an electronic health record (EHR). Documentation of health information on paper is becoming a thing of the past, as the move for electronic charting is encouraged. This transition from paper charting has been recognized as a necessary transition to improve communication, access and accuracy of medical records (Hebda Czar, 2013). Development and implementation of the EHR continues to cultivate within the USA and is moving toward a moreRead MoreSimilarities Between Video 5 And Video 7 Essay1712 Words   |  7 PagesElectronic Health Records (EHR) and its privacy. According to the Centers for Medicare Medicaid Services, â€Å"an Electronic Health Record is an electronic version of a patient s medical history, that is maintained by the provider over time, and may include all of the key administrative clinical data relevant to that person s care under a particular provider, including demographics, progress notes, problems, medications, vital signs, past medical history, immunizations, laboratory data and radiologyRead MoreCase Study : The Malpractice Case1195 Words   |  5 Pageswhen creating procedure for their health records because they need to ensure that their records are meeting specific standards. Accident or unexpected outcomes in healthcare happen and the care organization needs to understand how the litigation process works and how evidence is used. In order to fully understand the malpractice case involving General Hospital and the patient, we must first discuss what evidence is, how it is accessed, and how a health record fits into the realm of evidence. AccordingRead More Evaluating a Health Promotion Website872 Words   |  4 Pagesdetermine the most effective and accurate handover. Therefore, Analizing the level of data retained or lost from employing different handover methods is crucial. Here the above paper with be critiqued using the step-by-step guide to critiquing research. Part 1: quantitative research (Coughlan, Cronin and Ryan, 2007). In defining quantitative research the term can be dichotomized. Firstly, research refers to creative, systematic work with the intention to increase the knowledge of man and therebyRead MoreAcute Consumption Of Cannabis And Driving Performance1429 Words   |  6 Pagesfunding and hiring researchers as well as granting permission for the research†(Wilkins, 2011). The institution preforming and supporting this research is called BMJ. BMJ is a pair reviewed medical research journal aimed at providing first class information concerning issues. In addition, the BMJ assists medical organizations and clinicians in tacking today’s most critical healthcare challenges. (Our expertise | BMJ, 2016) As stated in the textbook, â€Å" The purpose of the research concernsRead MoreHealth Insurance Coverage Via The Affordable Care Act Essay1429 Words   |  6 Pageseven the consumers are also worried about the possible closure of hospitals (Goodson, 2010). Managed Care Organizations have been forced to reduce hospital utilization even though there have also been a few facility closures. The real problem as pertains to the reimbursement of managed care organizations is that these managed care has had an effect on slowing the rates of growth concerning the costs of hospitals and specialist physicians. For both the hospitals and practitioners, the sources ofRead MoreThe Social Work Of A Social Worker1585 Words   |  7 Pagesalong with their purposes. The key points of this document are a social workers’ ethical responsibilities to clients, other professional colleagues, and society. Social workers’ principled responsibilities to clients pertain to the courtesy of accurate verbal and written information, appropriate non-physical relationships, proper payment procedures and the applicable cessation of services. In regards to professional contemporaries, a social worker must remain respectful of their coworkers, but in

Friday, December 27, 2019

Social Process Theory Essay - 1049 Words

Social Process Theory Social Process and Crime In the social process theory, three areas are covered. The three are social learning theory, social control theory, and social reaction theory. The definition of the social learning theory is People learn through observing others’ behavior, attitudes, and outcomes of those behaviors. â€Å"Most human behavior is learned observationally through modeling: from observing others, one forms an idea of how new behaviors are performed, and on later occasions this coded information serves as a guide for action.† (Learning Theories Knowledgebase ). Most people learn through watching other. As a child, we learn by mocking what we have observed repeatedly. This is how we learn to walk, talk,†¦show more content†¦If the child feels that, they do not have a chance in school this may lead to them dropping out. In this situation, the child does not have a chance to build a steady relationship with the teacher for support. Another factor that can affect a child and what they learn can be peer groups. If the child is hanging around with a group that has antisocial behavior then they can fall into the trap of being bad because it is cool. The bad crowd can lead any child to deviant behavior and down the wrong path. The more violent the group the more likely the child will be to commit serious crime to impress their friends. One of the subcategories of Social Learning Theory is the Differential Association Theory first developed by Edwin H. Sutherland in 1939 in a text call Principles of criminology. The basic steps to this theory are. (Sutherland, 1939) 1. Criminal behavior is learned. 2. Learning is a by-product of interaction. 3. Learning occurs within intimate groups. 4. Criminal techniques are learned. 5. Perceptions of legal code influence motives and drives. 6. Differential associations may very in frequency, duration, priority, and intensity. 7. The process of learning criminal behavior by association with criminal and anticriminal patterns involves all of the mechanisms involved in any other learning process. 8. Criminal behavior is an expression of generalShow MoreRelatedSocial Penetration Theory Is Defined As The Process Of Bonding1198 Words   |  5 PagesAccording to Irwin Altman and Dalmas Taylor, Social Penetration Theory is defined as the process of bonding that moves a relationship from superficial to more intimate. The theory can be perceived as a game plan for people, especially in a relationship. This can give you guidance on how to interact with individuals in order to establish a stable, and developing relationship through interpersonal communication. For example, when you encounter someone whom you’ve never met before, you may ask someRead MoreThe Social Process Theories1247 Words   |  5 Pagesï » ¿A social norm is a specified code of conduct that is acceptable within a society or group. These norms include both appropriate and inappropriate values, beliefs, attitudes and behaviors that are expected of individuals under given circumstances (Lewis, 1969). They are neither static nor universal as they keep on changing with time and vary with respect to culture, class and groups. There are two different types of social norms, namely behavioral or descriptive norms and attitudinal or injunctiveRead MoreEssay The Social Process Theory1105 Words   |  5 PagesThe Social Process Theory The social process theory suggests that criminals are raised in an environment that forms them to make unlawful decisions. People are influenced by what they are taught and their surroundings such as where they were raised, their guardians, and people they associated with. Individuals actions and thought process is going to be based off of what their first instinct is and their first instinct is going to be what they know best. For example, if a boy is raised in a homeRead MoreCriminology: Social Process Theories652 Words   |  3 PagesCriminology: Social Process Theories One of the most significant news stories that have occurred recently is the David Petraeus affair. The scandal broke all over the major news networks as well as social media and has been at the forefront of the nightly news programs for the last several days. In order to understand the issue, though, one has to look at it from a criminology standpoint. There are concerns that Petraeus may have done something criminal in his actions because of the classifiedRead MorePsychological And Social Process Theory Essay2013 Words   |  9 PagesThere are many theories that attempt to explain the cause of crime. Two theories for the cause of crime are the Psychological and Social Process Theory. According to Schmalleger (2015), psychological theorist believe â€Å"crime is the result of inappropriate behavioral conditioning or a diseased mind† (p. 78). Social Process Theory claims â€Å"crime results from failure of self-direction, from inadequate social roles, or from associating wit h others who are already criminals† (Schmalleger, 2015, p. 103)Read MoreSocial Theory And The Education Process1992 Words   |  8 PagesSocial Theory and the Education process Assignment: outline the main theoretical perspectives on education and evaluate their usefulness when analysing current issues Education plays an important part in everyone’s success in life. It provides children with teaching skills that prepare them mentally, physically and socially for the outside world of society. Education is vital to the needs of the modern industrial society, it teaches children from a young age discipline, respect, morals and valuesRead MoreThe Policy Implications Of Social Process Theories853 Words   |  4 PagesThe policy implications of social process theories include: diversion programs amongst other things. These programs are designed to rehabilitate these delinquents. Also, restitution allows the criminal to give back in a sense to possibly apologize. Many programs are put in place to deter anymore deviant acts or criminal behaviors. Primary deviance can often be pushed away; whereas, secondary deviance cannot. Secondary deviance transforms a person’s identity because it affects more people associatedRead MoreThe Social Penetration Theory the Uncertain Reduction Theory Implications on the Sales Process1334 Words   |  6 PagesUncertainty reduction theory This theory comes to explain the uncertainty among people who communicate with each other and how different types of communication will help to reduce the uncertainty. As a starting point, the developers of this theory (Charles Berger and Richard Calabrese) stated that uncertainty is an unpleasant feeling, which people prefer to avoid as much as they can. Every person has been confronted with the feeling of uncertainty, rather if it was when arriving to new a destinationRead MoreCultural Competency And Social Work Practice1098 Words   |  5 Pagesbeliefs, social groups, and ethic perceptions. Individuals are competent to function on their own and within an organization where multi-cultural situations will be present† (2016). Our communities are composed of various ethnicities which have led to the need to incorporate cultural competency in state legislation, federal statutes and programs, private sector organization and academic settings. The Indicators for the Achievement of the NASW Standards for Cultural Competency in Social Work PracticeRead More Values in Contemporary Social Work Essay examples2508 Words   |  11 Pagesclient and social worker. Social workers operate within society, not only to assist the individual but to create a more cohesive society. Values and ethics permeate the whole of social work practice and the society within which it practices (Shardlow 1989). Values are afforded a high position within social work, this is highlighted in: â€Å"Social work is a professional activity. Implicit in its practice are ethical principles which prescribe the professional responsibility of the social worker† (British