Question child Humanities Assignment Help. Question child Humanities Assignment Help.
(/0x4*br />
I need two different files of the same thing. I need two sets of these three paragraphs
Total of 6 paragraphs but I need them to be in different documents. They should be different but same questions.
Questions answered in order
In 3 paragraphs:
- In what ways do caregiving routines (in general) support cognitive development in infants and toddlers?
- Expand upon this general response, by providing at least 3 specific examples of caregiving routines that take place in an infant and toddler care environment. How does each support cognitive development? At least one of your examples should specifically address the needs of toddlers.
Question child Humanities Assignment Help[supanova_question]
Python lab (network) Computer Science Assignment Help
Overview:
In this project, you will implement a distance-vector routing protocol on a router. Your task is to extend the given code to implement several router functions.
STARTING CODE:
The starting code for this project provides you with the implementation several network layers that cooperate to provide end-to-end communication.
<code> NETWORK LAYER (network.py)
DATA LINK LAYER (link.py)
</code>
The code also includes simulation.py
that manages the threads running the different network objects. Currently, simulation.py
defines the following network.
At a high level a network defined in simulation.py
includes hosts, routers and links. Hosts
generate and receive traffic. Routers
forward traffic from one Interface
to another based on routing tables that you will implement. Routers
also exchange routing tables to establish forwarding paths. Links
connect network interfaces of routers and hosts. Finally, the LinkLayer
forwards traffic along links. Please consult the video lecture for a more in-depth explanation of the code.
PROGRAM INVOCATION:
To run the starting code you may execute:
<code> python simulation.py
</code>
The current simulation_time
in simulation.py
is one second. As the network becomes more complex and takes longer to execute, you may need to extend the simulation to allow all the packets to be transfered.
ASSIGNMENT:
- [2 points] In the starting code the routing table is an empty dictionary. Set up the routing table based on the
cost_D
parameter of theRouter
constructor. The implement a ‘pretty’ print of the routing table inRouter.print_routes()
to show a routing table as follows: -
<code>╒══════╤══════╤══════╤══════╤══════╕
│ RA │ H1 │ H2 │ RA │ RB │
╞══════╪══════╪══════╪══════╪══════╡
│ RA │ 1 │ 4 │ 0 │ 1 │
├──────┼──────┼──────┼──────┼──────┤
│ RB │ 2 │ 3 │ 1 │ 0 │
╘══════╧══════╧══════╧══════╧══════╛
</code>where the top left corner represents the router from which this tables was printed, the rest of the top row represents the different destinations in the network, the rest of the left column represents paths through known routers, and the numbers represent path costs. In other words the way to read this table is (assume column row indexing): router
RA
(0,0) knows that the cost to destinationH2
(2,0) through routerRB
(0,2) is3
(2,2). This table corresponds to what the final routing table should be forRA
in the above network.Getting this pretty print to work will be invaluable to you in debugging your routing protocol implementation. - [2 points] Currently
Router.send_routes()
does not send route updates correctly. Modify that function to send out route updates as defined in the distance-vector protocol discussed in class and your textbook. You will need to come up with a message that encodes the state of your routing tables. - [6 points] Currently
Router.update_routes()
does not update routes correctly. Modify that function to update the routing tables using the Bellman-Ford equation based on updates fromRouter.send_routes()
. Be aware that receiving an update may mean that you will need to send an update as well!
Submit a YouTube video link showing the execution of simulation.py
until routing tables converge. We will grade you based on the formatting routing tables, the content of your route update messages, and the final state of your routing tables. Make sure that all of these are clearly visible in your output. Submit your code as link_1.py
, network_1.py
, and simulation_1.py
.
- [6 points] Currently
Router.forward_packet
always forwards packets on interface1
. Modify that function to forward packets according to the routing tables. - [4 points] Modify
simulation.py
to haveHost 2
send a reply packet on the reverse route toHost 1
Submit a YouTube video link showing the execution of simulation.py
forwarding packets between the hosts. We will grade you based on correct use of the routing tables. Make sure your output shows the forwarding decisions made by routers. Submit your code as link_2.py
, network_2.py
, and simulation_2.py
.
- [10 points] The current router implementation supports a very simple topology.Configure
simulation.py
to reflect the following network topology.Now change the link costs in that network such that packets fromHost 1
toHost 2
follow a different path than packets fromHost 2
toHost 1.
Submit:
a video showing the execution of simulation.py
forwarding packets between the hosts on two different paths. Make sure your output shows the final routing tables and the forwarding decisions made by routers. Also submit your code for this scenario as link_3.py
, network_3.py
, and simulation_3.py
.
[supanova_question]
Can you help me to write the essay? Writing Assignment Help
Hello,
I need help to write an essay about the problems of migrant children with the use of both books in The Circuit by Francisco Jimenez and Voices from the Fields by Beth Atkin.First, I need to write a good title for the essay.Then, I want to write an introduction consisting of a hook, a background and a thesis sentence.(The hook is about a quote for immigrants).Secondly, I need to write a first body which includes one of the problems of immigrant children with three quotations with explanations of each quote. Third, I need to write a body 2 and a body 3 that also includes the problems of immigrant children. It must consist of the same steps as the body of 1. I mean we write about every problem paragraph.Finally, you must write a conclusion paragraph.
Summary: The essay should include five paragraphs. The first paragraph contains the introduction. Paragraphs 2, 3 and 4 include body 1, body 2, body 3. Each body includes the subject of a problem and three quotes with explanation and the fifth paragraph is the conclusion.
*Note , You must write about three different problems.(In the pictures there are some problems you can write about it in the essay)
Also ,you should note there are only four stories of Voices from the fieds to write about it.You can find it in the pictures.
Finally,Prefer to write simple and short sentences
I’ll put some pictures maybe will help you
[supanova_question]
reasearch paper Writing Assignment Help
PBH 165 – Guidelines for Research Paper
(3-5 page paper (typed, size 12 font either Arial or Times New Roman, double spaced, 1’’ margins with a title page)
Descriptive Title Page:
The title of your paper should be as informative as possible and clearly state the topic being researched. Include your name, date and course number. (This page is not part of your 3 to 5 pages of content)
Introduction:
The part should be comprehensible to the general audience. You should define/describe the health topic that you will address. By defining and establishing the objective of your paper in the introductory section, you clarify the goal and set the direction for the rest of the paper.
- Explain why the topic is important
- Explain the goal of the paper
Content:
In the content section that follows, you should provide an enlarged but focused description of significant literature organized clearly around the topic you posed in the introduction. The background information should be provided in enough detail to orient the reader who may not be a specialist in the subject. Make the content clear, crisp, and logically organized. Include the information below:
- Describe the Health Topic
What is the topic and how does it impact health.
Discuss the health problems associated with your topic.
- Describe the statistics of the health topic in the US and Nevada
- You may want to include the information below if it can be found.
- Number of people with the condition (prevalence)
- Number of new people identified per year (incidence)
- Which populations are most affected (age, race, income, ethnicity)
- Number of deaths
- Costs related to the issue
- Describe how the issue can be treated and prevented
- Discussion
Answer the following questions:
Do you think current prevention/treatment efforts are working?
Why or why not?
What should be done in the future?
Conclusions:
The conclusions section is placed at the end of the document, right before the
Bibliography. It concludes the paper by pointing out its major points and concluding the original objective (if it was answered or not).
- Point out the major findings from the paper.
- Identify any key things that you learned
- Describe what you hope happens in the future.
References/Bibliography:
The conclusions are followed by a list of references (or bibliography) items. Must be in APA style. (MUST HAVE 5 PEER REVIEWED JOURNAL ARTICLES or Textbooks.) (This page is not part of your 3 to 5 pages of content)
Rubric
Some Rubric (1)
Criteria | Ratings | Pts | ||
---|---|---|---|---|
This criterion is linked to a Learning OutcomeIntroduction (5 points)Informative, clear, and well referenced introduction to the topic. Goal or objective of the research paper is clearly stated |
|
5.0pts |
||
This criterion is linked to a Learning OutcomeContent (20 points)Fully describes the major points of the topic. Describe the statistics of the health topic in the US and Nevada Described how the issue can be treated/prevented Answered all discussion questions |
|
20.0pts |
||
This criterion is linked to a Learning OutcomeConclusion (5 points)Summarize what was written in the body of the paper Describe ongoing/future work Concluded Objective |
|
5.0pts |
||
This criterion is linked to a Learning OutcomeMechanics and Style (10 points)Correct sentence and paragraph construction Few errors in spelling, punctuation, grammar, and mechanics Appropriate use of tables and figures Language clarity, correctness, and economy Word choice is precise and appropriate for the audience |
|
10.0pts |
||
This criterion is linked to a Learning OutcomeBibliography (5 points)Complete and correct list of literature cited (APA format) Complete and correct citation of references in the text |
|
5.0pts |
||
This criterion is linked to a Learning OutcomeOrganization (5 points)Information presented in sensible order Effective transitions to link all ideas |
|
5.0pts |
||
Total Points: 50.0 |
[supanova_question]
marriage and family Humanities Assignment Help
lease read chapters 10 and 11. Please read the powerpoint Theories of Marriage & Family
Then read the article Why Marriage Matters.
Then answer at least 1 question from each group of questions below:
Pages (1-6)
- How has America changed in its values according to the article?
- How have you seen values change since you were born till now?
- What is the fundamental conclusion of the article?
- Do you agree with the conclusion before reading the article? What is your opinion based on?
Pages (7-8)
- How important are fathers in the lives of children?
- How important is marriage in the lives of fathers and children?
- Is cohabitation the same as marriage? Why or why not?
- Why do you think children from a divorced family are more likely to divorce?
Pages (9-11)
- Why are children’s poverty rates so high?
- Do you think marriage or decreasing the divorce rate could be one of the answers to lowering poverty rates of our citizens?
- Why do divorced children do less well in school?
- Why do divorced children graduate from high school and achieve high-status jobs less frequently than non-divorced children?
Pages (11-13)
- Why do you think children of married parents have better physical health?
- Why do you think infant mortality is related to divorce?
- Talk about the physical health of men and women who are married versus those who aren’t
Pages (13-17)
- Talk about the mental/emotional health of married vs. non-married
- What do you think is the biggest factor leading to the troubles boys can face when living in a single-parent home?
- Why would a child not living with his 2 biological parents be at greater risk for child abuse?
Page (18)
- After reading the article, what is your opinion of the importance of marriage?
- What implications does this research have for marriage and family therapy and policy?
- Do we need to spend energy, time, and money on divorce prevention given this data?
- Might we actually save money in America by lowering the divorce rate? How? (Hint, if less children are part of married families might that be less families on welfare? Etc.)
Click “Reply” to post your original 300 word post.
[supanova_question]
[supanova_question]
Power Point : Application of Toxicology in Enviormental Health and Safety Science Assignment Help
Assume the role of an environmental safety expert who is presenting to a
group of undergraduate college students about the application of toxicology in
the field of environmental health and safety. Your presentation should address
the following key points.
- Explain how dose-response data are utilized for risk assessment.
- Discuss the relationship between risk assessment and risk management.
- Identify and explain how at least three fields of toxicology contribute to
areas of environmental safety and health. - Research and discuss one current event (within the last six to eight
months) that exemplified the relationship between toxicology and
environmental safety and health.
The assignment should be completed as a PowerPoint presentation and should
meet the following requirements:
- The length should be at least eight slides, not including your title and
reference slides. - Key points only should be entered on slides. Full paragraphs should not be
included on presentation slides. - Voiceover or speaker notes should be included for details of the
discussion. This should not be an exact replica of the slide information but
an expansion of information to fill in the blanks and provide
additional details to the audience. - Include least three visual aids and/or graphics.
- A minimum of three credible sources should be used for this assignment,
and the references should be properly cited in a reference list at the
end of the PowerPoint. The CSU Online Library is a great place to
find credible sources. If you need any assistance, we have a full
staff of librarians available to help you get started with research.
If you need any assistance creating your PowerPoint, click here for a Writing Center tutorial that covers best
practices for creating effective PowerPoint presentations. All references
and citations used must be in APA style.
Power Point : Application of Toxicology in Enviormental Health and Safety Science Assignment Help[supanova_question]
Change Stories Business Finance Assignment Help
In a three- to four- page paper (excluding the title and reference pages), reflect on an important professional change that you have experienced. Compare your change story to one of the stories from the beginning of Chapter 1 of the text. Answer the following questions and support your thoughts with at least two scholarly sources.
In your paper you must:
- Describe your change story and the one selected from Chapter 1 of the text.
- Discuss the common issues and lessons present in both stories.
- Identify and discuss the embedded lesson found in the four change stories of Chapter 1.
- Describe how you might use the lessons as a solutions template during future change strategies.
Your paper should include in-text citations and references for at least two scholarly sources, in addition to the course text, and it should be formatted according to APA style as outlined in the Ashford Writing Center.
Carefully review the Grading Rubric (Links to an external site.)for the criteria that will be used to evaluate your assignment.
[supanova_question]
One Page paper Business Finance Assignment Help
please see the 3 different powerpoint slides attached alone with the video to answer the following questions:
Toyota Production System — Elements of Just-in-Time (JIT): https://www.youtube.com/watch?v=nFu4FFgbMY4
- If for example there are 18 critical members of my 1st and 2nd tier supply chain (customers and suppliers and me) and another 1,218 other companies on my extended supply chain map (e.g. the complete map), how many S&OPs are there?
- How often do I create a new S&OP?
- Who approves the final Supply Chain Plan?
- What are the steps that I should take AFTER the S&OP is complete?
- Why is the reverse of outsourcing so much more difficult, time consuming and expensive than outsourcing?
[supanova_question]
Economics paper defining Fed’s role in the 2008-09 crisis and what they should do for the next 1-2 years. Economics Assignment Help
Below are the requirements given by professor. I’ve also attached an outline of my thoughts on what to talk about in the paper.
The following writing assignment for the Economics of Global Money Markets is to be completed in no less than 7 typed pages. Please double-space your paper with appropriate margins.
The economic and financial crisis of 2008/09 represents the most serious economic downturn in the U.S. and the world since 1929. Review and discuss the Federal Reserve and its role in our economy during this time including a discussion of our nation’s three main economic goals. Describe the historic monetary and fiscal policy efforts undertaken by the U.S. Government and Federal Reserve including both the traditional and non-traditional measures to ease credit markets and stimulate the economy.
Finally, relate the Fed and U.S. Government involvement to our present volatile environment and indicate what measures, if any, each should pursue in the next 12-24 months, given the status of our three main economic goals. Include a discussion on return from historically low interest rates, the Fed balance sheet, historically high federal/US debt levels, and potential new fiscal policy and monetary policy initiatives.
[supanova_question]
Assignment 2 Computer Science Assignment Help
Case Study 2: Implementation Strategies
Your proposed information system is still a contender. The executives, however, are asking whether it is
too limited to prevent the shadow IT projects that continue to take place throughout the organization.
They believe that you have considered what the organization does now, but how will your system adapt to
new products and processes? Read IQMS (2015) for a concrete example of what they mean.
You’ll have to quell their fears, so it’s time for another memo. Please focus on these points:
1. Identify any significant changes that your organization might reasonably make in its product
offerings in the next 3 years. Explain the competitive benefits of this change.
2. Explain how your information system addresses or can adapt to the introduction of these new
product offerings.
3. Give one reason why capabilities for the new product offerings should or should not be
incorporated in the initial information system design. Justify your reason.
This memo should be 3–5 pages long.
Reference:
IQMS. (2015). Quick Response Manufacturing Yields Lower Inventories & Improves cash flow. Retrieved
from https://www.iqms.com/files/case-studies/quick-response-manufacturing.pdf.
[supanova_question]
https://anyessayhelp.com/
- If for example there are 18 critical members of my 1st and 2nd tier supply chain (customers and suppliers and me) and another 1,218 other companies on my extended supply chain map (e.g. the complete map), how many S&OPs are there?
- How often do I create a new S&OP?
- Who approves the final Supply Chain Plan?
- What are the steps that I should take AFTER the S&OP is complete?
- Why is the reverse of outsourcing so much more difficult, time consuming and expensive than outsourcing?