In the context of writing an algorithm, selection is closest to "to ask a question."
Selection involves making decisions based on certain conditions, which often means evaluating a question that leads to different paths of execution in the algorithm depending on the answer (true or false).