Public Presentation unit 2 and unit 3

Unit 2: You will need to submit a public presentation on 9-11 that describes an incident involving a person or persons in some type of crisis situation. 200 word on each question .

1.)  What made this situation a crisis?

2.)  What is the crisis?

3.)  How is the crisis affecting or impacting the person(s).

4.)  Was the crisis resolved?

5.)  Critique the intervention process.

Unit 3:  Columbine High School shooting in 1999. 200 word on each question.

1.)  What made this situation a crisis?

2.)  What is the crisis?

3.)  How is the crisis affecting or impacting the person(s).

4.)  Was the crisis resolved?

5.)  Critique the intervention process.

Cultural Paper

 

Cultural Anthropology Paper Instructions

The Country is Tonga

Since the Tower of Babel, people have been naturally suspicious of others who are different from themselves. Language, in fact, continues to be a critical element of culture. For this assignment, you will choose a geographic cultural group from a selection of offerings. In the preparation of the paper, assume it is to be presented to the Liberty Health Mission Board considering funding a health initiative to the chosen cultural group. The board consists of highly educated health professionals but needs solid background information on the culture before committing funds. You will research the chosen culture and identify culturally related health barriers and risks.

In other words, identify and evaluate culturally determined limitations, beliefs and practices which 1) hinder the group from adapting better health practices or which 2) actually create a risk to the health of the population. Your goal is to help the board understand the culture. The written paper must be 7 pages in length and include a minimum of 5 scholarly resources. All information must be properly cited using current AMA style.

In addition, the board has limited time to evaluate your information and has requested a 1-page bulleted talking paper which must be attached as an appendix to the document. The talking paper will give the board a tool for rapid comparison to other cultural groups under consideration for funding.

Project 2 Discussion

 In a minimum 250 word paragraph. Discuss in detail at least three popular sources you chose for your essay, what section of the essay you will use them in, and what makes each a good source. The most effective way to organize this is one by one. Finally, discuss whether you decided to include a statistic and why or why not.  

Movie Listing

The intent of this program is to manage a set of favorite movies. Each movie will have data associated with it:

Title
Year produced
Rating (this can be a simple 1-5 integer) that represents how much the user likes the movie.
Anything else youd like to add to make yours unique (can result in extra credit)
You must allow the customer to do the following actions on the movie list:

List all movies
Add Movie
Delete Movie
Edit Movie
Exit program
The menu prompted to the user should look something like the following. You can also allow the user to input only the first letter of each word, but you need to make it clear whats happening.

COMMAND MENU

(L)ist List all movies
(A)dd Add a movie to the list
(E)dit Edit a movie on the list
(D)elete Delete a movie on the list
(Q)uit Exit the program

I can now as the user enter either the word, or the letter (capitalized and in parentheses). If I enter anything else besided the letter or words on the menu the input is invalid and I have to try again.

For example, my implementation looks like this when I enter l for list movies:

COMMAND MENU

(L)ist – List all movies
(A)dd –  Add a movie
(E)dit – Edit a movie
(D)el –  Delete a movie
(Q)uit – Exit program

Command: l

1.Monty Python and the Holy Grail (1975) – Rating: 5
2. On the Waterfront (1954) – Rating: 2
3. Cat on a Hot Tin Roof (1958) – Rating: 4
Once I enter the main command, I will be prompted through the process of adding/editing/deleting/listing. For example, if I want to edit a movie, Ill be prompted for the number of the movie I want to edit, and then prompted for all the values to enter (similar to adding a move).

For example, here Im editing the second movie:

Command: e
Please input a number between 1 and 3: 2
Movie number 2 named ‘On the Waterfront’ will be changed. Are you sure (y/n)? y
    New Name: The Matrix
    New Year: 1999
    New Rating (number between 1 & 5): 5
Movie number 2 – named ‘The Matrix’ was changed.

Deleting a movie:

Command: d
Please input a number between 1 and 3: 3
Movie number 3 named ‘Cat on a Hot Tin Roof’ will be deleted. Are you sure (y/n)? y
Cat on a Hot Tin Roof was deleted.

Adding a movie:

Command: a
    Name: Star Wars
    Year: 1977
    Rating (number between 1 & 5): 4
Movie number 3 – named ‘Star Wars’ was added.