159k views
4 votes
In a ____ control structure, the computer executes particular statements depending on some condition(s).

a. looping
b. selection
c. sequence
d. repetition

1 Answer

4 votes

The answer is letter c. Selection. In reference to Control Structures. The selection structure does the work to check a condition, then implements one classification of statements as an alternative of an additional, depending on whether the circumstance is factual or untrue. A condition is any variable or expression that proceeds back as a Boolean value

User Cromwell
by
7.2k points