Featured Post

First Impressions :: essays research papers

     I can recall the first occasion when that I’ve at any point met a white individual previously. My first time was in 6t...

Friday, January 24, 2020

Essay --

import java.util.ArrayList; import java.util.Arrays; /** * */ /** * @author sharonim * */ public class CarRadio { private StationData data; private boolean power; private int frequency; private String bandAMFM; private int volume; private boolean mute; private boolean set; private int[] AMpreset; private int[] FMpreset; public static final int Vol_min = 0; public static final int Vol_max = 20; public CarRadio(StationData d){ this.data = d; this.power = false; this.frequency = FreqBand.AM.minFreq(); this.bandAMFM = "AM"; this.volume = 0; this.mute = false; this.set = false; this.AMpreset = new int[5]; this.FMpreset = new int[5]; Arrays.fill(FMpreset, FreqBand.FM.minFreq()); Arrays.fill(AMpreset, FreqBand.AM.minFreq()); } public void powerBtn(){ if(this.power == false){ this.power = true; } else{ this.power = false; } clear(); } public void volumeUpBtn(){ if(this.power == true){ if(this.volume == Vol_max){ return; } else{ this.volume++; } } else{ return; } } public void volumeDownBtn(){ if(this.power == true){ if(this.volume == Vol_min){ return; } else{ this.volume--; } } else{ return; } } public void muteBtn(){ if(this.power == true){ if(this.mute == false){ this.mute = true; } else{ this.mute = false; } } else{ return; } } public void amfmBtn(){ if(this.power == true){ clear(); if(this.bandAMFM == "AM"){ this.bandAMFM = "FM"; this.frequency = FreqBand.FM.minFreq(); } else{ this.bandAMFM = "AM"; this.frequency = FreqBand.AM.minFreq(); } } } public void tuneUpBtn(){ if(this.power == true){ clea... ... == true){ if(this.set == true){ setPreset(3); clear(); } else{ usePreset(3); clear(); } } else{ return; } } public void preset5Btn(){ if(this.power == true){ if(this.set == true){ setPreset(4); clear(); } else{ usePreset(4); clear(); } } else{ return; } } public ArrayList display(){ ArrayList output = new ArrayList(); output.add("Power: " + power); output.add("Band: "+ bandAMFM); output.add("Frequency: " + frequency); output.add("Volume: " + volume); output.add("Mute: " + mute); output.add("FM Preset: " + FMpreset[0] + " " + FMpreset[1] + " " + FMpreset[2] + " " + FMpreset[3] + " " + FMpreset[4]); output.add("AM Preset: " + AMpreset[0] + " " + AMpreset[1] + " " + AMpreset[2] + " " + AMpreset[3] + " " + AMpreset[4]); return output; } }

Thursday, January 16, 2020

Blue Remembered Hills by Dennis Potter

This term we studied a play, originally written for television, called Blue Remembered Hills by Dennis Potter. It is described as a â€Å"deceptively simple tale†, the reason for this is that although the plot appears to show the events of seven West-Country seven year olds on a summer afternoon during the Second World War it holds a completely different underlying meaning. Over the course of the play the children play and fight as seven year olds do. However Dennis Potter insisted that the seven year olds be played by adults. His reason for this was that he wanted his audience to realise the true realities of childhood are not â€Å"transparent with innocence†, which he said himself. He didn't want the audience to react to two girls playing with doll with an indulgent â€Å"ah!† he did not want people to see the adorable and seemingly innocent side to childhood. From his own experiences he understood that he had some of the same feelings that he once had a child. He recalls that when walking alone in the â€Å"wrong parts† of New York he felt â€Å"almost exactly the same fear that I had felt four decades earlier† when he had been â€Å"waylaid by one particular bully in the high hedge lanes†. He says that he â€Å"did not want these, or any other, emotions to be distanced by the presence of young limbs, fresh eyes. And falsetto voices†. He wanted his audience to be able to feel some sort of resemblance between their own feelings and those of the characters in the play and these emotions were not all innocent ones. Another reason he chose adults was because he wanted his audience to see how children really played, as they subtly alter their behaviour when they are being watched by adults. After reading the play carefully we then discussed the themes of Blue Remembered Hills: Death Games War Limitations of Childhood Happiness Loss of Fear Innocence Bullying Friendship Child Abuse We then narrowed these down into four main themes Innocence Guilt Bullying War We then performed a still image on each of these four themes. My group had to perform the themes bullying and guilt. Preparing and carrying out these still images helped us capture the emotions and reactions of the characters involved. BULLYING GUILT BULLYING: Levels were very important in this still image as they helped show the different status of each character. With this in mind, we decided to have one character on a lower level than the others. This character was kneeling down curled up, whilst the other was standing in a tall and confident way towering over him/her. This made it obvious to the audience who was in control of the situation. Also the positioning of the characters was important. We wanted to show how the one being bullied wanted to create distance but that the other wanted to dominate the situation. We did this by having the one being bullied shrinking away shielding their face. To show how the character in charge was bullying the other they were pointing and laughing whilst they had a slightly angry expression on their face. GUILT: I found this still image harder to create. We decided to have one character accusing another, whilst the accused character being the centre of attention so as to show they were guilty. Again we found levels very important. To emphasise who in the still image was guilty we had this character on a higher level whilst looking slightly scared and anxious. We did this by having this character biting their nails to show anxiety and standing with hunched shoulders as if to hide their guilt. The other character had an angry expression to show their mood. This character stood a good distance from the other as if they were trying to exclude the accused character. After having narrowed down the many themes into four main themes, we were able to use the still images to understand the emotions of the characters. We were able to explore deeper into how children the age of seven would have reacted and behaved in these situations. This helped us greatly when we did work off text. Another way in which we explored the play was with role-play. During one of our first lessons our teacher told us to play tag, something that seven year olds would do. At first we felt awkward but soon we were all running around the room. When we stopped playing we discussed how we had felt. * Even though it had been a long since playing tag I found it very invigorating. * Whilst playing I never stopped to think about whether I was tired or not, but once I stopped playing I realised I was very out of breathe. * I was surprised at how much energy I had and how I continued to feel energised even after I had stopped playing. * I also noticed how whilst we were playing, there had been no boundaries between any of the students and that we didn't care if the person we were chasing or running away from was a boy or a girl or if they were our friend or not. We then discussed the similarities between our behaviour whilst playing tag and the behaviour of seven year olds. I realised that without any preparation we had already imitated the behaviour of children. I realised how all the actions feelings I had whilst playing tag I had already had when I was seven years of age (this reminded me of Dennis Potter's Quote which I included in the first paragraph). I noticed that many of the things I did when role playing, were things that a seven year old would do as well. For example, how I never stopped running or moving even when I was tired and out of breathe.

Wednesday, January 8, 2020

Jewish Responses to the Holocaust Essay - 614 Words

Jewish Responses to the Holocaust Some Jews believed that God had â€Å"abandoned† them during and after the Holocaust. They believed this because beliefs claim that a Covenant was made between the Jewish religion and God to make sure Jews would go to the promise land if they were to trust and obey the Lord God. If this were true then the Jews were being betrayed and God had broken the Covenant between them. I personally believe that God did not abandon the Jews and that he was testing them as he did with Jobe. (See Jobe’s story in the Bible) In the tale of Jobe God was testing Jobe’s faith and making sure that not matter what happened he still believed and enforced the Lord God. The Holocaust was the†¦show more content†¦Some people may have thought that it was like Jobe’s story and that at the end they would have everything they had aver had back to them and they would once again be happy. Could it be another test? I think religious faith guided the people in harm because wh en they were feeling their lowest they had someone to turn to and â€Å"answer their prayers.† They needed to keep the faith to believe and still have trust in someone. If you can’t trust someone who is perfect who can you trust! God is amazing and to have someone like that as a hero is very guiding†¦you can admire him and worship him and feel better about yourself and others. It was possible to put God on trial and still worship Him because he is the one you have spent your whole life following you are not likely to turn this away and try for a second life. He is like you or I and he is our kind so we worship him like one of us. We put Him on trial for our disagreement for what he had done however this does not mean he was wrong just that we did not agree with it and that we believed it to be a disaster to the Jewish religion. God is the one we turn to when we are unsure so to suddenly throw that all away is wasting life. It is not possible for us to clearly see why God caused the Holocaust however we cannot just throw our beliefs away over a â€Å"disagreement.† It would be the waste of everything we have learnt from him through theShow MoreRelatedThe Eclipse Of God And The Need For The Jews1680 Words   |  7 Pages The eclipse of God and the need for the Jews to prove their faith in God stands out as another key response by the Jews. According to Jewish theologians, there are times in the history of religion that God had adamantly refused to show his face to the world. In the Holocaust context, the Jewish theologians argue that God was intentionally absent during this period to test the Jewish and their endurance through suffering. Admittedly, this premise is particularly complex because a section of the theologiansRead MoreThe Holocaust : A Profound Effect On Modern History Essay1688 Words   |  7 Pages Final Paper Dr. Holly Hurlburt Holocaust Memorial The Holocaust had a profound effect on modern history. Millions of European Jews lost their lives during this brutal extermination period. Many Jewish professionals were removed from their businesses and denied education. Thousands of Jewish businesses were ransacked and destroyed throughout Germany. In the middle of the night, Nazi officials broke into Jewish homes kidnapping all Jews regardless of age and gender. These men, women, and childrenRead MoreThe World Of The Holocaust1449 Words   |  6 Pagesdescribe the Holocaust. The Holocaust affected the lives of millions because of the hate inside of the Nazi’s. Why would the Nazi’s do this? This is a question almost nobody can answer. What we do know are the effects of the Holocaust; specifically, on the child survivors of the Holocaust. The Holocaust created a struggle with interpersonal relationships, psychological difficulties, and caused child survivors and their families have a drive for resilience. Most peop le could say the Holocaust bring feelingsRead MoreNegligence in Reporting the Jewish Holocaust1123 Words   |  4 Pages The Jewish Holocaust, one of the most horrific mass murders in human history, took place from January 30, 1933 until May 8, 1945. Hitler blamed the Jewish population for Germany’s downfalls at the time, and his anti-Semitic views eventually led Germany to create a complicated scheme of Jewish extermination. Over six million Jewish lives were lost in this mass murder. America, usually portrayed as the country that lends a helping hand to all nations in desperate need, did absolutely nothing to aidRead MoreThe Striped Pajamas By Mark Herman949 Words   |  4 PagesThe Boy in the Striped Pajamas (Mark Herman) The Holocaust, being one of the most tragic events in history, has found itself becoming an influence in popular cinema as a way to delve into the endless stories of the experience. One movie, in particular, that presents the Holocaust in a more empathetic light is The Boy in the Striped Pajamas, directed by Mark Herman. The movie resonated well with the audience and has accumulated many nominations and awards. How this was achieved was through a narrativeRead MoreThe Most Traumatic Event Of The 20th Century1073 Words   |  5 PagesCentury The Holocaust is known as one of the darkest side and one of the most vast hardships in the 20th century. â€Å"Holocaust,† comes from the Greek words, â€Å"holos† and â€Å"kaustos.† The word, â€Å"holos,† means whole and the word, â€Å"kaustos,† means burned. It was historically used to illustrate a sacrificial offering of the burning on an altar. Ever since 1945, this word has been taken to a whole other level. Today, the meaning behind this word is the universal murder of 6 million Jews (The Holocaust). In 1933Read MoreEssay on Holocaust Museum1273 Words   |  6 Pagesmeasurements, facial features, eye color comparisons, and other features. 4. In a different part of the exhibit, was the listing of all of the Jewish towns that were totally or partially whipped out because of the Holocaust. The names of the towns were engraved on the glass windows of a corridor there were so many of them that they filled up the entire wall. Personal Response 1. This movie was very informative, for example before this movie I thought that Hitler was voted into power, but really he was appointedRead MoreThe Memory Thief By Gil Kofman1323 Words   |  6 PagesThe Memory Thief (US 2007, dir. Gil Kofman) explores the effects of post memory (Marianne Hirsch) on second-generation Holocaust survivors. How is this memory of the Holocaust passed on and what kind of different responses to this memory are shown in the film? The purpose of this essay is to understand Marianne Hirsch’s concept of Post memory in relation to Holocaust tragedy. Furthermore, the essay is going to analyse the meaning and effects of post memory on the second-generation. This will be examinedRead MorePainful Experiences of the Holocaust in the Novel, Night by Elie Wiesel1185 Words   |  5 PagesAnalyze how Wiesels character changed throughout the novel, especially in regard to the Jewish religion and towards God as a result of his experiences during the Holocaust. How does Wiesel’s transformation reveal the author’s intended theme about the Holocaust? World War II is a very impactful point in history where the Holocaust is viewed as one of the worst acts of human genocide. Countless Jewish victims endured traumatizing amounts of suffering and pain that transformed their livesRead MoreNegative Effects Of The Holocaust1466 Words   |  6 Pagesdeath is preventable and one fails to prevent its occurrence, is he at fault? During and after the Holocaust, citizens of the United States pondered this question in the context of Jewish refugees murdered in Nazi Germany; ultimately, citizens remember this tragic genocide and promise it will not happen again under any circumstances, not only in America, but in other nations as well. Since the Holocaust, leaders and lawmakers in the United States have analyzed the causes that led to this event and designed