Python
Across
- 2. It allows data to be entered into a Python program.
- 3. A data structure, meaning values can be added and removed from it
- 5. When the program does an action in the computer
- 8. A diagram of the order of actions of people or things in a complicated system or activity.
- 9. A programming statement that displays information
- 11. A way for the program to generate a value.
Down
- 1. A way for the program to repeat a step
- 2. A data type that is often implemented as a number
- 4. a notation resembling a simplified programming language, used in program design
- 6. A value that can change, depending on the information in the program
- 7. A place where information leaves the system(e.g. print)
- 10. A data type that is often implemented as an array of words.