1/13 | 17 | 19 | ||||||||||||||||||||
2 | 3 | |||||||||||||||||||||
4 | 16 | |||||||||||||||||||||
5 | ||||||||||||||||||||||
6 | ||||||||||||||||||||||
7/8 | 14/15 | |||||||||||||||||||||
9 | ||||||||||||||||||||||
10 | 18 | |||||||||||||||||||||
11 | ||||||||||||||||||||||
12 | ||||||||||||||||||||||
1. A concise way to create a dictionary from an iterable by defining the key-value pairs within curly braces {}.
2. The number of key-value pairs in a dictionary.
3. Modifying the value of an element in the array.
4. A unique identifier that is used to access the corresponding value in a dictionary.
5. A specific piece of information within a record in a records data structure.
6. The individual items or values stored within an array.
7. A collection of key-value pairs, where each key maps to a specific value.
8. Functions that can be called on a dictionary object to perform operations such as adding, removing, or modifying key-value pairs.
9. A method that returns all the elements within a dictionary.
10. A data structure that connects individual records in a linear order.
11. The process of assigning initial values to the elements of an array.
12. Adding a new element at a specified position in an array.
13. Removing an element from a specific position in an Array.
14. The vertical dimension of a 2-dimensional array.
15. The vertical dimension of a 2-dimensional array.
16. A single value stored in the array.
17. The total number of elements that can be stored in an array.
18. Visiting each element of the array once.
19. A method that removes and returns the value associated with the specified key.