Saturday, February 29, 2020

Week8G Essay Example | Topics and Well Written Essays - 1000 words

Week8G - Essay Example Our mission is to provide easy access to cheap (used) books for students all over the world, with regards to the steadily increasing prices on the textbook market (YPB.com, 2012). There should be a vision statement that is the basis of the creation of the given mission statement. There is so much need for clarity on the main purpose of the project. Is it focused at selling the books to its target audience or to offer students a forum for discussion on textbooks and course content, share experience and network all over the continent? Change of a project should also not be initiated because it does not bring forth so much revenue. On the contrary, there should be a development strategy for better marketing and related issues to increase the market scope. It’s not practical to have such a large scope of market for a developing investment. The mission and vision should be smart, where the mission is specific, measurable, and also time bound. Stating that the service will aim to deliver anywhere in the world means there so mush need for an understanding of different course requirements from potentially thousands of academic institutions. This may take a million ears to achieve. The site needs to sell itself in terms of look and feel, so that it is easy to use and keeps interest from site visitors. By using existing customer purchase and search data, the site can offer a more personalised service and allow for people to find additional books which complement current ones. It can also tap into other social networks to help draw in more customers and promote itself at University fresher fairs with a fun image which will help people to remember them when later looking for their course books. Finally, although allowing for some fun and humour, the site needs to be seen as a place which can provide a good quality service and experience whilst maintaining an eye on keen pricing and offers to demonstrate affordability. Such a requirement barely gives

Wednesday, February 12, 2020

Individual observation program Essay Example | Topics and Well Written Essays - 2000 words

Individual observation program - Essay Example My main aim was to stimulate his interest, his ability to experience the world around him, and to motivate him to initiate movements outside his comfort zone. Through the assignment, I developed my knowledge and understanding on the movement displayed by the pupil in relation to his sensory impairments. I also gained a greater insight into the relationship between his physical experience and his cognitive abilities. In the course of my study and observations, I was able to uncover the reason why the pupil lacked the motivation to learn. All in all, I feel I am more able to incorporate the immediate environment as well as the activities which can overcome difficulties for pupils in accessing stimuli more effectively. Pupil Z individual observation programme – week 1 I completed a one-week individual observation programme on Pupil Z. In this programme, I decided to take a close look at Pupil Z’s movements. I wanted to find out about his natural movements and the ways in w hich any intentional actions were made. I wanted to gather information on the range of proper actions which can be made in order to ensure that I was making informed judgments about what I was seeing. I also wanted to use such informed judgments before I could develop a plan and implement a more meaningful movement experience for him. I decided I should use my observations and the standardised assessment format. This led me to explore a range of texts relating to the cognitive versus physical development of children, including studies on how pupils with multiple disabilities often suffer developmental delays. This led me to the use of Lillie Neilsen’s â€Å"Function Skills Assessment,† which is a formalised assessment tool highlighting significant milestones in the physical development of young children (Neilsen, 2000). I initially made some observations of Pupil Z while there were no stimuli or objects around him, first, while he was in a supported sitting position, a nd second, while he was on a supine position on the floor. Then I observed him when he explored different objects around him in these positions. I felt that this experience would enable me to compare his natural movements to his other movements when presented with objects and when given support by an adult. I was unable to observe his movement behaviours in the prone position as he did not tolerate being in this position too long and he communicated his discomfort by becoming increasingly distressed and by crying. Observation of Pupil Z’s movements without stimuli Due to his dystonic athetoid cerebral palsy, Pupil Z displayed abnormal involuntary movements that varied in intensity from mild to severe, and which often placed him in abnormal positions. For instance, his fists would often abruptly clench, his arms / hands would twist, and then his legs would stiffen and straighten. In his chair, his feet would straighten and extend for a few seconds and then relax, causing him t o fall back onto his chair. His facial expressions were often quite tense. These events usually appeared in cycles of action and rest, action and rest. These overactive muscle responses often have a negative impact on his energy level, causing exhaustion and decreased energy soon after. Oftentimes, he would sleep after said incidents. When in a supine position (lying on his back), and on the floor where his limbs are free, he also displayed lots of leg movements (e.g. kicking) with his arms straightening out to his sides or moving about from

Friday, January 31, 2020

Ethics studies Essay Example | Topics and Well Written Essays - 1250 words

Ethics studies - Essay Example These factors could include cultures, him-self or values. The poem written by David brings out an immense debate about the colours of individuals and the marriage between races and the influences that this has on their identities. This paper analyzes the subject of identity and self-hate. More so, it discusses the popular and the cultural traditional beliefs as to why people tend to get involved in interracial relationships. Marriages between races have been affected by attractiveness, acculturation and propinquity. Several researches have come up with the conclusion that propinquity tent to be the strongest predator in determining whether or not people can engage in interracial marriages. Assimilation and acculturation have been shown to be related to several incidents of interracial relationships in a positive way. It is believed that when it is removed from the demands of the intra-ethnic relationships that are opposed by most communities and families, there is the possibility for the exploration of the interracial relationships with different ethnic and racial backgrounds. These are the main factors for most ethnic and racial groups. In this paper, it discusses the relationships or rather the beliefs that exists behind the interracial marriages/relationships betw een the â€Å"Black community† and the â€Å"White† community in the United State since independence (Hearn, 1998). When talking of interracial relationships, there exist two beliefs that are associated that decision. The beliefs are traditional and popular cultural beliefs. There is a belief that when men from a different colour to that of the women will only marry from a different race if they are in need of escaping from their value, culture and/or themselves. This regards to the traditional beliefs. These beliefs explain that men who marry from a different race or a different ethnic community are

Thursday, January 23, 2020

Client/Server Architecture and Attributes :: essays research papers

Client/Server Architecture and Attributes The client/server software architecture is a versatile, message-based and modular infrastructure that is intended to improve usability, flexibility, interoperability, and scalability as compared to centralized, mainframe, time sharing computing. A client is defined as a requester of services and a server is defined as the provider of services. A single machine can be both a client and a server depending on the software configuration. This technology description provides some common client/server architectures and attributes. The original PC networks were based on a file sharing architecture, where the server downloads files from the shared location to the desktop environment. The requested user job is then run (including logic and data) in the desktop environment. File sharing architectures work if shared usage is low, update contention is low, and the volume of data to be transferred is low. In the 1990s, PC LAN (local area network) computing changed because the capacity of the file sharing was strained as the number of online user grew (it can only satisfy about 12 users simultaneously) and graphical user interfaces (GUIs) became popular (making mainframe and terminal displays appear out of date). PCs are now being used in client/server architectures. As a result of the limitations of file sharing architectures, the client/server architecture emerged. This approach introduced a database server to replace the file server. Using a relational database management system (DBMS), user queries could be answered directly. The client/server architecture reduced network traffic by providing a query response rather than total file transfer. It improves multi-user updating through a GUI front end to a shared database. In client/server architectures, Remote Procedure Call (RPC’s) or standard query language (SQL) statements are typically used to communicate between the client and server. The following descriptions provide examples of client/server architectures. A unique structure is a two-tier architecture. With two tier client/server architectures the user system interface is usually located in the user's desktop environment and the database management services are usually in a server that is a more powerful machine that services many clients. Processing management is split between the user system interface environment and the database management server environment. The database management server provides stored procedures and triggers. There are a number of software vendors that provide tools to simplify development of applications for the two-tier client/server architecture. The two-tier client/server architecture is a good solution for distributed computing when work groups are defined as a dozen to 100 people interacting on a LAN simultaneously.

Wednesday, January 15, 2020

Factors behind the development and Internationalization of Capital Markets Essay

Financial markets especially the stock market has considerably developed in the past few decades. Several factors have been seen to have aided in their growth and development globally. It has also increased cross-border capital movement, tight links amongst the financial market. The most important element of global market has been increased stock exchange. This paper is therefore aimed at finding the factors which have led to the development and Internationalization of stock exchange facility. Questions to be investigated Objectively, the paper is to disclose the possible factors affecting the Development and internationalization of the capital markets. It is therefore worth notice that these questions has to be addressed: What are the factors that favor the development of international markets?, What are the hindrances in the achievement of fast development of international capital markets? And how do these factors that affect the development of international capital markets affect the domestic markets? Factors influencing the Stock market development and internationalization A least two possible views exists on how economic fundamentals may influence domestic stock market and internationalization.   One of the views is that better institutional and macroeconomic environments spur more developed domestic stock markets hence reduces the need to of the use of international markets. The second part of it is behind a number of recent papers on internationalization, this has no longer been an international finance research topic. With regard to this view, it has been found that poor domestic environments prompt firms and investors to use international markets more intensively. In this, the poor domestic environment has been is considered as one of the main reasons for capital flight and greater use by domestic residents of all types of financial services offered internationally (Collier et al, 1999). This also applies to the services offered by the stock markets, where firms may want to escape a poor domestic system with weak institutions. The recent papers done on where international marketers are considered to be more attractive to the firms from poor institutional environments, this is because they offer better protection to investors. As a result, according to this view poor domestic markets lead to worse domestic development. What comes out clearly in this view is the assumption that even firms from poor domestic environments can choose to go international and will wan to internationalize even more especially if they are located in a country with poor institutional environment and weak capital markets. A second view is based on the fact that a better domestic environment in creases the attractiveness of assets to investors. The markets offer larger amounts of external financing, higher liquidity and lower cost of capital when the firm’s host country improves. Under this view, macroeconomics and institutional factors determine the relative willingness of domestic and international investors to supply financing to firms. Investors in international markets may however reward a better environment more than investors in domestic markets do. If thee be an access to the international markets, then better fundamentals will also be available hence it leas to more use of capital markets. Moreover, with liquidity agglomerating in one market, a process of improved fundamentals and increased internalization may have negative effects on the domestic markets, providing international markets with greater advantage. For this reason, there are arguments for both the positive and negative impact on internationalization in those fundamentals that help to develop the local markets. References Collier, Hoeffler, and Pattilo, (1999); Determinants of Capital flight

Tuesday, January 7, 2020

A Short Note On Diabetes And Type 2 Diabetes - 2359 Words

Thesis statements Sugar is the extremely common item in people’s lives. However, only few people know the true thing that hides behind its sweet. When people eat too much sugar everyday, they will have high sugar level and cause their bodies do not have enough insulin to digest the sugar. Then, they might have diabetic disease. Introduction Diabetes There are two types of diabetes: type 1 diabetes and type 2 diabetes. Type 1 diabetes is a disease that doctor can not predict or prevent. People still can produce insulin after they eat cake, cookie or drank soda. It occurs when immune system attacks the pancreas and damages the cells that produce insulin(Living with diabetes 11). However, the chance of having type 2 diabetes is affected by†¦show more content†¦Type of sugar Carbohydrates, glucose and fructose are the three types out of the various types of sugar that contains in daily food. Carbohydrates exist in sugar and starches. Also, carbohydrates can identify in two types: simple sugar and complex carbohydrates. The difference between simple sugar and complex carbohydrates is simple sugar will be broken down quickly by the body(Living with diabetes,67-68). Glucose is absorbed by the pancreas, which produces insulin to balance the sugar levels and then turns it into energy for human’s bodies.(Banks, â€Å"Ice cold trouble: do the risks of soda outweigh the refreshment?†) Fructose is the type of sugar that is usually found in fruit and sweeteners.It does not help to produce insulin and it has more negative effect on human body. Additionally, it does not make you feel full and people will keep drinking the sweet stuff. The fructose that people eat will directly go into the liver which is the primary organ that digest it. The liver will turn the fructose into a specific form of fat and store it in the liver and release it into the bloodstream. In addition, the fructose breaks down in the liver just like alcohol and it will have some similar effect like alcohol. (Diane, â€Å"Fructose: friend or foe?†) Thus, do not trust the sweet mask of the sugar. In fact, it will cause a bad disease called diabetes. Effect of soda Soda has great effect on human’s body. A regular soda has high sugar which consists of cheap corn syrup. There

Monday, December 30, 2019

A Monster Can Be Hard To Define. Describing A Monster Can

A monster can be hard to define. Describing a monster can be easier than defining one. The term ’monster’ is broad and vague and as a result, it is easier to describe a monster rather than to define one. Tina Boyer says: â€Å"A monster is a cultural construct. By definition, it is a thing that shows or reflects cultural fears and forbidden obsessions, social and moral problems that express themselves in the body and behavior of the monstrous creature (Boyer 240).† What makes a monster scary differs among cultures, however, there are general trends of monsters and villains among cultures. Monsters are ugly in many European-based cultures, depicted with asymmetrical limbs and features. Hollywood has used these traits to make better movies for†¦show more content†¦Europeans believed it was possible that a disfigured, crazy, or foreign being would jump out and act maliciously towards them. However, after the renaissance, they learned monsters would not jum p out at them (Wright 2-4). Wright explains that the Europeans started to find deeper meaning in the monster stories: â€Å"As monstrous races faded from popularity, the increased focus on unnatural or monstrous individuals added new interest in the long-standing philosophical and theological debates about whether or not monsters could be human and where monsters fit within God’s ordered universe [†¦] philosophers and theologians in both the medieval period and the Renaissance often interpreted these monstrous individuals as carrying a specific meaning for the community into which they were born (Wright 6).† Early philosophers found lessons in monster stories. One of these lessons was that monsters had a bigger meaning. They were correct. These monsters had more meaning in the community they were born in and therefore were scarier. As people learned about these monsters they became less scary, however, new monsters emerged. Thus, the definition of monsters changed and will continue to change as the fears of society change. As stated before, different cultures are scared of different monsters. Horror movies are only as scary as the viewer perceives them based personal experiences. Essentially, the viewer has to know what is scary before they can beShow MoreRelatedAnalysis Of Percy Jackson And The Battle Of The Labyrinth859 Words   |  4 PagesPercy Jackson And the Battle of the Labyrinth Draft Prompt: In this book, Hera talks about how important family is. However, we then learn that she really only values people who are perfect. Write an essay describing three characters in this book who have flaws and imperfections. Are these characters still useful? You should write a paragraph about each one, and make sure to describe a time where they were helpful because of their imperfections. Then, write a fourth paragraph about how a real personRead More Narrative Voices in Shelleys Frankenstein and Fathers and Sons by Ivan Turgenev1523 Words   |  7 Pagesnovels of Frankenstein (F) and Fathers and Sons (FS). Mary Shelley’s novel Frankenstein is an example of first- person narrative, with Walton describing his encounters in letters to his sister Margaret, in England. He includes his meeting Victor Frankenstein, of Victor’s experiences with his creation of Frankenstein the monster, and the monster himself and his experiences. This narrative is written in the form of letters, with the use of this epistolary style of writing novels giving verisimilitudeRead MoreAnalysis Of Mary Shelley s Frankenstein 1685 Words   |  7 Pagesa gothic setting, ’It was already one in the morning, the rain pattered dismally against the panes, and my candle was nearly burnt out, when by the glimmer of the half extinguished light, I saw the dull yellow eye of the creature open; it breathed hard, and a convulsive motion agitated its limbs’ 2. The scene is highlighted with imagery, and gothic tropes serve as warnings of the potential outcomes of scientific endeavour, especially when fuelled by hubris and notion of heroism, power and glory.Read MoreAnalysis Of An Absolutely True Diary Of A Part Time Indian1262 Words   |  6 PagesThis rhetorical analysis will bring you through the How to Fight Monsters chapter of Sherman Alexies story : An Absolutely True Diary of a Part Time Indian. This book is a semi-autobiography that won the 2007 U.S. National Book Award For Young Peoples Lite rature. This story is about an Indian boy from a poor reservation with an alcoholic father, who wishes for a better life. In order to achieve this better life, Junior decides to move to another school in order to have hope for his futureRead MoreSatirical Abortion Essay1425 Words   |  6 Pagesabortion because we disagree about what defines human nature. First trimester abortions may have absolutely no moral implications whatsoever--perhaps a first trimester embryo is no more conscious than a kidney or spleen. Or they may have more serious moral implications. Our culture hasnt come to a consensus on that yet. But we know a little bit about murder, and the differences between murder and other forms of killing. And murder, in the way that we define it in all other instances, involves theintentional  deathRead MoreRhetorical Analysis Of Sherman Alexie s An Absolutely True Diary Of A Part Time Indian 1278 Words   |  6 PagesThis rhetorical analysis will bring you through the How to Fight Monsters chapter of Sherman Alexie s story : An Absolutely True Diary of a Part Time Indian. This book is a semi-autobiography that won the 2007 U.S. National Book Award For Young People s Literature. This story is about an Indian boy from a poor reservation with an alcoholic father, who wishes for a better life. In order to achieve this better life, Junior decides to move to another school in order to have hope for his futureRead MoreA Scientist s Judgement1885 Words   |  8 Pagesgreat unknown, but they must do it in a way in which they are absolutely prepared for it. They set out to discover al l of nature’s secrets, however it is also necessary that they know the ramifications that these secrets may bring about. It is not hard to see that this is circular reasoning. Per this argument, science is an idealistic possibility which may never occur without a great tragedy. This trend of unbound science leading to tragedy is a reoccurring theme in Mary Shelley’s Frankenstein. Read MoreThe Mystery Of Vampire Legend1350 Words   |  6 Pagesthrough cultural beliefs, of both current and past times, that the character of the vampire has altered. Lately, while still powerful and endearing, vampires have become a symbol for estrangement, choice, their own personal definition of evil, but can also act for examples of self-control, sacrifice and belief. Anne Rice’s Interview With a Vampire and Stephanie Meyer’s Twilight are just two novels incorporating the obsession and fascination of the vampire. In Interview With a Vampire, Rice tellsRead MoreThe Representational Theory Of Mind1659 Words   |  7 PagesMind) which runs on physical hardware (the body). It suggests, too, that we are computing machines functioning as something other than a computing machine, just as every other machine does. Many are disconcerted by the idea that humans and Minds can be described as systems which operate based on interpretations of symbols, much like machines, computers, and robots: things that we have created yet do not think of as being â€Å"thinking,† themselves. We, as human beings, are comforted in the notion thatRead MoreCan A Social Movement Be Fundamentally Flawed? Essay1535 Words   |  7 PagesCan a social movement be fundamentally flawed? Most people would answer â€Å"yes,† pointing to National Socialism or the Ku Klux Klan. However, few would consider the German New Left to epitomize a flawed social movement. According to history professor Dagmar Herzog, they should. Throughout her publication Sex After Fascism, Herzog disputes this central argument of the New Left: â€Å"Numerous New Leftists argued directly that sexuality and politics were causally linked; convinced that sexual repression produced