Multiple Choice
____ evaluation stops once the truth value of a Boolean expression is known.
A) Predictive
B) Short-circuit
C) Optimized
D) Applicative order
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q29: Operators can be written in infix,postfix,or prefix
Q30: The do statement ensures that the code
Q31: When an error is thrown,a(n)_ is executed
Q32: Exception handlers throw exceptions.
Q33: A unary operator can take one or
Q35: Evaluating all operands before applying operators is
Q36: _ states that any two expressions in
Q37: A(n)_ is executed for its side effects
Q38: _ errors can occur at any moment,not
Q39: Functions are written in prefix form.