You are on page 1of 1

LECTURE EXERCISE 4

1. Describe sequence control structure.

Sequence control structure is a series of statements that


execute one ac on a er another in order.

2. Describe selec on control structure.

Selec on control structure is used to determine which of two


different statements to execute depending on certain
condi ons.

3. Describe repe on control structure.

Repe on control structure is a series of statements in a loop


that are repeated un l a certain condi on is met.

4. List 3 types of selec on control structure.

Single selec on, Dual selec on, Mul ple selec on

5. List 2 types of repe on control structure.

Counter controlled, Sen nel controlled

You might also like