Selection

12345678910
Across
  1. 3. logical design that controls order in which set of statements execute
  2. 4. data type, a form of data with only two possible values
  3. 6. expressions that evaluate to either true or false
  4. 8. special version of a decision structure; Makes logic of nested decision structures simpler to write
  5. 10. Creates compound Boolean expression that is true only when both sub expressions are true
Down
  1. 1. A sequence of characters
  2. 2. expression tested by if statement to determine if it is true or false
  3. 5. Creates compound Boolean expression that is true when either of the sub expressions is true
  4. 7. Dual alternative decision structure: two possible paths of execution
  5. 9. a true or false statement that must be tested