The control structure in which one step follows another, spe…
The control structure in which one step follows another, specifying the order in which the computer will execute the steps, is called the [l1_1] control structure. The control structure that allows for branching (choosing between multiple alternative paths) is called the [l1_2] control structure. The control structure that allows for a section of code to run multiple times is called the [l1_3] control structure.
Read Details