How can the parents of pupils with autistic spectrum condition be supported by primary school staff

How can the parents of pupils with autistic spectrum condition be supported by primary school staff around the Annual Review process for Education and Health Care Plans?

Sample Solution

The post How can the parents of pupils with autistic spectrum condition be supported by primary school staff appeared first on homework handlers.

Problem Statements of Coca-Cola

Based on the situation analysis, briefly list all of the strategic issues/problems/ opportunities/challenges revealed by the situation analysis, the SWOT analysis, and the strategic assessment. Think strategically: what are the most critical and fundamental issues the company needs to grapple with to obtain and/or sustain a competitive advantage? Make sure the problem/issue statements are focused, concise, clear, and well written. Each problem statement should be communicated in one sentence and written in italics to make it easy to see. When writing each problem statement, please keep the following in mind:

BAD problem statements are not firm-specific, meaning they are generic and could be said about any company. Moreover, problems like poor profitability and limited market share are often symptoms of more fundamental issues such as poor R&D, bad customer service, failing to leverage company resources/capabilities, improper management, etc.

Sample Solution

The post Problem Statements of Coca-Cola appeared first on homework handlers.

Mandate of Heaven-one page response

Reflect on the Mandate of Heaven in contemporary China. Do you think the continual repression of dissent in China today, everything from Tibetan monks and nuns immolating themselves to Tiananmen Square (Links to an external site.)Links to an external site. to censuring web access to certain sites – even during the Olympics – is an attempt to maintain the appearance of the Mandate of Heaven? Read this excerpt from General Secretary Xi Jinping’ inaugural speech as the new leader of China. What remarks seen to harken to the Mandate? Now that he has set himself up as President for life, he is de facto Emperor. Will he honor the Mandate or subvert it for his own personal ends?

Sample Solution

The post Mandate of Heaven-one page response appeared first on homework handlers.

Fundamentals of AI(programming Python or C++) and Algorithm

Robert has moved into a new house. He has a number N of boxes from his previous home. Each box bi has a volume vi. He must fit those boxes in 2 rooms of the house and is not allowed to put any box outside of those two rooms yet. The volume of the room1 is V1 and the volume of the room2 is V2. The total volume of the boxes (v1+…+vn) is greater than V1+V2. So, He is not going to be able to fit all the boxes, but he wants to maximize the numbers of boxes in the 2 rooms (or minimize the boxes left outside of the rooms). He is an expert in robotics and got 2 robotic agents that can do the moving for them. The agents can move around the 2 rooms and the house, they can detect the boxes and their size with their sensors and can get them and place them in the rooms.

The successor function embedded in the software that controls the agents has been defined to pick up boxes at random and place them in any of the rooms also at random until there is no more space in the rooms. You need to define a new successor function by using an algorithm we have covered in class and hand the implementation to Robert, so he can insert it in the software that control the robots.

Explain why the robots are not doing a good job when choosing the boxes at random
What kind of agents are in the system? Why?
Formulate the problem in detail. Describe well the possible states. (Draw a generic tree)
Define the kind of environment Robert is dealing with (continuos? , deterministic?…..
Define the PEAS.
According to the problem, the goal formulation and the states define an algorithm that implements the successor function. (Choose one of the algorithms we saw in class).
Implement the pseudocode algorithm in a high-level language. (Python or C++) . Pay attention to the data structure you choose to keep the states the function is going through.
Comment the complexity, the completeness and the results of the algorithm.

Sample Solution

The post Fundamentals of AI(programming Python or C++) and Algorithm appeared first on homework handlers.