1 | 12 | ||||||||||||||||||||||
9 | 2 | ||||||||||||||||||||||
3 | |||||||||||||||||||||||
4 | 13 | ||||||||||||||||||||||
5 | |||||||||||||||||||||||
6/11 | |||||||||||||||||||||||
7 | 10 | ||||||||||||||||||||||
8 | |||||||||||||||||||||||
1. Adding a new element at a specified position in an array.
2. Visiting each element of the array once.
3. The individual items or values stored within an array.
4. The process of assigning initial values to the elements of an array.
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. Modifying the value of an element in the array.
8. A number that represents the position of an element in an array.
9. A single value stored in the array.
10. Removing an element from a specific position in an Array.
11. Retrieving the value of a specific element in an array using its index.
12. Visiting each element of an array in a sequential manner.
13. The total number of elements that can be stored in an array.