Across
- 2. A programming environment such as IDLE in python
- 4. Means seek a module
- 7. The process of finding an error in your program
- 8. An integer value referring to the position in a list
- 10. An add on module giving you tools to create a GUI
- 13. An add on module for python allowing easier programming of games.
- 15. A way to make your web page dynamic. Somewhat resembles the java language
- 17. A special class in python meaning to initiate a new instance
- 18. An operating system
- 20. A logic type with only 2 values: TRUE or FALSE
- 21. Refers to integer, float, boolean, or string
- 22. A number with a decimal value
Down
- 1. Abbreviation for hypertext markup language
- 2. A segment of text usually
- 3. The math of a computer based on powers of 2. base 2
- 5. A number generator
- 6. A type of loop that repeats until a stop condition is reached
- 9. The operating system of the Raspberry Pi
- 11. A space to store your data. Can be many types
- 12. A way of giving style to your web pages
- 13. A programming language that comes with the IDLE shell
- 14. abbreviation for graphical user interface
- 16. A way to give a variable a value, data, or type
- 17. A whole number with no decimal or fraction
- 19. An indicator meaning type code here
