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