if-else examples can also be called ____, because they contain the action taken when the tested condition is true and the action taken when it is false.

A. do loops
B. repetition
C. single-alternative selections
D. dual-alternative selections


Answer: D

Computer Science & Information Technology

You might also like to view...

MC A menu item can be in the from of a__________ .

a) command. b) checkbutton. c) radiobutton. d) All of the above.

Computer Science & Information Technology

Suppose a JavaFX class has a binding property named weight of the type DoubleProperty. By convention, which of the following methods are defined in the class?

a. public double getWeight() b. public void setWeight(double v) c. public DoubleProperty weightProperty() d. public double weightProperty() e. public DoubleProperty WeightProperty()

Computer Science & Information Technology

A ____ encapsulates data, and operations on that data, into a single unit.

A. class B. function C. generic D. member

Computer Science & Information Technology

____________________ cabling can be used with both analog and digital data transmission and is commonly used for LANs.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology