A(n) ____ is used when you need one action performed when the combined condition is true and another action performed when the combined condition is false.
A. truth table
B. complex condition
C. nested condition
D. short-circuit evaluation
Answer: B
Computer Science & Information Technology
You might also like to view...
A void function
a) performs some action and returns a value b) performs some action but does not return a value c) is a statement d) call is written much like a call to a value returning function but is terminated with a semicolon. e) A void function may have a return statement but is not required to have one.
Computer Science & Information Technology
An Access ____ is a file that contains the elements needed to produce a specific type of complete database.
A. blueprint B. template C. ERD diagram D. startup file
Computer Science & Information Technology