____ evaluation is when each part of an expression that uses an operator is evaluated only as far as necessary to determine whether the entire expression is true or false.

Respuesta :

Answer: True(Short circuit evaluation)

Explanation:

Short-circuit evaluation is the design of some Boolean operators in some programming languages in where the second argument is carried out only if the first argument does not turn up to determine the value of the expression.