Both the && and || operators perform ____________, in which CPU time is saved by not checking the expression on the right side of the operator depending on the value of the expression on the left side of the operator.
a. logical optimization
b. short-circuit evaluation
c. cycle-branching
d. single-stage execution
b. short-circuit evaluation
Computer Science & Information Technology