Skip to main content

ANT 103 GREETING ASSIGNMENT

ANT 103 GREETING ASSIGNMENT

LEARNING OUTCOMES: as listed on the syllabus for units, “Performance and Performativity” and “Language as Social Action.”

Rough draft due Thursday, March 15th (30 points toward final grade)

Final draft due Thursday, April 5th (30 points toward final grade)

Length: 2-3 standard pages (double-spaced, 12-point font)

Find a busy place on campus where people are coming and going and watch people greet each other. Write detailed notes on everything you notice about how people greet each other. Pay attention to the words they use, to their expressions, and their body language. Observe and take notes until you find a greeting sequence that you find interesting. Your task here is to provide a description of a specific greeting encounter detailed enough for the reader to be able to imagine what passed on.

Write a short paper based on your observations and notes. Make sure to address all of the “grading points” below. Use the grading points as section titles to organize your paper. Carefully edit your paper for clarity, grammar, style, and typographic errors.

IMPORTANT:

1. This project requires you to do your own empirical observation of how people behave and talk to each other. The observation needs to be done specifically for the project. What you may remember from some previous experiences is not acceptable for this project.

2. This is an individual project. Do not collaborate. You are welcome to consult the Writing Center, though.

Work that violates the guidelines of academic integrity will result in a fail for the project, may have more serious consequences depending on the seriousness of the violation, and will be reported to the NAU SBS Dean of Students.

GRADING POINTS (same grading points for rough and final drafts):

1. Write down where (place), when (date and time), and for how long you conducted your observation (3 points).

2. Describe persons involved in the greeting encounter in terms of what you can guess about their age, gender, appearance, etc. (4 points).

3. Write down the words of the greeting. What did people say to each other? Do not use recording equipment (6 points).

4. Describe people’s facial expressions, such as raised eye-brows, a smile, the direction of the gaze (3 points)

5. Describe body language, such as hand-waive, hug, slap on the back, etc. (4 points).

6. Describe the tone of greetings, such as happy, surprised, distant, etc. How can you tell? (4 points)

7. Did the greeting set up the stage for another interaction, such as conversation? Describe what happened after the greeting took place (3 points).

8. What can you guess about the relationship between people who greet each other based on the kind of greeting? Are they friends? Distant acquaintances? Coworkers? Something else? How can you tell? (3 points).



Logo
.
CLICK HERE TO ORDER 100% ORIGINAL PAPERS AT PrimeWritersBay.com

Comments

Popular posts from this blog

Why was this movie important to hollywood? What was the feeling of it, the colors, techniques, theme, director, style, music, anything! What was special about Alfred Hitchcock and this film?

  Directions For this assignment, you will need to choose a topic or person from any of the various eras, movements or decades that we've discussed this semester and do a presentation on them using any media format you choose. (IM CHOOSING THE MOVIE PSYCHO-    Why was this movie important to hollywood? What was the feeling of it, the colors, techniques, theme, director, style, music, anything!  What was special about Alfred Hitchcock and this film? The subject matter doesn't have to be limited to an actor, director or filmmaker, but  the topic of your presentation could be on the inventions of any of the equipment, editing or filming techniques that you've learned about.  Basically, you can pick an area to cover and do your presentation on that.  The point is that you take a deeper dive into the subject by exploring information about it that may not have been  covered in this course.  It does have to...

Account Cost Systems and Cost Behaviors

  ACC501 Account Cost Systems and Cost Behaviors You are applying for a managerial position at an innovative and rapidly growing company. This is a dynamic company that wants an individual who adds value to the organization. Managers at this company wear many hats, so the position requires managing products, people, and financial aspects of running the company. As part of the interview process, you are required to make a presentation covering four different topics, one per module for this course. You choose the company and the new product that you want to showcase in your presentation. It can be real or fictitious (based on an industry). This is for background purposes only. The presentation is to showcase your abilities and what you can contribute to the organization. IBIS World (access on the Trident Portal through the Online Library > Additional Library Resources > IBISWorld link) and BizStats have estimates of cost of goods sold ...

Starting with this provided code, add the following functionality

1.Starting with this provided code, add the following functionality: Replace hardcoded strings “Zero”, “One”, “Two”, “Three” in the ArrayList based on user typed input (use Scanner or JOptionPane classes). The user will be prompted for the String to be stored in the ArrayList and then hit enter. The user will be able to continue to add items to the ArrayList until they just hit enter without typing anything. Once the user does this (hits enter without typing anything), the program will display all of the elements of the ArrayList, both the index and String values, in a table. It will do this via a single loop making use of an iterator method. 2. Starting with this provided code, add the following functionality: Use a Try/Catch block so that the exception is caught and the program exits a bit more gracefully. Save this file as TryCatch.java. (Be sure to rename the Public Class accordingly.) Starting with the provided code again (without the Try/Catch block), fix the code so that ...