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