Software Design & Development

12345678910111213
Across
  1. 3. type of logical operator
  2. 6. meaning the program doesn't break with unexpected input
  3. 10. testing data that should be rejected by a program
  4. 11. returning to a previous phase in the development lifecycle
  5. 12. standard algorithm that adds up a value
Down
  1. 1. true or false
  2. 2. an example of this is internal commentary
  3. 4. design notation that uses arrows
  4. 5. setting or updating a value in a variable
  5. 7. another word for if statements
  6. 8. data structure for storing multiple values of same type
  7. 9. error type that doesn't display error message
  8. 13. one of the pre-defined functions