1/11 | 14 | ||||||||||||||||||||||||
2 | |||||||||||||||||||||||||
3/12 | 18 | ||||||||||||||||||||||||
15 | 17 | ||||||||||||||||||||||||
4 | |||||||||||||||||||||||||
5 | |||||||||||||||||||||||||
6 | 16 | ||||||||||||||||||||||||
7 | 13 | ||||||||||||||||||||||||
8 | |||||||||||||||||||||||||
9 | |||||||||||||||||||||||||
10 | |||||||||||||||||||||||||
1. The condition that occurs when an integer exceeds its maximum value
2. The process of combining software modules or components and testing them as a group to verify their interactions and functionality.
3. The process of assigning initial values to the elements of an array.
4. The value of a variable at the beginning of a program or a specific section of code.
5. A type of data validation that ensures a value is provided and not left blank or empty.
6. A collection of key-value pairs, where each key maps to a specific value.
7. A Boolean operator that returns true if at least one of its operands is true.
8. The integer that represents absence or null value
9. Functions that can be called on a dictionary object to perform operations such as adding, removing, or modifying key-value pairs.
10. A loop that executes a block of code at least once, and then repeatedly executes it as long as a specified condition evaluates to true.
11. An error that occurs when there are issues with the indentation of the code.
12. A loop that never terminates and keeps repeating indefinitely.
13. A function that calls itself during execution.
14. A method that returns the value associated with the specified key. If the key is not found, it returns None or a default value.
15. An error that occurs when a variable or function is used without being defined.
16. A control structure that executes a block of code if a certain condition is true.
17. Swapping certain characters or substrings in a string with new ones.
18. An expression that can either be true or false.