Across
- 4. a data type that has 2 options (true/false)
- 8. informal way of programming
- 10. data values that stay the same
- 12. diagram that depicts a process or system
- 15. repeating steps over and over again
- 16. Term for a issue in the program
- 17. series of memory locations
- 18. The software used for python programs
- 19. are the main logical structure of programs
- 21. repeatively execute a program/statement
Down
- 1. only runs when the condition is met
- 2. is used to set a value to a variable name
- 3. Change the data type of the constant
- 4. maximum transfer rate for data
- 5. composed of a number that is not an integer
- 6. the name of the error
- 7. a control flow statement to allow code to run
- 9. is traditionally a sequence of characters
- 11. outputs a message
- 13. A data value that can change
- 14. whole numbers represented as binary values
- 16. made of 4 bits
- 20. it means else if
