Solved by verified expert:Find the due date on the Course Calendar.Imagine that you want to create a robot that does what you do daily, such as your preparation to go to bed at night, the morning routine, etc. Choose one of your daily tasks and describe it step by step by creating an algorithm.
Think about all the steps you take to fulfill the selected task. Make sure that you take into consideration all alternatives for particular actions – you run out of toothpaste, water is cold, etc, and create steps for all acceptable values.Open a new document in Word. Draw a structured flowchart or write pseudocode that describes all the steps.There are different ways to create a flowchart. Another easy way to do it is online at draw.io, where you can create a flowchart and export it as a PDF.Here is an example structured flowchart [PDF] for your reference.Make sure to take into consideration all the exceptions. For example, the instances in which something is not in the right place, and you need to do alternative actions.Include at least two decisions and two loops in your algorithm.Evaluate the effort of writing an algorithm that would guide a robot executing all the routine activities that you do daily.Submission: Post your algorithm as an attachment in the discussion forum titled Unit 2: Daily Tasks by clicking the Discussion Board link in the course menu. Make sure to create a new thread with the title containing your name, and something representative for your response. Your algorithm can be a .doc, .docx or .pdf file. Please make sure to explain the daily task you selected and what your algorithm will do in your post as well.