Multiple choice technology web technology

In decision table it is not allowed for a row to contain an empty cell when the empty cell is in condition column

  1. True

  2. False

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

Decision tables require explicit condition values for each row to ensure deterministic rule evaluation. Empty cells in condition columns would create ambiguity about which rule should fire, so they are not allowed in properly formed decision tables.