1/9 | 10 | 14 | 16 | 17 | 18 | 19 | |||||||||||||||||
15 | |||||||||||||||||||||||
13 | |||||||||||||||||||||||
2 | |||||||||||||||||||||||
11 | |||||||||||||||||||||||
3 | |||||||||||||||||||||||
4 | |||||||||||||||||||||||
5 | |||||||||||||||||||||||
6/7/12 | |||||||||||||||||||||||
8 | |||||||||||||||||||||||
1. A concise way to create a dictionary from an iterable by defining the key-value pairs within curly braces {}.
2. Another term for a field within a record in a records data structure.
3. A data structure that connects individual records in a linear order.
4. A technique that produces a replica of a dictionary with a limited depth.
5. Finding the presence or location of a specific element in an array.
6. A data structure that stores a fixed-size sequential collection of elements of the same type.
7. The total number of elements in a 2-dimensional array.
8. The number of key-value pairs in a dictionary.
9. Functions that can be called on a dictionary object to perform operations such as adding, removing, or modifying key-value pairs.
10. The vertical dimension of a 2-dimensional array.
11. A collection of key-value pairs, where each key maps to a specific value.
12. Retrieving the value of a specific element in an array using its index.
13. A specific piece of information within a record in a records data structure.
14. A method that returns a view object of all the key-value pairs in a dictionary.
15. A dictionary that contains other dictionaries as values for its keys.
16. A method that removes all key-value pairs from a dictionary.
17. A method that removes and returns the value associated with the specified key.
18. A single value stored in the array.
19. Rearranging the elements of the array in a specific order.