Array Indexing: Array indexing refers to accessing or retrieving specific elements from an array using their corresponding indices.
Element Assignment/Modification: This term refers to changing or updating the value of an element at a particular index within an array.
Array Length/Size: The length or size of an array represents the total number of elements it contains. It helps determine the range of valid indices for the array.