First Element: The initial value stored within an array, which is located at index 0.
Indexing: The process of specifying or accessing elements by their position (index) within an array.
Traversal:Iterating through all the elements in an array sequentially.