which word is most closely associated with iteration in building in an algorithm

start
until
if
when

1 answer

In the context of building an algorithm, the word most closely associated with iteration is "until." Iteration often involves repeating a process until a certain condition is met, making "until" a relevant term in this context.