Think of some daily activities that you perform. You are going to prepare a plan and design an algorithm that can be translated into a program that would tell a computer how to do the activity you have chosen.
1. In paragraph form, describe in detail the big picture, the final goal, and the individual stages of your algorithm. If there are issues to overcome, write out possible solutions for each. Also, describe your inputs, outputs, decisions, and repetitions in the algorithm. Think about sequence when writing this out.
2. Using the standard notation for pseudocode that you have learned, write out the algorithm for the daily activity you have selected.
3. Using your pseudocode from step two, create a flowchart of your algorithm. Utilize the correct symbols in your flowchart that you learned about in the module.