Looping: A programming construct used to repeat a set of instructions multiple times.
Indexing: The process of accessing specific elements in an array using their positions (indices).
Iteration:The act of repeating a process or set of instructions multiple times.