1 | 16 | ||||||||||||||||||||||||
2/3 | |||||||||||||||||||||||||
4/17 | |||||||||||||||||||||||||
5/14 | |||||||||||||||||||||||||
6 | |||||||||||||||||||||||||
7 | |||||||||||||||||||||||||
8 | 15 | ||||||||||||||||||||||||
9 | |||||||||||||||||||||||||
10 | |||||||||||||||||||||||||
11 | |||||||||||||||||||||||||
12 | |||||||||||||||||||||||||
13 |
1. An array that is commonly represented as a grid of rows and columns.
2. The data associated with a key in a dictionary.
3. A method that returns all the elements within a dictionary.
4. Another term for a field within a record in a records data structure.
5. A method that removes all key-value pairs from a dictionary.
6. A data structure that stores a fixed-size sequential collection of elements of the same type.
7. Finding the presence or location of a specific element in an array.
8. A data structure that connects individual records in a linear order.
9. Functions that can be called on a dictionary object to perform operations such as adding, removing, or modifying key-value pairs.
10. A concise way to create a dictionary from an iterable by defining the key-value pairs within curly braces {}.
11. Adding a new element at a specified position in an array.
12. A type of object that cannot be changed after it has been created.
13. Arrays that are placed inside other arrays, creating multiple dimensions.
14. The vertical dimension of a 2-dimensional array.
15. The process of assigning initial values to the elements of an array.
16. The total number of elements in a 2-dimensional array.
17. The total number of elements that can be stored in an array.