177k views
0 votes
Which structure is a logical design that controls the order in which a set of statements executes?

1) Control
2) Sequence
3) Module
4) Terminal
5) None of these

User Aphenine
by
8.4k points

1 Answer

7 votes

Final answer:

The structure that controls the order in which a set of statements executes is called Control.

Step-by-step explanation:

The structure that controls the order in which a set of statements executes is called Control.

Control structures determine the flow of a program by deciding which statement to execute next based on certain conditions. They provide the ability to make decisions and repeat actions based on certain conditions or criteria.

Examples of control structures include if-else statements, loops (such as for and while loops), and switch statements.

User Jefsmi
by
7.4k points