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