Answer:

The only control structures you need are:

  1. Sequential Execution.
  2. Loops.
  3. Two-way Decisions.

Three Fundamental Control Structures

Any problem that is suitable for a computer program can be broken down into smaller tasks that are connected by a framework made up of the three fundamental control structues.

Here are the fundamental structures in flowchart form:

QUESTION 2:

Select the correct description under each picture.