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