.

What is an iteration or a sequence an example of?

variable

control structure

syntax

tool

An iteration or a sequence is an example of a control structure in a programming language. Control structures are used to control the flow of the program and execute certain statements or instructions based on certain conditions. Iteration or sequence is a control structure that allows a set of instructions or statements to be executed repeatedly until a specific condition is met. Examples include for loop, while loop, and do-while loop.