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