Computers and Programming

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