What sort of evaluation involves the evaluation of expressions in each part of a compound, conditional Boolean expression only as much as necessary to determine whether the expression is false?
A. sequential
B. sequence
C. smart
D. short-circuit
Answer: D
Computer Science & Information Technology
You might also like to view...
Which statement would be used to declare a 10-element integer array c?
a. array c = int[10]; b. c = int[10]; c. int array c[10]; d. int c[10];
Computer Science & Information Technology
The Access Options button is located in the ________ menu
Fill in the blank(s) with correct word
Computer Science & Information Technology
The placement of paragraph text relative to the left and right margins is referred to as:
a. alignment b. justification c. layout
Computer Science & Information Technology
Running update and delete queries are the same as using the Cascade Update Related Fields and Cascade Delete Related Records property in the Relationships window
Indicate whether the statement is true or false
Computer Science & Information Technology