1 | 12 | ||||||||||||||||||||||||
2 | 10 | 14 | |||||||||||||||||||||||
3 | |||||||||||||||||||||||||
4 | |||||||||||||||||||||||||
13 | |||||||||||||||||||||||||
5 | 11 | ||||||||||||||||||||||||
16 | |||||||||||||||||||||||||
6 | 15 | ||||||||||||||||||||||||
7 | |||||||||||||||||||||||||
8/9 | |||||||||||||||||||||||||
1. Visiting each element of an array in a sequential manner.
2. A data structure that connects individual records in a linear order.
3. A solitary entity encompassed in a data structure that encompasses numerous fields or attributes.
4. Another term for a field within a record in a records data structure.
5. Changing the value of a specific element in a 2-dimensional array.
6. A dictionary that contains other dictionaries as values for its keys.
7. A type of object that can be changed after it has been created.
8. The process of assigning initial values to the elements of an array.
9. A method that returns a view object of all the key-value pairs in a dictionary.
10. Adding a new element at a specified position in an array.
11. A number that represents the position of an element in an array.
12. A single value stored in the array.
13. Retrieving the value of a specific element in an array using its index.
14. A method that returns all the elements within a dictionary.
15. The vertical dimension of a 2-dimensional array.
16. The horizontal dimension of a 2-dimensional array.