Unit 1 Lesson 13 - Decomposition and Design
Lesson summary and assignments
Answer Keys
Vocabulary
- decomposition
- the process of breaking a problem down into smaller parts to write methods for each part
- efficient
- getting the best outcome with the least amount of waste
- pseudocode
- a plain language description of the steps in an algorithm
- redundant
- code that is unnecessary