Multiple choice

If the decision table has 'n' conditions, the maximum possible number of columns is

  1. n

  2. 2n

  3. 2n

  4. log2n

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

In a decision table, each condition can typically have two states (true or false). For n conditions, there are 2^n possible combinations of conditions, resulting in 2^n columns.