Skip to main content

What ‘Personal Space’ Looks Like Around the World

You’ve learned about the importance of research and the steps of the sociological research process. For your first assignment, you will begin to work with this process by carefully reviewing an article about a research study. The goal is to have you analyze the article to see how the steps of the research process informed the research presented in the piece. This assignment will also encourage you to make connections between the research and your own life.To analyze your article, follow the Ask, Research, Learn, Do process that is outlined below. This process was introduced in your webtext as a simplified version of the sociological research process. It’s a useful tool to help you think critically, answer questions, and solve problems.
Instructions: Complete both parts of the assignment by following the instructions below.2
PART A: REVIEW THE RESEARCH 1) Review Articles a) Prepare to complete your assignment by reviewing the articles below. Select one for the focus of your first assignment. • “What ‘Personal Space’ Looks Like Around the World” https://www.washingtonpost.com/news/worldviews/wp/2017/04/24/how-close-istoo-close-depends-on-where-you-live/?utm_term=.8f70ef8686ad • “Millennials aren’t job-hopping any faster than Generation X did” http://www.pewresearch.org/facttank/2017/04/19/millennials-arent-jobhopping-any-faster-than-generation-x-did/ • 6 facts about the U.S. military and its changing demographics http://www.pewresearch.org/facttank/2017/04/13/6-facts-about-the-u-smilitary-and-its-changing-demographics/
2) Use the research information presented in the article to answer the questions below. You should write four paragraphs, one for each step listed in bold. Refer to Chapter 2 of the webtext as necessary. a) Ask: • What was the topic of the research? • Who was studied in the research? • What was the research question that was answered by the information in the article? 3b) Research:• What research methods were used? • Summarize the process researchers used to collect data. c) Learn: • What were the key findings of the research? • What conclusion was drawn from the research? d) Do: • What follow-up question would you now like to ask and research based on this article? • Why did you choose this follow-up question?
PART B: MAKE CONNECTIONS 1) Use your article review to help answer the questions below. You should write two paragraphs, one for each question. a) How can you apply the key research findings to your own life? b) What are two additional questions that you have about society based on this research?
Your assignment must follow these formatting requirements: • Use Times New Roman font (size 12), with one-inch margins on all sides. • Use section headers (Ask, Research, Learn, Do, and Make Connections) and write left indented paragraphs under each corresponding section. • References are not required for this assignment as you will use one of the assigned articles and your webtext. 4 • Include a cover page containing the title of the assignment, the student’s name, the professor’s name, the course title, and the date.

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 ...