A+ Answers



Identify 3-5 examples of gender-related behaviors that are developed through reinforcement and punishment. Be sure to provide a balanced view for boys and girls, and select examples which apply to the development of both boys and girls. Explain, in detail, how these behaviors have been shaped by reinforcement and punishment.
Please note: All JA files are public, searchable, and accessible unless you make a specific request after rating to have your question “locked” for privacy. Please make the request and I am always happy to pass it along to Support.
Comment on the following: Explain the role of popular culture in the development of reinforcements and punishments. Describe what reinforcements and punishments might look like in the future, given current societal trends.




You likely noticed that during the three hundred years covered in this week’s study that religious art remained quite important just as it had been in earlier “art ages.” There were monumental changes, however, in the way the religious subjects were depicted.



Use the textbook and/or online sources to locate and capture three works of religious art. All three pieces should be dealing with the same subject matter— for example, the Crucifixion, mother and child, or the Last Supper. Capture one image from each:



the Early Renaissance period

the High Renaissance period

the Baroque period

Your works of art must either be all paintings or all sculptures. (Do not use the three David sculptures from Assignment 1 as your comparisons.)



Place these images in a Word document. Then do the following:



Identify each image with the following information:

Name of the artist

Title of the work

Date of the work

Medium/materials used to create the work

Current location

In a well-developed paragraph (4–6 sentences) for each:

One to two important historical facts about each piece.

Describe and analyze how the artist has used at least one of the artistic elements, such as color, composition, or use of light, supporting your observation using vocabulary from this week's reading. You should focus on the same element for all 3 works.

In a 6–10-sentence concluding paragraph(s) discuss specifically how religious art has changed compared to each period and geographical region, and what may have been influencing factors behind these changes.

How has religious art changed compared to each, based on your observations as to how each artist used the art element you have focused on exploring?

What events in history may have been influencing factors behind these changes, and why?

Offer a citation of your sources for each image and the information provided as appropriate.


A+ Paper



Given the political economy of medicine, discuss the logical and political constraints in the design of health insurance reform.

Search/find Artilce relating to this subject

Article review, 1-2 pages, APA format

HSM 544

Week 6 Article Review

The student is to modify the script student example p3 following the instructions in the script



The student is to modify the script student example p3 following the instructions in the script.

The purpose of this script is to change the name of files/directories with spaces in the name to have a dash(-). So if a file/directory were named "A B", the new name would be A-B. The script will work on a directory specified on the command line and replace the spaces in the names for all files/directories underneath that directory.

The options to the script are as follows:

-f the -f says to only rename files

-d the -d says to only rename directories

Both -d and and -f may be specifed.

the name of the directory that you will be processing.

For example:

Given the following

$ ls

C D/ dirs.tar fix-spaces*

And the directory "C D" contained the following structure

./C D

./C D/E F

./C D/E F/G H

./C D/E F/G H/J K

./C D/E F/G H/J K/a b

./C D/E F/G H/a b

./C D/E F/a b

./C D/a b

After the script was run,

fix-space -f -d "C D"

the directory structure would be as follows:

C-D

C-D/E-F

C-D/E-F/G-H

C-D/E-F/G-H/a-b

C-D/E-F/G-H/J----K

C-D/E-F/G-H/J----K/a-b

C-D/E-F/a-b

C-D/a-b

Here is a copy of the script - it is alos as an attachment in both UNIX and Windows format.



#!/usr/bin/ksh



USAGE="$0 -f directory

$0 -d directory

$0 -d -f directory



-f rename files

-d rename directories

"



usage ()

{

print -u2 "$USAGE"

exit 1

}



pathname ()

{

# function provided for the student

print -- "${1%/*}"

}



basename ()

{

# function provided for the student

print -- "${1##*/}"

}



find_dirs ()

{

# function provided for the student

find "$1" -depth -type d -name '* *' -print

}



find_files ()

{

# function provided for the student

find "$1" -depth -type f -name '* *' -print

}



my_rename()

{

# the student must implement this function to my_rename

# $1 to $2

# The following error checking must happen:

# 1. check if the directory where $1 resided is writeable,

# if not then report an error

# 2. check if "$2" exists -if it does report and error and don't

# do the mv command

# 3. check the status of the mv command and report any errors

: # remove this line after the function is coded

}



fix_dirs ()

{

# The student must implement this function

# to actually call the my_rename funtion to

# change the name of the directory from having spaces to

# changing all of the spaces to -'s

# if the name were "a b", the new name would be a-b

# if the name were "a b" the new name would be a----b

: # remove this line after the function is coded

}



fix_files ()

{

# The student must implement this function

# to actually call the my_rename funtion to

# change the name of the file from having spaces to

# changing all of the spaces to -'s

# if the name were "a b", the new name would be a-b

# if the name were "a b" the new name would be a----b

: # remove this line after the function is coded

}



WFILE=

WDIR=

DIR=



if [ "$#" -eq 0 ]

then

usage

fi



while [ $# -gt 0 ]

do

case $1 in

-d)

WDIR=1

;;

-f)

WFILE=1

;;

-*)

usage

;;

*)

if [ -d "$1" ]

then

DIR="$1"

else

print -u2 "$1 does not exist ..."

exit 1

fi

;;

esac

shift

done



# The student must implement the following:

# - if the directory was not specified, the script should

# print a message and exit



# - if the Directory specified is the current directory, the script

# print a error message and exit



# - if the directory specified is . or .. the script should print

# an error message and exit



# - if both -f and -d are not specified, the script should print a

# message and exit

#



if [ "$WDIR" -a "$WFILE" ]

then

fix_files "$DIR"

fix_dirs "$DIR"

elif [ "$WDIR" ]

then

fix_dirs "$DIR"

elif [ "$WFILE" ]

then

fix_files "$DIR"

fi

A+ Paper



List five major health issues that can occur at any point in our life and explain how an individual’s lifestyle impacted the onset of the health issue. If scientific research does not implicate lifestyle was a contributing factor, provide other contributing factor/s which contributed to the health issue onset. Answers must be properly researched and referenced.

BULLOCK GOLD MINING



BULLOCK GOLD MINING
Seth Bullock, the owner of Bullock Gold Mining, is evaluating a new gold mine in South Dakota. Dan Dority, the company’s geologist, has just finished his analysis of the mine site. He has stimated that the mine would be productive for eight years, after which the gold would be completely mined. Dan has taken an estimate of the gold deposits to Alma Garrett, the company’s financial officer. Alma has been asked by Seth to perform an analysis of the new mine and present her recommendation on whether the company should open the new mine.
Alma has used the estimates provided by Dan to determine the revenues that could be expected from the mine. She has also projected the expense of opening the mine and the annual operating expenses. If the company opens the mine, it will cost $750 million today, and it will have a cash outflow of $75 million nine years from today in costs associated with closing the mine and reclaiming the area surrounding it. The expected cash flows each year from the mine are shown in the following table. Bullock Mining has a 12 percent required return on all of its gold mines.
Mini Case
Year Cash Flow
0 2$750,000,000
1 130,000,000
2 180,000,000
3 190,000,000
4 245,000,000
5 205,000,000
6 155,000,000
7 135,000,000
8 95,000,000
9 275,000,000
1. Construct a spreadsheet to calculate the payback period, internal rate of return, modified
internal rate of return, and net present value of the proposed mine.
2. Based on your analysis, should the company open the mine?
3. Bonus question: Most spreadsheets do not have a built-in formula to calculate the payback
period. Write a VBA script that calculates the payback period for a project.

A+ Paper



1) A researcher strongly believes that physicians tend to show female nurses less attention and respect than they show to male nurses. She sets up and experimental study involving observations of health clinics in different conditions. In explaining the study to the physicians and nurses who will participate, what steps should the researcher take to eliminate bias based on both experimenter expectations and participant expectation.

2) In what ways is the "fight-or-flight response is helpful to humans in emergency situations? Subject.

3) Much research is being conducted in repairing faulty sensory organs through devices such as personal guidance systems and eyeglasses, among others. do you think the researchers should attempt to improve normal sensory capabilities beyond their "natural" range ( for example make human visual or audio capabilities more sensitive than normal)? What Problems might this cause?