asked 26.1k views
5 votes
____ 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

asked
User Csukcc
by
7.5k points

1 Answer

3 votes

Answer:

Short-circuit

Step-by-step explanation:

Short-circuit evaluation means that when you are you evaluating boolean expressions that is logical AND and OR, you can stop immediately you find the first condition which satisfies or negates the expression.

It means that once the conditions specified for any of the logic AND and OR is met, you can stop immediately you have satisfied the condition. You must not continue till you satisfy all the conditions.

answered
User Roc Khalil
by
8.6k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.