Multiple choice

In the analysis and presentation of logic, which of the following techniques will ensure that all the combinations of conditions have been considered?

  1. HIPO chart

  2. Decision table

  3. Pseudo code

  4. DFD

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

Decision tables are specifically designed to map out all possible combinations of conditions and their corresponding actions, ensuring complete logic coverage.