Creation of an algorithm should
- express a logical process for solving an engineering problem or a step-by-step thought process and procedure
- be based on one or more of the following algorithm types:
- Visual—flow chart
- Written—pseudo code
- Mathematical—formula-based
Process/Skill Questions:
- What questions should be asked when creating an algorithm?
- How are algorithms used to ensure the quality of a product?
- What procedure can be used to test one's algorithm?