Questions
Questions Part A: Based on the analysis of your local water, would you classify its hardness...

Questions

Part A:
Based on the analysis of your local water, would you classify its hardness as soft, moderate, hard, or very hard? Explain your answer.

Part B
Approximately how much calcium would you ingest by drinking eight 8-oz glasses of your local water? Hint: 1 oz (fluid ounce) = 29.57 mL.

Part C
Assume an average minimum daily requirement for calcium is 1,150 mg. Calculate what percentage of your daily requirements could be met by drinking 1.0 L of your local water.

In: Chemistry

What is qualitative research? What are some of the techniques used in qualitative research ? Define...

What is qualitative research?
What are some of the techniques used in qualitative research ?
Define and describe community-based participatory research.
Why is it important/vital to involve the community in research?
How would you make sure that the community is involved in your research project?

In: Operations Management

2. Write a Regular expression that matches words, where a word is a series of ASCII...

2. Write a Regular expression that matches words, where a word is a series of ASCII alphabetic characters. Match both upper- and lowercase.

Note: Enter man grep to read about the options of grep.
Answer:

In: Computer Science

In your own words (not copied and pasted from the textbook or another source), explain what...

In your own words (not copied and pasted from the textbook or another source), explain what the following sentence means:

"Attachment theories assume that the relationship between early experiences and subsequent outcomes is probabilistic, not deterministic."

In: Psychology

A U.S. electronics firm is considering moving its production to a plant in Mexico. Its estimated...

A U.S. electronics firm is considering moving its production to a plant in Mexico. Its estimated production function is q = L0.5K0.5. In the U.S., the wage, w is ten dollars, and the cost of capital, r is also ten dollars. In Mexico, the wages is half that in the U.S., but the firm faces the same cost of capital: w = 5 and r = r = 10. If the firm wants to produce q = 100 units of output, what amount of labor and capital will it choose to utilize in the U.S.? What amount of labor and capital will it choose to utilize in Mexico? What are the total costs of producing at each plant? (Hint: With q = L0.5K0.5, M PL = 0.5L0.5K0.5 and M PK = 0.5L0.5K0.5.)

In: Economics

explain in general how one would calculate the one-way delay of a packet sent from host...

explain in general how one would calculate the one-way delay of a packet sent from host A to host B in the given network topology. identify all possible sources of delay.(not only formulas)

In: Computer Science

IN C# Create classes: Person, Student, Employee, Professor, Staff and Address ☐ Address class must have...

IN C#

Create classes: Person, Student, Employee, Professor, Staff and Address

  1. ☐ Address class must have suitable auto-implemented properties for Address 1, Address 2 and City.
  2. ☐ Person class must have suitable auto-implemented properties for Name, Residence (type Address) and email.
  3. ☐ Student and Employee must be subclasses of Person.
  4. ☐ Employee must be a super class for Professor and Staff.
  5. ☐ Employee class must have suitable auto-implemented properties for salary (between 2000 to 8000), and hire date.
  6. ☐ Professor class must have suitable auto-implemented properties for office hours and rank (use enum, e.g. Assist. Prof., Assoc. Prof., etc.)
  7. ☐ Staff class must have auto-implemented property for a designation (use enum, e.g. Office Assistance, Clerk, etc.)
  8. ☐ All classes must have suitable constructor(s) and making use of super class constructors as applicable.
  9. ☐ Override the ToString method in each class to return the class name and all other information in one/single line (use string interpolation and use base class ToString as applicable)

In the Main Method, create three Lists for (Student, Staff, and Professor) with hard-coded data for at least 4 entries each.

Implement the menu driven CONSOLE logic as:

Press 1 to modify Student

Press 2 to modify Staff

Press 3 to modify Professor

Press 0 to exit program

☐modify Student Menu

Press 1 to list all students

Press 2 to add a new student

Press 3 to update …

Press 4 to delete …

Press 5 to return to main menu

☐ modify Staff Menu

Press 1 to list all Staff

Press 2 to add a new Staff

Press 3 to update …

Press 4 to delete …

Press 5 to return to main menu

☐modify Professor Menu

Press 1 to list all Professors

Press 2 to add a new Professor

Press 3 to update …

Press 4 to delete …

Press 5 to return to main menu

☐ Console application must have a hierarchy of above-shown menus and run continuously until the person quits the application

☐ For Search (required to find and update) must use LINQ.

In: Computer Science

Positioning and Differentiation Youth Program Non-for-profit program Part 1: Competitive Advantages List the competitive advantages of...

Positioning and Differentiation Youth Program Non-for-profit program

Part 1: Competitive Advantages

List the competitive advantages of the product, service or organization you’re focusing on: the things that make it different from competitors in positive ways.

Part 2: Market Niche and Positioning Strategy

Describe the market niche you want to fill, along with the positioning strategy you recommend using. Why do you think this is the right approach?

Part 3: Positioning Statement

Develop a positioning statement using this formula: “To [target audience], [product/service/organization name] is the only [category or frame of reference] that [points of differentiation/benefits delivered] because [reasons to believe].[1] (Links to an external site.) Please type explanation handwritten hard to read thank you

In: Operations Management

1. Suppose a fair, two-sided coin is flipped. If it comes up heads you receive $5....

1. Suppose a fair, two-sided coin is flipped. If it comes up heads you receive $5. If it comes up tails you lose $1. The expected value of this lottery is (a) $2 (b) $3 (c) $4 (d) $5 (e) None of the above

2. An individual has a vNM utility function over money of u(x) = p3 x , where x is final wealth. She currently has $8 and can choose among the following three lotteries. Which lottery will she choose? • Lottery 1: Give up her $8 and face the gamble (0.1, 0.5, 0.4) over final wealth levels ($1, $8, $27). • Lottery 2: Keep her $8. • Lottery 3: Give up her $8 and face the gamble (0.2, 0.8,0.0) over final wealth levels ($1, $8, $27) (a) Lottery 1 (b) Lottery 2 (c) Lottery 3 (d) She is indifferent between the three lotteries.

3. An individual has a vNM utility function over money of u(x) = px, where x is final wealth. Assume the individual currently has $16. He is offered a lottery with three possible outcomes; he could gain an extra $9, lose $7, or not lose or gain anything. There is a 15% probability that he will win the extra $9. What probability, p, of losing $7 would make the individual indifferent between to play and to not play the lottery? (a) p = 0.15 (b) p = 1.08 (c) p = 0.415 (d) p = 0.05 (e) None of the above

In: Economics

Suppose 8 bits are used to store signed integers. The largest value that can be represented...

  1. Suppose 8 bits are used to store signed integers. The largest value that can be represented is 0111 1111. What is the decimal value of that number?

127

128

177

178

  1. 2.Suppose a 6-bit storage unit is used to store unsigned integers. What is the binary representation of the decimal number 67?

01000011

1000011

010000

000011

In: Computer Science

Using HTML and JAVASCRIPT Create a Content area on the main entry page will include inputs...

Using HTML and JAVASCRIPT

Create a Content area on the main entry page will include inputs for customer entry for the following:

  • Entry field (with labeling) for the Customer's name
  • Entry field (with labeling) for the Customer's email address
  • Entry field (with labeling) for which room the customer is planning on painting
  • Entry field (with labeling) for the width of the room
  • Entry field (with labeling) for the length of the room
  • Entry field (with labeling) using a colour box so the customer can pick the colour they want to paint the room
  • A selection list so the user can decide whether they want standard paint (24.99 per can) or premium paint (39.99 per can)
  • A button to create a quote for the customer

On the next page create content on the quote page (a separate page) will include the following:

  • Customer's contact information (name and email)
  • Room to be painted
  • Square footage of the room based on length and width
  • A colour swatch showing the colour the customer picked
  • The number of paint cans that will be needed to paint the room based on each can cover approximately 400 sq ft of wall space (rounded up)
  • The final price for the number of cans based on which type of paint was selected plus 13% HST

Data from the entry page MUST be pulled from local storage in order to fill in quote page and ES6 concepts used where applicable.

In: Computer Science

Literature Review Words: 500 Article Chosen: Parent–Child Aggression: Association With Child Abuse Potential and Parenting Styles...

Literature Review

Words: 500

Article Chosen: Parent–Child Aggression: Association With Child Abuse Potential and Parenting Styles

https://libres.uncg.edu/ir/uncg/f/C_Rodriguez_Parent_2010.pdf

Guidelines

Guide only, feel free to organise however else you like to as long as you address the learning outcomes and elements in the rubric.

* Introduction

Introduce the general issue and its importance

Identify key trends or perspectives

Identify the specific focus of this literature review (your identified issue)

Give a brief outline of the structure of the body

* Body

Cluster your literature around common themes or threads of ideas. Structure your writing thematically and not author by author. This allows you to compare, contrast, and make sense of the different authors’ perspectives on one point./ And if you find there are a lot of authors with some contribution to one point, then maybe that point needs to be teased out into sub-themes

Try not to hide behind what the literature is saying. Remember, it is up to you to interpret it and make sense of it for your reader. Listing what they have found or believe is part of a literature review, but in itself is not enough, you need to clarify what the reader is to take away from this body of research

Never be afraid to narrow your topic. You have a word limit, which is enough to make one meaningful point, but not to include detail for its own sake. It is better to dig deep into a topic rather than be broad and superficial

You may have to limit your question many times before you finalise your draft. Spend time considering your question/topic, because this provides the guidelines for your writing and your research. You need to have clear guidelines so that you can research with purpose and efficiency, even if these guidelines are modified later. Otherwise a lot of time and energy will be wasted, either, looking at irrelevant material, or material that cannot fit into your review

* Conclusion

Summarize the major contributions, evaluating the current position, and pointing out flaws in methodology, gaps in the research, contradictions and areas for further study

Conclude by summing up and identifying the significance of the topic in relation to the literature

* Please ensure that you write succinctly to avoid wasting your word count. Note that unnecessary words weakens your argument. You should keep within +/- 10% of your word count

* Check for spelling and grammatical errors. Loosing marks from errors that could be addressed through editing is not worth it.

* Make sure that all references are correctly referenced using APA style

* Refer to Unit Guide for more information about the unit requirements

In: Psychology

1.Which of the following is not an advantage of MIRR compared to IRR? A. Assumes reinvestment...

1.Which of the following is not an advantage of MIRR compared to IRR?

A. Assumes reinvestment of cash flows at WACC

B. Assumes reinvestment of cash flows at IRR

C. Avoids multiple IRR issue

D. None of the above

2.What’s the crossover rate of the following two cash flow series? Year 0 1 2 3 Project X -$1,150 $1000 $300 $400 Project Y -$1,150 $500 $300 $1000

A. 12%

B. 11%

C. 10.3%

D. 9.5%

E. None of the above

3. Which of the following is the criterion to evaluate mutually exclusive projects using NPV decision rule?

A. If NPV>0, accept the project

B. If NPV<0, accept the project A. Select the project with the highest positive NPV B. Select the project with the highest negative NPV C. None of the above ><0.Accept the project

A. Select the project with the highest positive NPV

B. Select the project with the highest negative NPV

C. None of the above

4. Which of the following is the criterion to evaluate independent project using IRR decision rule?

A. If IRR>WACC, accept the project

B. If IRR<WACC.

C. Select the project with the highest IRR

D. Select the project with the highest WACC

E. None of the above

5. You are using a net present value profile to compare Projects A and B, which are mutually exclusive. Which one of the following statements correctly applies to the crossover point between these two?

A. The internal rate of return for Project A equals that of Project B, but generally does not equal zero.

B. The internal rate of return of each project is equal to zero.

C. The net present value of each project is equal to zero.

D. The net present value of Project A equals that of Project B, but generally does not equal zero. E. The net present value of each project is equal to the respective project's initial cost.

6. USA Manufacturing issued 30-year, 7.5 percent semiannual bonds 6 years ago. The bonds currently sell at 101 percent of face value. What is the firm's aftertax cost of debt if the tax rate is 35 percent?

A. 4.82 percent

B. 5.62 percent

C. 3.76 percent

D. 3.59 percent

E. 4.40 percent

7. Financing expense is a relevant cash flow

. A. True B. False

In: Finance

Briefly discuss the facility-level tradeoffs with a distribution center. Distribution Centers face 3 major challenges as...

Briefly discuss the facility-level tradeoffs with a distribution center.

Distribution Centers face 3 major challenges as addressed in the material. List these challenges and discuss potential solutions.

In: Operations Management

Describe the parts of the mesentery.

Describe the parts of the mesentery.

In: Biology