Python Vocabulary

1234567891011121314151617181920212223
Across
  1. 2. error- occur when the program runs without crashing, but produces an incorrect result
  2. 8. names that refer to objects
  3. 9. a program dedicated to software development
  4. 12. collection of alphabets, words or other characters
  5. 13. spaces at the beginning of a code line
  6. 15. used to represent the truth value of an expression
  7. 16. used to store multiple items in a single variable
  8. 17. inclusion of short descriptions along with the code to increase its readability
  9. 19. Used to store multiple items in a single variable
  10. 20. class variables that are inherited by every object of a class
  11. 21. the number represented with base two
  12. 22. block of code which only runs when it is called
  13. 23. The python index () method helps you find the index position of an element or an item in a string of characters or a list of items
Down
  1. 1. Joining strings together end-to-end to create a new string
  2. 3. program that can help you find out what is going on in a computer program
  3. 4. keyword for defining a function
  4. 5. function or reusable code in the python programming language that converts values into floating point numbers
  5. 6. language- the encoding of instructions in binary so that they can be directly executed by the computer
  6. 7. python does not have an in-built double data type
  7. 10. error- the set of rules that defines how a Python program will be written and interpreted
  8. 11. program that converts high-level programming language into lower-level language
  9. 14. classification or categorization of knowledge items integer- the int in python is a built-in-method that converts a string or a number into an integer
  10. 18. function that “belongs” an object