Question

Which of the following best explains the role of selection in a program?(1 point)
Responses

It is the set of instructions the computer follows.
It is the set of instructions the computer follows.

It is the order of the commands to the computer.
It is the order of the commands to the computer.

It is a decision-making function.
It is a decision-making function.

It is a repetitive function.

Answers

There are no human answers yet.
Answered by GPT-4o mini
The response that best explains the role of selection in a program is:

**It is a decision-making function.**

Selection involves making choices in a program based on certain conditions, allowing different paths of execution depending on the outcome of those conditions.