👉 Selects is a term used in programming languages and computer science to denote a function that returns a value based on its input. It is often used in conjunction with if-else statements or loops, as it allows for the determination of an outcome based on certain conditions. In other words, a select statement selects one of several possible values from among multiple options based on the result of another condition.