Questions
Please write in full sentences and atleast 1-2 paragraphs for each please. -Correctly describe self-handicapping in...

Please write in full sentences and atleast 1-2 paragraphs for each please.

-Correctly describe self-handicapping in detail

-What questions do you now have after considering the event in light of psychological theory of self-handicapping?

-What type of experiment(s) might help address self-handicapping further? Like how can we better our understanding of this? What experiments can we design to better understand it or explore more?

If you can please watch season 3 episode 6 of grey's anatomy and explain the situation of the patient with burnt hands and how that's self-handicapping.

In: Psychology

Compute and Interpret Altman's Z-scores Following is selected financial information for Netflix, for 2018 and 2017....

Compute and Interpret Altman's Z-scores Following is selected financial information for Netflix, for 2018 and 2017. $ thousands, except per share data 2018 2017 Current assets $9,694,135 $7,669,974 Current liabilities 6,487,320 5,466,312 Total assets 25,974,400 19,012,742 Total liabilities 20,735,635 15,430,786 Shares outstanding 436,598,597 433,392,686 Retained earnings 2,942,359 1,731,117 Stock price per share 267.66 191.96 Sales 15,794,341 11,692,713 Earnings before interest and taxes 1,605,226 838,679 Compute and interpret Altman Z-scores for the company for both years. (Do not round until your final answer; then round your answers to two decimal places.) 2018 z-score = Answer 2017 z-score = Answer Which of the following best describes the company's likelihood to go bankrupt given the z-score in 2017 compared to 2018. The z-score in 2018 increased. Z-scores for both years are in the gray area indicating some risk of bankruptcy. The z-score in 2018 increased, which suggests the company's risk of bankruptcy has increased. The z-score in 2018 increased. Z-scores for both years indicate low bankruptcy potential in the short term. The z-score in 2018 decreased, which suggests the company's risk of bankruptcy has decreased.

In: Accounting

A sample of 120 students in a high school reveals a mean height of 1.62 meters...

A sample of 120 students in a high school reveals a mean height of 1.62 meters and a standard deviation of 7 centimeters.

Find 90% and 99% confidence intervals for the true mean height of the student population.

In: Math

Discuss Kaushik basu model for child labor

Discuss Kaushik basu model for child labor

In: Economics

What is your idea about the following paragraph? The color of a uniform can influence a...

What is your idea about the following paragraph?

The color of a uniform can influence a patient's perception of the care they are receiving. This is something we can all relate to in clinical because first impressions significantly contribute to the confidence patients have in their care. Looking at our uniforms in nursing school now, our maroon pants and white tops bring a sense of professionalism into our clinical sites that influences the healthcare team's perception of us as well. This is beneficial to nursing students because it helps the team see us not only as students, but as collaborative assets to the patient's care as well.

In: Nursing

Starting at 9 a.m., students arrive to class according to a Poisson process with parameter λ...

Starting at 9 a.m., students arrive to class according to a Poisson process with

parameter λ = 2 (units are minutes). Class begins at 9:15 a.m. There are 30

students.

(a) What is the expectation and variance of the number of students in class by

9:15 a.m.?

(b) Find the probability there will be at least 10 students in class by 9:05 a.m.

(c) Find the probability that the last student who arrives is late.

(d) Suppose exactly six students are late. Find the probability that exactly 15

students arrived by 9:10 a.m.

(e) What is the expected time of arrival of the seventh student who gets

to class?

In: Math

The need to build a new infrastructure to utilize digital technology is constantly increasing, but it...

The need to build a new infrastructure to utilize digital technology is constantly increasing, but it is difficult to secure new infrastructure by increasing the number of system resources required indefinitely. If the cost of IT infrastructure is calculated by adding up (1 )fixed and (2) operational costs, what difference will each cost show before and after the introduction of the cloud?

In: Computer Science

Islam recognizes Jesus and Moses. Does this mean that Islam respects other religions? Why or why...

Islam recognizes Jesus and Moses. Does this mean that Islam respects other religions? Why or why not?

In: Psychology

What is Perception? What are different types of perceptual errors that disrupt the efficiency of any...

What is Perception? What are different types of perceptual errors that disrupt the efficiency of any organization? (Organizations today take enormous measures to ensure that employees frame the right perception, lest it could be detrimental to the organization. Organizational success can follow only if the perceptions of the employees are well understood and addressed). Support your answer with suitable examples.

In: Psychology

Discuss the interdependence that exists between Database System Development Life Cycle stages.

Discuss the interdependence that exists between Database System Development Life Cycle stages.

In: Computer Science

Stock A and Stock B prices and dividends, along with the Market Index, are shown below....

Stock A and Stock B prices and dividends, along with the Market Index, are shown below. Stock prices are reported for December 31 of each year, and dividends reflect those paid during the year. The market data are adjusted to include dividends.


Stock A: Stock B: Market Index
Stock Price Dividend Stock Price Dividend
2016 $25.88 $1.73 $73.13 $4.50 $17.09
2015 $22.93 $1.59 $78.45 $4.35 $13.27
2014 $24.75 $1.50 $73.13 $4.13 $13.01
2013 $16.13 $1.43 $85.88 $3.75 $9.96
2012 $17.16 $1.35 $90.00 $3.38 $8.40
2011 $11.44 $1.28 $86.33 $3.00 $7.05
  1. Use the data given to calculate annual returns for Stock A, Stock B, and the Market Index, and then calculate average annual returns for the two stocks and the index. (Hint: Remember, returns are calculated by subtracting the beginning price from the ending price to get the capital gain or loss, adding the dividend to the capital gain or loss, and then dividing the result by the beginning price. Assume that dividends are already included in the index. Also, you cannot calculate the rate of return for 2011 because you do not have 2010 data.)
  2. What dividends do you expect for Stock A over the next three years if you expect the dividend to grow at the rate of 3% per year for the next three years? In other words, calculate D1, D2, and D3. Note that D0 = $1.50.
  3. Assume that Stock A has a required return of 13%. You will use this required return rate to discount the dividends calculated earlier. If you plan to buy the stock, hold it for three years, and then sell it for $27.05, what is the most you should pay for it?

In: Finance

Q1(a) A class named “Employee” holds information like employee code, name,gender, year of joining. Write a...

Q1(a) A class named “Employee” holds information like employee code, name,gender, year of joining. Write a program in C++ to create three objects of employee and enter some data into it through setters. Make getters and setters for all employee information. Then ask the user to enter current year. Display the names of those employees whose tenure is 2 or more than 2 years according to the given current year only using getters

(b)A class named “Employee” holds information like employee code, name,gender, year of joining. Write a program to create five hundred objects (Array of employee objects )of employee and enter some data into it through setters. Make getters and setters for all employee information. Then ask the user to enter current year. Display the names of those employees whose tenure is 5 or more than 5 years according to the given current year only using getters.
Note: employee code is automatically assigned to newly created object by calling default constructor

(b) Define a class StudentReport with the following specification:
Private members :
adno 4 digit admission number
name 20 characters
marks an array of 5 floating point values
average average marks obtained
GETAVG() a function to compute the average obtained in five subject
Public members:
READINFO() function to accept values for adno, name, marks. Invoke the function   
GETAVG()

DISPLAYINFO() function to display all data members of StudentReport on the screen.
You should give function definitions outside the class using scope resolution operator.

Use C++ to answer

In: Computer Science

Describe the experimental method, state its advantages and disadvantages, and distinguish between independent and dependent variables....

Describe the experimental method, state its advantages and disadvantages, and distinguish between independent and dependent variables.

Key Terms

experimental method

causal hypothesis

independent variable

dependent variable

experimental group

control group

random assignment

Exercises

1. What is the primary advantage of the experimental method?

2. Read the scenario and answer the questions that follow it.

In a laboratory study of sleep deprivation, researchers employed a variety of techniques to keep volunteers awake for variable amounts of time.   One group of participants was kept awake for 24 hours, and the other was kept awake for 48 hours. During periods of forced wakefulness, participants were required to engage verbal learning tasks such as memorizing the definitions of obscure English words. At the conclusion of the period of forced wakefulness, participants were allowed to sleep for as long as they wanted to. When participants awakened, researchers tested them on the learning tasks they completed during the periods of forced wakefulness. The researchers discovered that participants who were deprived of sleep for 48 hours recalled less than those who had been forced to remain awake for 24 hours.

1a. What is the independent variable?_____________________________________________

1b. What is the dependent variable?_______________________________________________

1c. What is the control group?____________________________________________________

1d. What is/are the experimental group(s)?__________________________________________

3. Why is random assignment critical to the experimental method?

In: Psychology

PERCEPTION AND SENSATION -Debate why many focus on perception as a tool for action and survival...

PERCEPTION AND SENSATION

-Debate why many focus on perception as a tool for action and survival instead of focusing only on perception as a tool for developing mental representations.

-Discuss the ways in which ability and expectations can affect perception.

-Discuss the major functions of motion perception and the ways in which we can perceive motion.

-Describe real and apparent motion, what the aperture problem is, and how the visual system “solves” this problem.

-Detail how lesioning, transcranial magnetic stimulation and microstimulation have been used to study how neurons signal motion.

-State the major principles of the corollary discharge theory of motion perception, and summarize the behavioral and physiological support for the theory.

-Discuss behavioral and physiological research on implied motion, and relate this to the concept of representational momentum.

-Discuss developmental research on motion preference in newborn babies.

In: Psychology

the process used to attack networks and the devices on networks. APA FORMAT

the process used to attack networks and the devices on networks. APA FORMAT

In: Computer Science