Name Date ALGORITHMIC THINKING Part 1 FINISH A. In the space below, write an algorithm directing the turtle from start to finish. You can write the algorithm in English or use the pseudocode shown in the video, specifying values for the parameters of units to move and the direction to turn. Example: 1. move (2) 2. turn (right) page • 1 Name Date B. In the space below, write a second algorithm to complete this same task. C. Compare your algorithms by answering the following questions. 1. Which algorithm had more steps, A or B? 2. Which algorithm included more turns for the turtle to make? 3. Which algorithm had the turtle move across more units? D. Which algorithm would you use if your turtle could only move across 6 units or fewer? Why? page • 2 Name Date Part 2 Choose a task that you complete every day from the following list, or come up with your own. Brushing your teeth Making your bed Folding laundry Feeding a pet Setting the table Washing dishes Other: ________________________ In the space below, write an algorithm for this task that includes precise language and all the steps in order. You can write this algorithm in English. page • 3