Iterative Development

1234567891011121314
Across
  1. 7. something that needs to be solved
  2. 8. what the outcome will do
  3. 10. to make or create
  4. 11. means to repeat
  5. 12. how users will interact with the outcome
  6. 13. a method of development used in software engineering
  7. 14. a stage in the development where the outcome is not yet complete
Down
  1. 1. reading values between 0-1023
  2. 2. The switch and moisture sensor and temperature sensor are examples of ...
  3. 3. to check if the code works on expected inputs
  4. 4. the xiao microprocessor controls these using digitalWrite() commands
  5. 5. C++ is a type of
  6. 6. values are either 0 or 1, On or Off, High or Low
  7. 7. done in a project to help organise what to do
  8. 9. what the outcome looks like
  9. 13. The type of Microprocessor we use