Python Vocab

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