Psych/625 psych 625 week 3 individual assignment – time to practice

PSYCH/625 PSYCH 625 Week 3 Individual Assignment – Time to Practice Parts (A,B,C) – A+& Original Guaranteed!

 

PSYCH/625 PSYCH 625 PSYCH625

Week 5 Individual Assignment

University of Phoenix

Use as a guide only!

 

NOTE: If you purchase this, open the attachment. Please let me know if you have any questions, comments, or concerns. 

 

University of Phoenix Material                                                                                                    

 

Time to Practice – Week Three

 

Complete both Part A and Part B below.

 

Part A

 

Some questions in Part A require that you access data from Statistics for People Who (Think They) Hate Statistics.This data is available on the student website under the Student Test Resources link.

 

1.     For the following research questions, create one null hypothesis, one directional research hypothesis, and one nondirectional research hypothesis.

 

a.     What are the effects of attention on out-of-seat classroom behavior?

b.    What is the relationship between the quality of a marriage and the quality of the spouses’ relationships with their siblings?

c.     What is the best way to treat an eating disorder?

 

2.     Provide one research hypothesis and an equation for each of the following topics:

 

a.     The amount of money spent on food among undergraduate students and undergraduate student-athletes

b.    The average amount of time taken by white and brown rats to get out of a maze

c.     The effects of Drug A and Drug B on a disease

d.    The time to complete a task in Method 1 and Method 2

 

3.     Why does the null hypothesis presume no relationship between variables?

 

4.     Create a research hypothesis tested using a one-tailed test and a research hypothesis tested using a two-tailed test.

 

5.     What does the critical value represent?

 

6.     Given the following information, would your decision be to reject or fail to reject the null hypothesis? Setting the level of significance at .05 for decision making, provide an explanation for your conclusion.

 

a.     The null hypothesis that there is no relationship between the type of music a person listens to and his crime rate (p < .05).

b.    The null hypothesis that there is no relationship between the amount of coffee consumption and GPA (p = .62).

c.     The null hypothesis that there is a negative relationship between the number of hours worked and level of job satisfaction (p = .51).

 

7.     Why is it harder to find a significant outcome (all other things being equal) when the research hypothesis is being tested at the .01 rather than the .05 level of significance?

 

8.     Why should we think in terms of “failing to reject” the null rather than just accepting it?

 

9.     When is it appropriate to use the one-sample z test?

 

10.  What similarity does a z test have to a simple z or standard score?

 

11.  For the following situations, write out a research hypothesis:

 

a.     Bob wants to know if the weight loss for his group on the chocolate-only diet is representative of weight loss in a large population of middle-aged men.

b.    The health department is charged with finding out if the rate of flu per thousand citizens for this past flu season is comparable to the average rate of the past 50 seasons.

c.     Blair is almost sure that his monthly costs for the past year are not representative of his average monthly costs over the past 20 years.

 

12.  There were about 15 flu cases per week, this flu season, in the Oshkosh school system. The weekly average for the entire state is 16 and the standard deviation, is 2.35. Are the kids in Oshkosh as sick as the kids throughout the state?

 

From Salkind (2011). Copyright © 2012 SAGE. All Rights Reserved. Adapted with permission.

 

Part B

 

Complete the following questions. Be specific and provide examples when relevant.

 

Cite any sources consistent with APA guidelines.

 

Question

Answer

The average raw math achievement score for third graders at a Smith elementary school is 137; third graders statewide score an average of 124 with a standard deviation of 7. Are the Smith third graders better at math than third graders throughout the state? Perform the correct statistical test, applying the eight steps of the hypothesis testing process as demonstrated on pp. 185–187 of Statistics for People Who (Think they) Hate Statistics.

 

What is a research question that you would like to answer? Write the null and research hypotheses. Would you use a one- or two-tailed test? Why?

 

What do we mean when we say that a statistical result is significant? What is the difference between a statistically significant and a meaningful result? Why is statistical significance important?

 

Describe a Type I error for the previous study that compares third graders’ math achievement. Describe a Type II error for that study. 

 

     

 

Your response should be a minimum of two (2) double-spaced pages to a

EN130 English Composition II
Directions: Be sure to save an electronic copy of your answer before submitting it to Ashworth College for grading. Unless otherwise stated, answer in complete sentences, and be sure to use correct English, spelling and grammar. Sources must be cited in APA format. Your response should be a minimum of two (2) double-spaced pages to a maximum of three (3) pages in length; refer to the “Assignment Format” page located on the Course Home page for specific format requirements.
 
Using what you’ve learned throughout this course, but especially in Lesson 7, write a well-developed argument essay on one of the following topics:
 
4  Do corporations have a social responsibility beyond just obeying the law?
4  Privatization of government services
4  Minimum wage
4  National Healthcare
4  Workplace electronic surveillance and privacy issues
4  Distance education or traditional education
4  Internet privacy
4  PC or Mac
4  Should there be an Internet sales tax?
 
You may use outside sources if you document them using APA format, or you may write this essay based entirely on your knowledge/experience.
 
 
 
This is the end of Lesson 07.
 
 
Grading Rubric
 
Please refer to the rubric on the following page for the grading criteria for this assignment.
 
 
 
 
 
Writing Assignment 7: Argument Essay
 

Linux proposal | Computer Science homework help

 

You’ve won the business! Faster Computing has agreed to the project. As the final stage of pre-implementation, you have been asked to produce a training guide that will demonstrate how to install Linux and provide an overview of several common commands, as follows:

(11.1.3: Install the software.) 

  • Use a hypervisor of your choice to install Linux. Many hypervisors are available, such as Oracle’s VirtualBox, which is a free download. In addition, as part of UMGC’s agreement with VMware, you can download VMware Workstation for free. See below for specific screenshot requirements. You should include at least 3 screenshots (e.g., disk partitioning, timezone selection, creating the default account). Each screenshot should be accompanied by a brief explanation of what you did.
    NOTE: It is not necessary to include screenshots of installing the hypervisor software.

(1.2.3: Explain specialized terms or concepts to facilitate audience comprehension.)

  • Demonstrate command-line operations that will provide the following information:
    • A listing of files in a directory and common file attributes
    • The current directory (hint: also known as the present working directory)
    • Create a file, then copy it to a different directory
    • Create a second file and move it to a different directory
    • Remove the first file, as well as the copy you created
    • The manual page for a given command
    • Create a text file, then use an editor to modify the content. Then display the content of the modified file

(1.4.2: Use vocabulary appropriate for the discipline, genre, and intended audience.)

In the above section (demonstrate CLI operations) show the commands with options/arguments (e.g., ls, cp, mv, rm) in your documentation as well as in your screenshots. 

(11.2.1: Configure technology according to stakeholder specifications and requirements.)

  • Show running processes on the system. Demonstrate how to search for a specific process
  • Forcibly stop a running process

In the above section (demonstrate CLI operations) show the commands with options/arguments (e.g., top, kill, -9, ps) in your documentation as well as in your screenshots. 

(13.1.1: Create documentation appropriate to the stakeholder.)

The deliverable for the final phase of the project is a written paper with screenshots. There is no minimum or maximum page requirement, but all of the requirements must be met.  Use the Training Guide Template to record your work. This section will be graded upon the overall usefulness of the training guide to the organization.

(11.3.1: Add and update systems as required.) 

This portion of the training guide helps determine your submission is unique.

Important Requirement

On the final screenshot, you need to open a command line and type in the following commands (without the quotes):

“date”

“echo CMIT391”

“echo <your name here>” (Replace your name here with your name)

The recommended format is to provide screenshots incorporated within the written narrative. The screenshots must all be your own. Screenshots from external sources are not permitted. You must include the specific screenshot listed above or your project will not be accepted.

(1.1.4: Explain the relationship between the ideas presented to enhance clarity and comprehension.)

The training guide must have a cover page, an introduction, summary, and at least 3-5 references.

(1.2.2: Employ a format, style, and tone appropriate to the audience, context, and goal.)

Employ proper spelling and grammar. All Linux commands must be lower case.

(2.2.3: Explain the assumptions underlying viewpoints, solutions, or conclusions.)

In your conclusion of at least a paragraph, summarize why using Linux is beneficial for employees, management, and the organization as a whole.

Executive and Company Summary

Assignment Details

You recently graduated and have been hired by the company chosen in your discussion. Your first task is to take a thorough view of the companys existing operations and begin the formation of a business plan.

For the Capstone Project Unit 1 Executive Summary and Company Summary, complete the following tasks:

A.    Executive Summary
  1.    Company Name
  2.    Mission Statement
  3.    Business Goals
  4.    Keys to Success
  5.    Ethical and Legal Issues

B.    Company Summary
  1.    Company Ownership or Legal Entity
  2.    Management Structure
  3.    Products and Services
  4.    Location and Facilities
  5.    Suppliers
  6.    Service
  7.    Financial Management

The submission details are as follows:
    Based on your research, write succinct analyses of each of the items.
    Present your work as a 5-page report in a Microsoft Word document formatted in APA style.
    Support your responses with examples. Cite any sources in APA format.