Y8 Computing Python
Across
- 2. Command used to display text on the screen
- 3. Position of an item in a list
- 5. Function that finds the length of a string or list
- 6. Function that generates a sequence of numbers
- 7. Keyword used when no previous condition is true
- 10. Data type that can only be True or False
- 12. Keyword used to test another condition
- 14. Data made up of letters, words or symbols
- 15. Programming language used in many schools
- 18. Note in code that Python ignores
- 19. Spaces at the start of a line that show code blocks
- 20. Collection of items stored together
- 21. Command that asks the user to type something
- 22. Loop that repeats for each item in a sequence
Down
- 1. Named place where data is stored
- 3. Whole number data type
- 4. Process of finding and fixing errors in code
- 7. Problem that stops a program working correctly
- 8. Number data type with a decimal point
- 9. Loop that repeats while a condition is true
- 11. Step-by-step instructions to solve a problem
- 13. Reusable block of code that performs a task
- 14. Rules for writing valid Python code
- 16. Symbol used to perform a calculation or comparison
- 17. Keyword used to create a function
- 20. Code that repeats until a condition is met
- 21. Keyword used to make a decision