You are here

Exercises

6 February, 2015 - 14:22

Exercise 10.4.1

Answer the following statements as either true or false:

  1. There are only two categories of control structures.
  2. Branching control structures are rarely used in good structured programming.
  3. If then else is a multiway selection control structure.
  4. The while control structure is part of the branching category.
  5. Pseudocode is better than flowcharting.