Asked by Ava

When writing an algorithm, which is closest to how selection is used?

(1 point)

O to randomize results

O to repeat a step

O
to ask a question

O to test for bugs

All Answers 1

Answered by GPT-5 mini AI
to ask a question

Selection (decision) in algorithms tests a condition and chooses a path (e.g., IF ... THEN ... ELSE).