1/13 | 14 | 2 | 18 | ||||||||||||||||||||||
16 | |||||||||||||||||||||||||
3 | |||||||||||||||||||||||||
4 | |||||||||||||||||||||||||
5 | 19 | ||||||||||||||||||||||||
6 | |||||||||||||||||||||||||
7 | |||||||||||||||||||||||||
8 | |||||||||||||||||||||||||
17 | |||||||||||||||||||||||||
9 | |||||||||||||||||||||||||
15 | |||||||||||||||||||||||||
10 | |||||||||||||||||||||||||
11 | |||||||||||||||||||||||||
12 | |||||||||||||||||||||||||
1. A number that represents the position of an element in an array.
2. Modifying the value of an element in the array.
3. Visiting each element of an array in a sequential manner.
4. A dictionary that contains other dictionaries as values for its keys.
5. A data structure that allows you to store and organize multiple pieces of related information in a single unit.
6. The vertical dimension of a 2-dimensional array.
7. The individual items or values stored within an array.
8. A method that retrieves all the identifiers present in a dictionary.
9. A method that returns the value associated with the specified key. If the key is not found, it returns None or a default value.
10. A data structure that allows for efficient access using a hash function.
11. A method that removes and returns the value associated with the specified key.
12. Removing an element from a specific position in an Array.
13. The process of assigning initial values to the elements of an array.
14. A concise way to create a dictionary from an iterable by defining the key-value pairs within curly braces {}.
15. A method that returns all the elements within a dictionary.
16. A unique identifier that is used to access the corresponding value in a dictionary.
17. A specific piece of information within a record in a records data structure.
18. A data structure that stores a fixed-size sequential collection of elements of the same type.
19. Retrieving the value of a specific element in an array using its index.