Harry Programmer Activity 3 - Task 4

1234567891011121314151617181920
Across
  1. 4. grouping or classification of data into different ..........
  2. 6. in boolean logic - you need both
  3. 8. you have to make a decision based on the answer given by the user to your question
  4. 10. in boolean logic - you need either
  5. 11. When you evaluate this, the answer can only be True or False
  6. 13. the python function used to display something on the screen
  7. 16. instructions one after another, run in order
  8. 17. used for whole number input
  9. 18. used for input of any sort of characters
  10. 20. used for decimal input
Down
  1. 1. the python function used to accept the answer to a question
  2. 2. a text based programming language
  3. 3. are used to remember the answer the user put in
  4. 5. need this = for setting a variable
  5. 7. need this == when you .........
  6. 9. in boolean logic - to negate
  7. 12. a data item that does not change
  8. 14. on the following line, moving four spaces to the right before writing the next line of code
  9. 15. the rules of a programming language
  10. 19. the python function to make different code run depending on the answer given by the user