Loop: A loop is a programming construct that allows for repeated execution of a block of code based on certain conditions.
Break Statement: The break statement is used within loops to terminate their execution prematurely based on certain conditions.
Iteration:Iteration refers to the repetition or looping through a set of instructions in order to achieve a desired outcome.