Python Vocabulary

1234567891011121314151617181920212223
Across
  1. 3. Types A classification of data which determines how it can be used and manipulated.
  2. 6. A number used to identify an element in a list or array.
  3. 10. The alignment of code within a program to make it easier to read.
  4. 11. A program that converts code written in a high-level language into machine language.
  5. 13. Language A set of instructions or commands that are used by a computer to process data.
  6. 15. A real number expressed in decimal form with double the precision of a float such as 6.28318.
  7. 18. An immutable sequence of data elements.
  8. 19. A sequence of characters that can be manipulated.
  9. 20. The joining of two or more strings together.
  10. 22. A real number expressed in decimal form such as 3.14159.
  11. 23. A keyword in a programming language used to define a function or class.
Down
  1. 1. A piece of code that performs a specific task.
  2. 2. A characteristic or property of an object.
  3. 4. A function associated with an object.
  4. 5. A base-2 number system that uses only the digits 0 and 1 to represent numbers.
  5. 7. A whole number that can be positive negative or zero.
  6. 8. An ordered collection of data elements.
  7. 9. The process of finding and removing errors in a computer program.
  8. 12. A data type that has two possible values either true or false.
  9. 14. A note written in a program's source code to explain its purpose.
  10. 16. Error An error in the logic of a program that produces incorrect results.
  11. 17. A named storage location for data that can be changed or manipulated.
  12. 19. Error An error in the structure of a program that prevents it from running.
  13. 21. An integrated development environment used to write compile and debug code