Multiple choice technology

  1. There must be one Connector shape emanating from a Decision shape for every possible return value.

  1. (a) True

  2. (b) False

  3. Sometimes true

  4. sometimes false

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Decision shapes in flowcharts require a path for each logical branch, not for every possible return value. A decision typically has 2-3 paths (yes/no, or multiple mutually exclusive conditions) regardless of how many distinct values the processing might produce. For example, a decision checking 'is x > 0' has two paths (yes/no) even though x could have infinite possible values.