Using HTML and JAVASCRIPT
Create a Content area on the main entry page will include inputs for customer entry for the following:
On the next page create content on the quote page (a separate page) will include the following:
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
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 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 addressed in the material. List these challenges and discuss potential solutions.
In: Operations Management
Provide evidence of each thing you would have learned in the Health Information Management Program and describe each.
1. Apply data governance principles to ensure the quality of health data
2. Apply coding and reimbursement systems
3. Model professional behaviors and ethics
4. Apply informatics and analytics in data use Apply organizational management techniques
4. Apply organizational management techniques
In: Operations Management
Book: Social policy and social change toward the creation of social and economic justice
Name two policies that are noted in chapter 2. Describe how you have been impacted by those policies.
In: Psychology
Explain in your own word about the "bwdist" function in MATLAB.
Compare the different between Euclidean, City block, Chessboard, and Quasi-Euclidean in "bwdist" function
In: Computer Science
JAVA
Write a program that prompts the user to enter a matrix number
of rows and number of columns.
In main method create 2D matrix based on the number of rows and
columns input by the user; randomly fills the matrix with 0s and 1s
and prints it.
Create method sumColumns that takes only the matrix you created in
main method and find the sum of each column with even index and
prints it. Do not use global variables.
Here is a sample run of the program:
Enter number of rows and columns 4 6
1 0 0 0 1 0
0 0 0 0 1 0
1 0 1 0 1 1
1 1 1 1 0 1
3 2 3
Process finished with exit code 0
In: Computer Science
JAVA posted multiple times
Write a program that prompts the user to enter a matrix number
of rows and number of columns.
In main method create 2D matrix based on the number of rows and
columns input by the user; randomly fills the matrix with 0s and 1s
and prints it.
Create method sumColumns that takes only the matrix you created in
main method and find the sum of each column with even index and
prints it. Do not use global variables.
Here is a sample run of the program:
Enter number of rows and columns 4 6
1 0 0 0 1 0
0 0 0 0 1 0
1 0 1 0 1 1
1 1 1 1 0 1
3 2 3
Process finished with exit code 0
In: Computer Science
JAVA posted multiple times
Write a program that prompts the user to enter a matrix number
of rows and number of columns.
In main method create 2D matrix based on the number of rows and
columns input by the user; randomly fills the matrix with 0s and 1s
and prints it.
Create method sumColumns that takes only the matrix you created in
main method and find the sum of each column with even index and
prints it. Do not use global variables.
Here is a sample run of the program:
Enter number of rows and columns 4 6
1 0 0 0 1 0
0 0 0 0 1 0
1 0 1 0 1 1
1 1 1 1 0 1
3 2 3
Process finished with exit code 0
In: Computer Science
Cloth can be waterproofed by coating it with a silicone layer. This is done by exposing the cloth to (CH3)2 SiCl2 vapor. The silicon compound reacts with OH groups on the cloth to form a waterproofing film (density = 1.0 g/cm3) of [(CH3)2SiO]n, where n is a large integer number. The coating is added layer by layer, with each layer of [(CH3)2SiO]n being 0.60 nm thick. Suppose you want to waterproof a piece of cloth that is 5.00 square meters, and you want 290 layers of waterproofing compound on the cloth. What mass of (CH3)2SiCl2 do you need?
In: Chemistry
In “The Goal” by Eliyahu Goldratt:
In: Operations Management
In “The Goal” by Eliyahu Goldratt:
In: Operations Management
By using the following:
-Python(you can use the filter function)
-Data class
-Functional Programming(don't use while & for loops but you can use if statement)
Write a program that reads table with given columns from input stream. Columns are name, amount, debt.(ONLY 3 columns, the person's first name and surname is under the column 'name'). Then filter the table (condition: debt is equal to 0). After that increase debt by 14% then output the results.
-----------------------------------------
Example.
User's Input:
3 - No. of People
Sam Hill 411889 36881
Angela Smith 121877 0
Nicholas Ander 783887 591951
Expected Output:
Sam Hill 411889 52371.02 Nicholas Ander 783887 840570.42
-----------------------------------------------------
NOTE: Don't use dataframes(panda,etc) and the code should enable user to input their details.
**Please also explain your answer*
In: Computer Science