Across
- 3. Another name of function
- 6. A control structure that executes a block of code based on a condition.
- 9. A control structure that repeats a block of code.
- 12. A combination of values, variables, and operators.
- 13. A value passed to a function
- 14. The process of repeating a set of instructions.
- 16. A name given to a value.
- 17. The use of spaces or tabs to denote block-level structure.
- 19. A variable that receives an argument passed to a function.
- 20. A block of code that can be called multiple times.
- 22. A sequence of characters enclosed in quotes.
- 23. A note in the code that is ignored by the interpreter.
- 24. The process of calling a function within itself.
Down
- 1. The process of joining two or more strings together.
- 2. A sequence of characters within a larger string.
- 4. A sequence of characters used to represent special characters.
- 5. A data type that has only two values: True or False.
- 7. The process of accessing individual characters in a string using their index.
- 8. The rules that make the structure of code correct.
- 10. A symbol used to perform an operation, such as +, -, *, /.
- 11. A single line of code that performs an action.
- 15. Type A category of data, such as integer, float, or string.
- 18. A value passed to a function.
- 21. A set of characters
