Python Vocab

1234567891011121314151617181920212223
Across
  1. 7. python runs without a crash, but results are different that wanted
  2. 8. a sequence of several variables
  3. 10. error in use of python language
  4. 11. Used for a combination of any characters that appear on a keyboard, such as letters, numbers and symbols.
  5. 16. any sign or text which is open to two different interpretations
  6. 17. changeable property or characteristic
  7. 18. used for whole numbers
  8. 19. used for numbers that contain decimal points
  9. 20. allow you to store a piece of code that does a single task inside a defined block
  10. 21. the process of finding and fixing errors
  11. 23. used where data is restricted to True/False or yes/no options.
Down
  1. 1. elemental language of computers
  2. 2. a classification of data
  3. 3. studies the fundamental limit and optimal coding schemes
  4. 4. a way of storing information in a computer program.
  5. 5. a special program that translates a programming language's source code into machine code, bytecode or another programming language.
  6. 6. the joining of two strings
  7. 9. programmable reader message
  8. 12. an ordered sequence of elements that is immutable
  9. 13. the spaces at the beginning of a code line
  10. 14. a number system where only two different numbers are used, 0 and 1
  11. 15. a programmed procedure
  12. 16. short for defining a function
  13. 22. integrated development environment is a software application that helps programmers develop software code efficiently.